summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2015-10-28HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_errorDon Zickus1-1/+1
2015-09-27HID: usbhid: add Chicony/Pixart usb optical mouse that needs QUIRK_ALWAYS_POLLHerton R. Krzesinski2-0/+2
2015-08-27HID: do not bind to Microchip Pick16F1454Kristian Evensen2-0/+2
2015-08-27[media] si4713: HID blacklist Si4713 USB development boardDinesh Ram1-0/+2
2015-08-27HID: tivo: enable all buttons on the TiVo Slide Pro remoteForest Wilkinson3-0/+3
2015-06-29HID: sony: Add support for the third-party SMK PS3 Bluetooth RemoteFrank Praznik3-0/+7
2015-06-28HID: usbhid: Add HID_QUIRK_NOGET for Aten DVI KVM switchLaura Abbott2-0/+2
2015-06-28HID: sjoy: support Super Joy Box 4Sean Young3-1/+4
2015-06-28HID: usbhid: Add a quirk for raphnet multi-gamepad adaptersRaphael Assenat2-0/+10
2015-06-28HID: usbhid: yet another mouse with ALWAYS_POLLOliver Neukum2-2/+4
2015-06-28HID: usbhid: more mice with ALWAYS_POLLOliver Neukum2-0/+8
2015-06-28HID: add quirk for PIXART OEM mouse used by HPOliver Neukum2-0/+2
2015-06-28HID: add HP OEM mouse to quirk ALWAYS_POLLOliver Neukum2-0/+4
2015-06-28HID: add ALWAYS_POLL quirk for a Logitech 0xc007oliver@neukum.org2-0/+2
2015-06-28HID: Introduce hidpp, a module to handle Logitech hid++ devicesBenjamin Tissoires5-0/+856
2015-06-28HID: microsoft: Add ID for NE7K wireless keyboardJakub Sitnicki3-0/+4
2015-06-28HID: saitek: add USB ID for older R.A.T. 7Darren Salt3-0/+4
2015-06-28HID: uclogic: Set quirks from inside the driverBenjamin Tissoires2-4/+27
2015-06-28HID: kye: Fix report descriptor for Genius PenSketch M912Milan Plzik4-0/+143
2015-03-24HID: wacom: Report ABS_MISC event for Cintiq Companion HybridJason Gerecke1-0/+6
2015-03-24HID: fixup the conflicting keyboard mappings quirkJiri Kosina1-0/+1
2015-03-24HID: input: fix confusion on conflicting mappingsDavid Herrmann1-0/+16
2015-03-07HID: i2c-hid: Limit reads to wMaxInputLength bytes for input eventsSeth Forshee1-1/+4
2015-02-06HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan1-9/+52
2015-01-16HID: Add a new id 0x501a for Genius MousePen i608XGiedrius Statkevičius4-0/+7
2015-01-16HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboardKarl Relton1-0/+3
2015-01-16HID: i2c-hid: Do not free buffers in i2c_hid_stop()Mika Westerberg1-5/+0
2015-01-16HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Dan Carpenter1-2/+6
2015-01-16HID: i2c-hid: prevent buffer overflow in early IRQGwendal Grignou1-1/+1
2015-01-16HID: i2c-hid: fix race condition reading reportsJean-Baptiste Maneyrol1-4/+8
2015-01-16HID: wacom: fix freeze on open when autosuspend is onBenjamin Tissoires1-8/+1
2015-01-16HID: wacom: re-add accidentally dropped Lenovo PIDBenjamin Tissoires1-0/+1
2015-01-16HID: yet another buggy ELAN touchscreenOliver Neukum2-0/+2
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-0/+3
2014-11-04HID: core: cleanup .claimed field on disconnectBenjamin Tissoires1-0/+1
2014-11-03HID: usbhid: enable always-poll quirk for Elan Touchscreen 0103Adel Gadllah2-0/+2
2014-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-1/+21
2014-10-29HID: input: Fix TransducerSerialNumber implementationJason Gerecke1-1/+4
2014-10-20HID: add keyboard input assist hid usagesOlivier Gay2-0/+13
2014-10-10HID: usbhid: enable always-poll quirk for Elan Touchscreen 016fAdel Gadllah2-0/+2
2014-10-10HID: usbhid: enable always-poll quirk for Elan Touchscreen 009bAdel Gadllah2-0/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-4/+2
2014-10-07Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...Jiri Kosina21-1266/+5776
2014-10-01HID: uHID: fix excepted report typeBenjamin Tissoires1-1/+1
2014-10-01HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLLOliver Neukum2-0/+2
2014-10-01HID: wacom: implement the finger part of the HID generic handlingBenjamin Tissoires3-3/+164
2014-10-01HID: wacom: implement generic HID handling for pen generic devicesBenjamin Tissoires5-2/+206
2014-10-01HID: wacom: move allocation of inputs earlierBenjamin Tissoires1-3/+9
2014-10-01HID: wacom: split out input allocation and registrationBenjamin Tissoires2-33/+64
2014-10-01HID: wacom: rename failN with some meaningful informationBenjamin Tissoires1-20/+29