Hi Jan, > > Changing the bRequestType is such an ugly hack, but on the other side it > > is a very simple change to get these devices supported by hci_usb. I > > will write a patch for supporting Digianswer devices and H:2 Bluetooth > > devices at the same time, but I need some more information about the > > your device. Please send me the output of "cat /proc/bus/usb/devices" > > and "hciconfig -a". > > At the moment my Linux dist is having a vacation! Can you do with vendor > and product IDs? From my own driver: > > /* Digianswer specific values */ > #define USB_DIGI_VENDOR_ID 0x08fd > #define USB_DIGI_PRODUCT_ID 0x1 > #define BLUETOOTH_REQ_TYPE 0x40 > > I hope this will do. attached is a patch which modifies the hci_usb.o driver to deal with normal H:2 and the Digianswer devices. Please test it and send me a report with "hciconfig -a" and "cat /proc/bus/usb/devices". Regards Marcel