summaryrefslogtreecommitdiffstats
path: root/include/linux/hid.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'for-4.10/asus', 'for-4.10/cp2112', 'for-4.10/i2c-hid-nopower'...Jiri Kosina2016-12-141-0/+5
|\ \
| | * HID: wacom: generic: Add support for battery status on pen and pad interfacesJason Gerecke2016-10-201-0/+1
| | * HID: wacom: generic: Add support for height, tilt, and twist usagesJason Gerecke2016-10-201-0/+3
| |/ |/|
| * HID: input: rework HID_QUIRK_MULTI_INPUTBenjamin Tissoires2016-11-281-0/+1
|/
* HID: add missing \n to end of dev_warn messagesColin Ian King2016-09-291-2/+2
* HID: add a new helper to_hid_driver()Geliang Tang2015-12-281-0/+3
* HID: move to_hid_device() to hid.hGeliang Tang2015-12-281-0/+3
* HID: Add vendor specific usage pages for Logitech G920Simon Wood2015-11-201-0/+2
* HID: hid-input: allow input_configured callback return errorsDmitry Torokhov2015-11-051-2/+2
* HID: Export hid_field_extract()Goffredo Baroncelli2015-06-011-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-0/+2
|\
| *-. Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina2015-04-131-0/+2
| |\ \
| | | * HID: map telephony usage pageDmitry Torokhov2015-03-041-0/+1
| | |/ | |/|
| | * HID: multitouch: Add support for button type usageSeth Forshee2015-03-121-0/+1
| |/
* / power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-3/+3
|/
* HID: rmi: Scan the report descriptor to determine if the device is suitable f...Andrew Duggan2014-12-171-1/+3
*-----. Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina2014-12-121-0/+39
|\ \ \ \
| | | | * HID: added missing HID Consumer Page identifiersJD Cole2014-11-031-0/+24
| | | | * HID: plantronics: fix errant mouse eventsJD Cole2014-11-031-0/+3
| | | |/ | | |/|
| | | * HID: logitech-dj: rely on hid groups to separate receivers from dj devicesBenjamin Tissoires2014-10-291-0/+1
| |_|/ |/| |
| * | HID: make hid_report_len as a static inline function in hid.hMathieu Magnaudet2014-12-011-0/+11
| |/
* / HID: fix merge from wacom into the HID treeBenjamin Tissoires2014-10-291-4/+0
|/
*---. Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...Jiri Kosina2014-10-061-0/+8
|\ \ \
| | | * HID: wacom: implement generic HID handling for pen generic devicesBenjamin Tissoires2014-10-011-0/+2
| | |/
| * / HID: usbhid: add always-poll quirkJohan Hovold2014-09-081-0/+1
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-081-0/+5
|/|
| * Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires2014-07-251-0/+5
* | HID: lenovo: Add support for Compact (BT|USB) keyboardJamie Lentin2014-07-291-0/+1
|/
*-. Merge branches 'for-3.16/i2c-hid', 'for-3.16/rmi4', 'for-3.16/sony' and 'for-...Jiri Kosina2014-06-041-0/+10
|\ \
| | * HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires2014-05-221-0/+8
| | * HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires2014-04-091-0/+2
| |/
* / HID: core: add two new usages for digitizerPing Cheng2014-06-031-5/+2
|/
* Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int...Jiri Kosina2014-04-011-0/+3
|\
| * HID: multitouch: add support of other generic collections in hid-mtBenjamin Tissoires2014-03-051-0/+3
* | HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires2014-03-141-19/+0
* | HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires2014-03-141-0/+2
|/
* HID: make .raw_request mandatoryBenjamin Tissoires2014-02-241-4/+1
* HID: core: check parameters when sending/receiving data from the deviceBenjamin Tissoires2014-02-171-0/+6
* HID: core: implement generic .request()Benjamin Tissoires2014-02-171-1/+4
* HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires2014-02-171-0/+16
* HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-3/+0
* HID: remove hidinput_input_event handlerBenjamin Tissoires2014-02-171-4/+0
* HID: add inliners for ll_driver transport-layer callbacksBenjamin Tissoires2014-02-171-0/+45
* HID: Add transport-driver callbacks to the hid_ll_driver structFrank Praznik2014-01-291-1/+7
* HID: provide a helper for validating hid reportsKees Cook2013-09-131-0/+4
*-----. Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f...Jiri Kosina2013-09-061-4/+12
|\ \ \ \
| | | * | HID: move HID_REPORT_TYPES closer to the report-definitionsDavid Herrmann2013-09-041-2/+2
| | | * | Merge branch 'for-3.11/CVE-2013-2888' into for-3.12/upstreamJiri Kosina2013-09-041-1/+3
| | | |\ \ | | | | |/ | | | |/|
| | | | * HID: validate HID report id sizeKees Cook2013-08-291-1/+3
| |_|_|/ |/| | |
| | | * HID: fix data access in implement()Jiri Kosina2013-07-221-0/+1
| |_|/ |/| |