Hi, Am Tue, 15 Sep 2009 18:09:31 +0100 schrieb David Vrabel <david.vrabel@xxxxxxx>: > Andreas Kemnade wrote: > > > > Here is some debug output. > > [ 4086.784579] uwb_rc uwb0: SET-DRP-IE failed: time out (wa) or > > invalid ie data (whci) (7) > > Every SET-DRP-IE radio controller command is failing. This means the > format is wrong. Add your HWA to hwarc_id_table at the end of > drivers/uwb/hwa-rc.c and make sure .driver_info = > WUSB_QUIRK_WHCI_CMD_EVT. > Now I get further with that quirk. After writing -1 and then 15 to beacon and then 15 2 to scan the devices seem to talk to each other, but still with errors, see the log file, the diff for the quirk is also appended. Greetings Andreas Kemnade
Attachment:
wusb-log2a
Description: Binary data
--- hwa-rc.c 2009-09-10 00:13:59.000000000 +0200 +++ /usr/src/linux-2.6.31/drivers/uwb/hwa-rc.c 2009-09-16 08:45:08.000000000 +0200 @@ -899,6 +899,9 @@ /* Intel i1480 (using firmware 1.3PA2-20070828) */ { USB_DEVICE_AND_INTERFACE_INFO(0x8086, 0x0c3b, 0xe0, 0x01, 0x02), .driver_info = WUSB_QUIRK_WHCI_CMD_EVT }, + /* Belkin WUSB Dongle */ + { USB_DEVICE_AND_INTERFACE_INFO(0x050d,0x302b, 0xe0, 0x01, 0x02), + .driver_info = WUSB_QUIRK_WHCI_CMD_EVT }, /* Generic match for the Radio Control interface */ { USB_INTERFACE_INFO(0xe0, 0x01, 0x02), }, { },