aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/hwa-rc.c
Commit message (Collapse)AuthorAge
* uwb: add Intel i1480 HWA to the UWB RC quirk tableAnderson Lizardo2008-09-17
| | | | | | | | | The Intel i1480 HWA uses WHCI commands/events even though reporting itself as WUSB compliant. This patch fixes this by marking it with the WUSB_QUIRK_WHCI_CMD_EVT flag, which disables WUSB command/event filtering. Signed-off-by: Anderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: disable command/event filtering for D-Link DUB-1210Anderson Lizardo2008-09-17
| | | | | | | | | | | The D-Link DUB-1210 HWA uses commands and events from the WHCI specification, although reporting itself as WUSB compliant. Therefore, we disable WUSB command/event filtering for it. USB_DEVICE_AND_INTERFACE_INFO is used for matching only the RC interface. Signed-off-by: Anderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: add HWA radio controller driverInaky Perez-Gonzalez2008-09-17
Add a driver for USB-connected UWB radio controllers (HWAs). Signed-off-by: David Vrabel <david.vrabel@csr.com>