]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc2: hcd: use HUB_CHAR_*
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 18 Jan 2015 22:54:15 +0000 (01:54 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 19 Jan 2015 18:56:22 +0000 (12:56 -0600)
commit3d040de802d82fa744f599d8a886dda3462fb6e6
tree7d5ba9e792c11d42a943869d53c74769b767e433
parent06ab8b04d232c80cb4b23984290ce413058cc975
usb: dwc2: hcd: use HUB_CHAR_*

Fix  using the  bare number  to set the 'wHubCharacteristics' field of the Hub
Descriptor while the values are #define'd in <linux/usb/ch11.h>.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/hcd.c