]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit3e5dd4c349465066b85a487af6fabd4fc32c7987
tree781c6a9e3a007581ab666f7910210883bcc63fb7
parente27465f51aa40f9826553547f3de25330bfcdeec
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