Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116874
b: refs/heads/master
c: de520b8
h: refs/heads/master
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and David Vrabel committed Sep 17, 2008
1 parent bab9193 commit d543e09
Show file tree
Hide file tree
Showing 4 changed files with 925 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: b6e069830c5927fd4d5fce67cb6440fddd10d429
refs/heads/master: de520b8bd5525d33e6a6f36b297836125736bd2a
12 changes: 12 additions & 0 deletions trunk/drivers/uwb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ menuconfig UWB

if UWB

config UWB_HWA
tristate "UWB Radio Control driver for WUSB-compliant USB dongles (HWA)"
depends on USB
help
This driver enables the radio controller for HWA USB
devices. HWA stands for Host Wire Adapter, and it is a UWB
Radio Controller connected to your system via USB. Most of
them come with a Wireless USB host controller also.

To compile this driver select Y (built in) or M (module). It
is safe to select any even if you do not have the hardware.

config UWB_WHCI
tristate "UWB Radio Control driver for WHCI-compliant cards"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/uwb/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
obj-$(CONFIG_UWB) += uwb.o
obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o
obj-$(CONFIG_UWB_HWA) += hwa-rc.o

uwb-objs := \
address.o \
Expand Down
Loading

0 comments on commit d543e09

Please sign in to comment.