summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: roccat: potential out of bounds in pyra_sysfs_write_settings()Dan Carpenter2015-01-091-2/+6
* HID: Add a new id 0x501a for Genius MousePen i608XGiedrius Statkevičius2014-12-294-0/+7
* HID: logitech-hidpp: prefix the name with "Logitech"Benjamin Tissoires2014-12-191-0/+34
* HID: logitech-hidpp: avoid unintended fall-throughPeter Wu2014-12-191-0/+1
* HID: Allow HID_BATTERY_STRENGTH to be enabledDaniel Nicoletti2014-12-171-1/+2
* HID: i2c-hid: Do not free buffers in i2c_hid_stop()Mika Westerberg2014-12-171-5/+0Star
* HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboardKarl Relton2014-12-171-0/+3
* HID: logitech-hidpp: check WTP report lengthPeter Wu2014-12-171-0/+6
* HID: logitech-dj: check report lengthPeter Wu2014-12-171-1/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-1224-430/+2099
|\
| *---------------. Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina2014-12-1221-391/+2047
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * HID: wacom: Report input events for each finger on generic devicesJason Gerecke2014-12-112-28/+59
| | | | | | | | | | * HID: wacom: Initialize MT slots for generic devices at post_parse_hidJason Gerecke2014-12-102-3/+18
| | | | | | | | | | * HID: wacom: Update maximum X/Y accounding to outbound offsetPing Cheng2014-12-051-9/+9
| | | | | | | | | | * HID: wacom: Add support for DTU-1031XPing Cheng2014-12-052-0/+8
| | | | | | | | | | * HID: wacom: add defines for new Cintiq and DTU outbound trackingPing Cheng2014-12-021-11/+26
| | | | | | | | | | * HID: wacom: Consult the application usage when determining field typeJason Gerecke2014-11-271-2/+4
| | | | | | | | | | * HID: wacom: PAD is independent with pen/touchPing Cheng2014-11-262-3/+6
| | | | | | | | | | * HID: wacom: Add angular resolution data to some ABS axesJason Gerecke2014-11-211-0/+10
| | | | | | | | | | * HID: wacom: Report ABS_TILT_{X,Y} as signed valuesJason Gerecke2014-11-211-8/+8
| | | | | | | | | | * HID: wacom - Bamboo pen-only tablet does not support PADPing Cheng2014-11-203-13/+23
| | | | | | | | | | * HID: wacom - Cleanup input_capabilities for Graphire 4 and Bamboo FunPing Cheng2014-11-201-5/+0Star
| | | | | | | | | | * HID: wacom - return ENODEV for failed wacom_setup_pad_input_capabilitiesPing Cheng2014-11-201-3/+3
| | | | | | | | | | * HID: wacom: Add support for Intuos Pen MediumPing Cheng2014-11-111-0/+5
| | | | | | | | | | * HID: wacom - make sure touch_input is valid before using itPing Cheng2014-11-071-2/+5
| | | | | | | | | * | HID: sony: Add support for the third-party SMK PS3 Bluetooth RemoteFrank Praznik2014-11-203-0/+7
| | | | | | | | | * | HID: sony: Use kernel allocated buffers for HID reportsFrank Praznik2014-11-191-34/+113
| | | | | | | | * | | HID: rmi: The address of query8 must be calculated based on which query regis...Andrew Duggan2014-12-121-12/+12
| | | | | | | | * | | HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan2014-12-121-9/+52
| | | | | | | | |/ /
| | | | | | | * | | HID: plantronics: remove superfluous .probe()Jiri Kosina2014-11-031-23/+0Star
| | | | | | | * | | HID: plantronics: fix errant mouse eventsJD Cole2014-11-035-0/+89
| | | | | | | | |/ | | | | | | | |/|
| | | | | | * | | HID: add support for MS Surface Pro 3 Type CoverAlan Wu2014-11-114-0/+10
| | | | | * | | | HID: logitech-hidpp: disable io in probe error pathPeter Wu2014-12-111-1/+3
| | | | | * | | | HID: logitech-hidpp: add boundary check for name retrievalPeter Wu2014-12-111-0/+3
| | | | | * | | | HID: logitech-hidpp: check name retrieval return codePeter Wu2014-12-111-2/+8
| | | | | * | | | HID: logitech-hidpp: do not return the name lengthPeter Wu2014-12-111-13/+6Star
| | | | | * | | | HID: logitech-hidpp: 2 fixes in hidpp_root_get_protocol_version()Benjamin Tissoires2014-11-041-1/+5
| | | | | * | | | HID: logitech-hidpp: fix negated returnsBenjamin Tissoires2014-11-041-4/+32
| | | | | * | | | HID: logitech-hidpp: leaks and NULL dereferencesDan Carpenter2014-11-031-4/+8
| | | | | * | | | HID: logitech-hidpp: support combo keyboard touchpad TK820Benjamin Tissoires2014-10-291-0/+20
| | | | | * | | | HID: logitech-hidpp: add support of the first Logitech Wireless TouchpadBenjamin Tissoires2014-10-291-5/+27
| | | | | * | | | HID: logitech-hidpp: Add Wireless Touchpad T650 supportBenjamin Tissoires2014-10-291-2/+103
| | | | | * | | | HID: logitech-hidpp: late bind the input device on wireless connectionBenjamin Tissoires2014-10-291-8/+147
| | | | | * | | | HID: logitech-dj: enable notifications on connect/disconnectBenjamin Tissoires2014-10-291-1/+26
| | | | | * | | | HID: logitech: allow the DJ device to request the unifying nameBenjamin Tissoires2014-10-292-7/+97
| | | | | * | | | HID: logitech-dj: allow transfer of HID++ reports from/to the correct dj deviceBenjamin Tissoires2014-10-291-28/+160
| | | | | * | | | HID: logitech: move dj devices to the HID++ moduleBenjamin Tissoires2014-10-293-49/+15Star
| | | | | * | | | HID: Introduce hidpp, a module to handle Logitech hid++ devicesBenjamin Tissoires2014-10-295-0/+856
| | | | | * | | | HID: logitech-dj: merge header file into the sourceBenjamin Tissoires2014-10-292-116/+87Star
| | | | | * | | | HID: logitech-dj: rely on hid groups to separate receivers from dj devicesBenjamin Tissoires2014-10-292-38/+10Star