Althought the general rule of thumb is to not add any new default-to-on options for things that are not crucial core infrastructure of the kernel, the hid-plantronics driver prevents hid-input from mapping unknown Plantronics vendor unique usages to random mouse events. The result of this default mapping of unknown usages is that unexpected mouse or touchpad events can occur or be blocked when buttons are pressed on some Plantronics devices. Having this driver available as a module will prevent this core mapping. Patched against git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git with part 1 of this patch set applied. Signed-off-by: Terry Junge <terry.junge@xxxxxxxxxxxxxxx> --- drivers/hid/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index cc4c664..6bfcafb 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -632,6 +632,7 @@ config HID_PICOLCD_CIR config HID_PLANTRONICS tristate "Plantronics USB HID Driver" + default m depends on HID ---help--- Provides HID support for Plantronics USB audio devices. -- 1.9.1 ________________________________ CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain information that is confidential and/or legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, please DO NOT disclose the contents to another person, store or copy the information in any medium, or use any of the information contained in or attached to this transmission for any purpose. If you have received this transmission in error, please immediately notify the sender by reply email or at privacy@xxxxxxxxxxxxxxx, and destroy the original transmission and its attachments without reading or saving in any manner. For further information about Plantronics - the Company, its products, brands, partners, please visit our website www.plantronics.com. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html