]> git.baikalelectronics.ru Git - kernel.git/commit
uhci-hub: use USB_DT_HUB
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sat, 28 Mar 2015 22:30:04 +0000 (01:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 17:03:16 +0000 (19:03 +0200)
commit20360db63d3cff68e4614997e8b610b244d50e34
tree781c6a9e3a007581ab666f7910210883bcc63fb7
parent996b758c8d96ac93a399728a95e21b140e29c1a8
uhci-hub: use USB_DT_HUB

Fix  using the  bare numbers to set the 'bHubCharacteristics' 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/uhci-hub.c