Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116889
b: refs/heads/master
c: d09318b
h: refs/heads/master
i:
  116887: afd7610
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and David Vrabel committed Sep 17, 2008
1 parent eb417fe commit d2a4e1e
Show file tree
Hide file tree
Showing 5 changed files with 942 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df3654236e31f6cf425ed2ee5a74ceac366a7a9e
refs/heads/master: d09318b8ab2eabb65b6fa0dc04dab1822846eabb
1 change: 1 addition & 0 deletions trunk/drivers/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ obj-$(CONFIG_USB_UHCI_HCD) += host/
obj-$(CONFIG_USB_SL811_HCD) += host/
obj-$(CONFIG_USB_U132_HCD) += host/
obj-$(CONFIG_USB_R8A66597_HCD) += host/
obj-$(CONFIG_USB_HWA_HCD) += host/

obj-$(CONFIG_USB_C67X00_HCD) += c67x00/

Expand Down
14 changes: 14 additions & 0 deletions trunk/drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,17 @@ config USB_WHCI_HCD

To compile this driver a module, choose M here: the module
will be called "whci-hcd".

config USB_HWA_HCD
tristate "Host Wire Adapter (HWA) driver"
depends on USB
select USB_WUSB
select UWB_HWA
help
This driver enables you to connect Wireless USB devices to
your system using a Host Wire Adaptor USB dongle. This is an
UWB Radio Controller and WUSB Host Controller connected to
your machine via USB (specified in WUSB1.0).

To compile this driver a module, choose M here: the module
will be called "hwa-hc".
1 change: 1 addition & 0 deletions trunk/drivers/usb/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ obj-$(CONFIG_USB_SL811_CS) += sl811_cs.o
obj-$(CONFIG_USB_U132_HCD) += u132-hcd.o
obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o
obj-$(CONFIG_USB_HWA_HCD) += hwa-hc.o
Loading

0 comments on commit d2a4e1e

Please sign in to comment.