26 Aug, 2009
1 commit
-
If a radio controller reset attempt occurs while a probe() or remove()
is in progress it fails and is retried endlessly, potentially preventing
the probe() or remove() from completing.If a reset fails, sleep for a bit before retrying the reset. This
allows the probe()/remove() to complete.Signed-off-by: David Vrabel
01 Jun, 2009
1 commit
-
event_size should be ssize_t to notice when hwarc_get_event_size() returns
-ENOSPC.Signed-off-by: Roel Kluin
Cc: David Vrabel
Cc: Inaky Perez-Gonzalez
Signed-off-by: Andrew Morton
Signed-off-by: David Vrabel
23 Dec, 2008
1 commit
-
Instead of the home-grown d_fnstart(), d_fnend() and d_printf() macros,
use dev_dbg() or remove the message entirely.Signed-off-by: David Vrabel
08 Nov, 2008
1 commit
-
Use pre_reset and post_reset methods to avoid unbinding the radio
controller driver after a uwb_rc_reset_all() call. This avoids a
deadlock in uwb_rc_rm() when waiting for the uwb event thread to stop.Signed-off-by: David Vrabel
31 Oct, 2008
1 commit
-
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/uwb/drp-ie.c
drivers/uwb/hwa-rc.c
drivers/uwb/i1480/dfu/usb.c
drivers/uwb/i1480/i1480u-wlp/lc.c
drivers/uwb/i1480/i1480u-wlp/sysfs.c
drivers/uwb/rsv.c
drivers/uwb/whc-rc.cThis patch removes the said #include .
Signed-off-by: Huang Weiyi
Signed-off-by: David Vrabel
17 Sep, 2008
3 commits
-
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
Signed-off-by: David Vrabel -
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
Signed-off-by: David Vrabel -
Add a driver for USB-connected UWB radio controllers (HWAs).
Signed-off-by: David Vrabel