]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Allow the USB HCD to create Wireless USB root hubs
authorThomas Pugliese <thomas.pugliese@gmail.com>
Fri, 31 May 2013 19:16:13 +0000 (14:16 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 17:52:40 +0000 (10:52 -0700)
commit1a81f8814cbc79125fe50456de6adf048101af9b
tree8e73e9f25b70bc4269eb39b2eda773a2430a102c
parent2c7c658a23132db9452353358a9f5f6a018a6b39
Allow the USB HCD to create Wireless USB root hubs

This patch adds Wireless USB root hub support to the USB HCD.  It allows
the HWA to create its root hub which previously failed because the HCD
treated wireless root hubs the same as USB2 high speed hubs.  The creation
of the root hub would fail in that case due to lack of TTs which wireless
root hubs do not support.

Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c
drivers/usb/host/hwa-hc.c
include/linux/usb/hcd.h