Re: [PATCH] HID: usbhid: ignore Jabra speakerphones HID interface

2013-05-23 Thread Jiri Kosina
On Wed, 22 May 2013, Vincent Palatin wrote: > Add a quirk to ignore Jabra speakerphone 410 and 510 devices HID > interface. > On those devices, the USB audio interface is working nicely, > but the HID interface is not working with the kernel usbhid driver, > and it requires a specific userspace pr

[PATCH] HID: usbhid: ignore Jabra speakerphones HID interface

2013-05-22 Thread Vincent Palatin
Add a quirk to ignore Jabra speakerphone 410 and 510 devices HID interface. On those devices, the USB audio interface is working nicely, but the HID interface is not working with the kernel usbhid driver, and it requires a specific userspace program. We could unbind it from userspace but just attac

Re: [PATCH] HID: usbhid: ignore Jabra speakerphones HID interface

2013-05-22 Thread Vincent Palatin
On Wed, May 22, 2013 at 2:27 PM, Jiri Kosina wrote: > > Please do this in hid_ignore_list[] in drivers/hid/hid-core.c instead. Thanks for the advice ! I will update the patch accordingly. -- Vincent -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [PATCH] HID: usbhid: ignore Jabra speakerphones HID interface

2013-05-22 Thread Jiri Kosina
On Wed, 22 May 2013, Vincent Palatin wrote: > Add a quirk to ignore Jabra speakerphone 410 and 510 devices HID > interface. > On those devices, the USB audio interface is working nicely, > but the HID interface is not working with the kernel usbhid driver, > and it requires a specific userspace pr

[PATCH] HID: usbhid: ignore Jabra speakerphones HID interface

2013-05-22 Thread Vincent Palatin
Add a quirk to ignore Jabra speakerphone 410 and 510 devices HID interface. On those devices, the USB audio interface is working nicely, but the HID interface is not working with the kernel usbhid driver, and it requires a specific userspace program. We could unbind it from userspace but just attac