]> git.baikalelectronics.ru Git - kernel.git/commit
HID: ignore Jabra speakerphones HID interface
authorVincent Palatin <vpalatin@chromium.org>
Wed, 22 May 2013 21:39:50 +0000 (14:39 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 23 May 2013 12:08:52 +0000 (14:08 +0200)
commit5f927b830959f77e8ce753a54601de55e80c1f7e
treecb3675af8c744fcb8981995823c9f4483a0404e7
parent522ac5a784c58f831461cd5e5217e050e4ab16ea
HID: ignore Jabra speakerphones HID interface

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 attaching the usbhid driver has
sometimes nasty effects:
either confusing the device state machine or triggering a storm of volume key
events making eventual sound UI blinking like crazy.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c
drivers/hid/hid-ids.h