- be3b163 HID: add support for MS Surface Pro 3 Type Cover by Alan Wu · 10 years ago
- ee5db7e Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/picolcd', 'for-3.18/rmi', 'for-3.18/sony', 'for-3.18/uhid', 'for-3.18/upstream' and 'for-3.18/wacom' into for-linus by Jiri Kosina · 10 years ago
- 8493ecc HID: uHID: fix excepted report type by Benjamin Tissoires · 10 years ago
- 5235166 HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLL by Oliver Neukum · 10 years ago
- 5ae6e89 HID: wacom: implement the finger part of the HID generic handling by Benjamin Tissoires · 10 years ago
- 7704ac9 HID: wacom: implement generic HID handling for pen generic devices by Benjamin Tissoires · 10 years ago
- 494078b HID: wacom: move allocation of inputs earlier by Benjamin Tissoires · 10 years ago
- 2546dac HID: wacom: split out input allocation and registration by Benjamin Tissoires · 10 years ago
- 7fefeec HID: wacom: rename failN with some meaningful information by Benjamin Tissoires · 10 years ago
- 981c5b4 HID: sony: Update the DualShock 4 touchpad resolution by Frank Praznik · 10 years ago
- 8ffffd5 HID: wacom: fix timeout on probe for some wacoms by Benjamin Tissoires · 10 years ago
- ce8efc3 HID: sony: Set touchpad bits in the input_configured callback by Frank Praznik · 10 years ago
- 077147a HID: sony: Update file header and correct comments by Frank Praznik · 10 years ago
- fb291cb HID: sony: Corrections for the DualShock 4 HID descriptor by Frank Praznik · 10 years ago
- 5b65c2a HID: rmi: check sanity of the incoming report by Benjamin Tissoires · 10 years ago
- 12969e3 HID: wacom: make the WL connection friendly for the desktop by Benjamin Tissoires · 10 years ago
- 912ca21 HID: wacom - enable LED support for Wireless Intuos5/Pro by Ping Cheng · 10 years ago
- c64d883 HID: wacom - remove report_id from wacom_get_report interface by Ping Cheng · 10 years ago
- 37449ad HID: wacom - Clean up of sysfs by Ping Cheng · 10 years ago
- e0984bc HID: wacom - Add default permission defines for sysfs attributes by Ping Cheng · 10 years ago
- 4980f95 HID: usbhid: fix PIXART optical mouse by Oliver Neukum · 10 years ago
- 5df4eb0 HID: Add Holtek USB ID 04d9:a0c2 ETEKCITY Scroll by John DeSilva · 10 years ago
- 643727a HID: fix ignore_special_drivers modparam description by Hans Petter Selasky · 10 years ago
- bfe3c87 HID: usbhid: enable always-poll quirk for Elan Touchscreen by Johan Hovold · 10 years ago
- 0b750b3 HID: usbhid: add always-poll quirk by Johan Hovold · 10 years ago
- ffe51d0 HID: add support for PenMount HID TouchScreen Driver by Christian Gmeiner · 10 years ago
- 67a9784 HID: thingm: fix workqueue race on remove by Jiri Kosina · 10 years ago
- 467669c HID: hid-sensor-hub: re-add mistakenly removed USB_DEVICE_ID_STM_HID_SENSOR id by Srinivas Pandruvada · 10 years ago
- e4cf19f HID: thingm: set the proper error code before leaving by Benjamin Tissoires · 10 years ago
- 89f2ab5 HID: wacom: Add support for the Cintiq Companion by Benjamin Tissoires · 10 years ago
- 8f507ef HID: usbhid: improve handling of Clear-Halt and reset by Alan Stern · 10 years ago
- 9fddd74 HID: sony: Set the Sixaxis cable state correctly by Frank Praznik · 10 years ago
- 604b6077 HID: picolcd: be more verbose when reporting report size error by Jiri Kosina · 10 years ago
- 368d4e5 HID: logitech-dj: break out testing of validity of dj_device by Benjamin Tissoires · 10 years ago
- ff0c57a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
- 844817e HID: picolcd: sanity check report size in raw_event() callback by Jiri Kosina · 10 years ago
- c54def7 HID: magicmouse: sanity check report size in raw_event() callback by Jiri Kosina · 10 years ago
- 79346d6 HID: input: force generic axis to be mapped to their user space axis by Benjamin Tissoires · 10 years ago
- c2b2f16 HID: uhid: report to user-space whether reports are numbered by David Herrmann · 10 years ago
- 11c2215 HID: uhid: implement SET_REPORT by David Herrmann · 10 years ago
- 7c4003b HID: uhid: rename uhid_raw_request to uhid_hid_raw_request by David Herrmann · 10 years ago
- fa71f32 HID: uhid: add ABI compatible UHID_GET_REPORT replacing UHID_FEATURE by David Herrmann · 10 years ago
- 5942b84 HID: uhid: invert report_done and make non-atomic by David Herrmann · 10 years ago
- 8cad5b0 HID: uhid: turn report_id into u32 by David Herrmann · 10 years ago
- 25be7fe HID: uhid: avoid magic-numbers when setting strings by David Herrmann · 10 years ago
- 41c4a46 HID: uhid: avoid dangling pointers in uhid context by David Herrmann · 10 years ago
- 56c4775 HID: uhid: forward create_req to create2_req by David Herrmann · 10 years ago
- 0e0d752 HID: uhid: simplify report-cb shutdown by David Herrmann · 10 years ago
- 5abfe85 HID: logitech-dj: prevent false errors to be shown by Benjamin Tissoires · 10 years ago
- cee5aa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
- 4ab2578 HID: fix a couple of off-by-ones by Jiri Kosina · 10 years ago
- ad3e14d HID: logitech: perform bounds checking on device_id early enough by Jiri Kosina · 10 years ago
- 51217e6 HID: logitech: fix bounds checking on LED report size by Jiri Kosina · 10 years ago
- 2f39691 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
- 29ff665 HID: logitech: Prevent possibility of infinite loop when using /sys interface by Simon Wood · 10 years ago
- daebdd7 HID: rmi: print an error if F11 is not found instead of stopping the device by Andrew Duggan · 10 years ago
- 41a7458 Input: wacom - fix compiler warning if !CONFIG_PM by Geert Uytterhoeven · 10 years ago
- 5be5db2 HID: hid-sensor-hub: use devm_ functions consistently by Himangi Saraogi · 10 years ago
- 6498d02 HID: huion: Use allocated buffer for DMA by Nikolai Kondrashov · 10 years ago
- 657d6dc HID: huion: Fail on parameter retrieval errors by Nikolai Kondrashov · 10 years ago
- 664fb23 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
- 43c40df Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
- 5e2aa2e Merge branch 'next' into for-linus by Dmitry Torokhov · 10 years ago
- 172bfe0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
- f2e0a7d Input: wacom - only register once the MODULE_* macros by Benjamin Tissoires · 10 years ago
- 7403a6a Input: HID - remove hid-wacom Bluetooth driver by Benjamin Tissoires · 10 years ago
- 1c3c523 Input: wacom - add copyright note and bump version to 2.0 by Benjamin Tissoires · 10 years ago
- 296b737 Input: wacom - remove passing id for wacom_set_report by Przemo Firszt · 10 years ago
- 849e2f0 Input: wacom - check for bluetooth protocol while setting OLEDs by Benjamin Tissoires · 10 years ago
- 81af7e6 Input: wacom - handle Intuos 4 BT in wacom.ko by Benjamin Tissoires · 10 years ago
- 387142b Input: wacom - handle Graphire BT tablets in wacom.ko by Benjamin Tissoires · 10 years ago
- f81a129 Input: wacom - prepare the driver to include BT devices by Benjamin Tissoires · 10 years ago
- cf6f397 Merge branches 'for-3.17/upstream', 'for-3.17/cp2112', 'for-3.17/huion', 'for-3.17/hyperv', 'for-3.17/i2c', 'for-3.17/lenovo', 'for-3.17/rmi' and 'for-3.17/sony' into for-linus by Jiri Kosina · 10 years ago
- f121045 HID: hyperv: register as a wakeup source by Dexuan Cui · 10 years ago
- 5607c89 HID: sony: Default initialize all elements of the LED max_brightness array to 1 by Frank Praznik · 10 years ago
- f20f6ec HID: huion: Fix sparse warnings by Nikolai Kondrashov · 10 years ago
- 46df9de HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed by Reyad Attiyat · 10 years ago
- 43c1a0a HID: ignore jabra gn9350e by Patrick Plattes · 10 years ago
- b902934 HID: cp2112: add I2C mode by Antonio Borneo · 10 years ago
- d90b1cf HID: use multi input quirk for 22b9:2968 by Wen-chien Jesse Sung · 10 years ago
- e19ff99 HID: rmi: only bind the hid-rmi driver to the mouse interface of composite USB devices by Andrew Duggan · 10 years ago
- dd3edeb HID: rmi: check that report ids exist in the report_id_hash before accessing their size by Andrew Duggan · 10 years ago
- f3d4ff0 HID: lenovo: Add support for Compact (BT|USB) keyboard by Jamie Lentin · 10 years ago
- e0a6aad HID: lenovo: Don't call function in condition, show error codes by Jamie Lentin · 10 years ago
- 6a5b414 HID: lenovo: Prepare support for adding other devices by Jamie Lentin · 10 years ago
- 94723bf HID: lenovo: Rename hid-lenovo-tpkbd to hid-lenovo by Jamie Lentin · 10 years ago
- 3f1f333 HID: huion: Handle tablets with UC-Logic vendor ID by Nikolai Kondrashov · 10 years ago
- f8dd5cb HID: huion: Switch to generating report descriptor by Nikolai Kondrashov · 10 years ago
- fb85329 HID: huion: Don't ignore other interfaces by Nikolai Kondrashov · 10 years ago
- e917e98 HID: huion: Use "tablet" instead of specific model by Nikolai Kondrashov · 10 years ago
- 30c6fd4 HID: add quirk for 0x04d9:0xa096 device by Wangzhao Cai · 10 years ago
- 109571c HID: i2c-hid: call the hid driver's suspend and resume callbacks by Andrew Duggan · 10 years ago
- 01a5f8a HID: rmi: change logging level of log messages related to unexpected reports by Andrew Duggan · 10 years ago
- 9e2c327 HID: rmi: make compututation of the address of Query 12 more careful by Andrew Duggan · 10 years ago
- aeaf50d Input: wacom - add support for 0x12C ISDv4 sensor by Jason Gerecke · 10 years ago
- 7dbd229 Input: wacom - register an ac power supply for wireless devices by Benjamin Tissoires · 10 years ago
- d70420b Input: wacom - use a uniq name for the battery device by Benjamin Tissoires · 10 years ago
- ac8d101 Input: wacom - enhance Wireless Receiver battery reporting by Benjamin Tissoires · 10 years ago
- c757cba Input: wacom - put a flag when the led are initialized by Benjamin Tissoires · 10 years ago
- 0b335ca Input: wacom - support up to 2048 pressure levels with ISDv4 by Jason Gerecke · 10 years ago