summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-input.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co...Jiri Kosina2016-01-141-5/+16
|\ \
| | * HID: input: ignore the battery in OKLICK Laser BTmouseAlexander E. Patrakov2015-12-181-5/+12
| |/ |/|
| * HID: Add vendor specific usage pages for Logitech G920Simon Wood2015-11-201-0/+4
|/
* HID: hid-input: allow input_configured callback return errorsDmitry Torokhov2015-11-051-4/+6
* Merge branches 'for-4.2/upstream-fixes-devm-fixed' and 'for-4.3/upstream' int...Jiri Kosina2015-09-011-1/+4
|\
| * HID: input: call input_sync() when automatically releasing a keyDmitry Torokhov2015-07-101-1/+4
* | HID: hid-input: Fix accessing freed memory during device disconnectKrzysztof Kozlowski2015-08-041-2/+5
|/
* HID: hid-input: Fix coding style issueJames C Boyd2015-05-281-1/+2
* HID: hid-input: Simplify conditional expressionJames C Boyd2015-05-281-1/+1
* HID: hid-input: Add parentheses to quell gcc warningJames C Boyd2015-05-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-0/+23
|\
| * HID: map telephony usage pageDmitry Torokhov2015-03-041-0/+23
* | HID: input: Fix NULL pointer dereference when power_supply_register failsKrzysztof Kozlowski2015-03-241-2/+2
* | power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-21/+30
* | power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-131-1/+1
|/
*---. Merge branches 'for-3.19/upstream-fixes', 'for-3.20/apple', 'for-3.20/betop',...Jiri Kosina2015-02-091-3/+23
|\ \ \
| | | * HID: fixup the conflicting keyboard mappings quirkJiri Kosina2015-01-061-0/+1
| | | * HID: input: fix confusion on conflicting mappingsDavid Herrmann2015-01-061-0/+16
| | |/
| * / HID: apple: fix battery support for the 2009 ANSI wireless keyboardRoss Skaliotis2015-01-061-3/+6
| |/
* / HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboardKarl Relton2014-12-171-0/+3
|/
*-----. Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina2014-12-121-1/+1
|\ \ \ \
| * | | | HID: make hid_report_len as a static inline function in hid.hMathieu Magnaudet2014-12-011-1/+1
| |/ / /
* | | | Merge branches 'for-3.18/upstream-fixes' and 'for-3.19/upstream' into for-linusJiri Kosina2014-12-121-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / HID: input: Map unknown consumer page codes to KEY_UNKNOWNHans de Goede2014-10-221-1/+1
| |/
* | HID: input: Fix TransducerSerialNumber implementationJason Gerecke2014-10-291-1/+4
* | HID: add keyboard input assist hid usagesOlivier Gay2014-10-201-0/+7
|/
* HID: input: force generic axis to be mapped to their user space axisBenjamin Tissoires2014-08-261-0/+6
* HID: core: add two new usages for digitizerPing Cheng2014-06-031-0/+5
* HID: add missing hid usagesOlivier Gay2014-04-281-0/+14
* Merge branch 'for-3.15/microsoft' into for-linusJiri Kosina2014-04-011-0/+3
|\
| * HID: Add some missing HUT mappingsHans de Goede2014-02-031-0/+3
* | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-9/+9
|\ \
| * | HID: make .raw_request mandatoryBenjamin Tissoires2014-02-241-3/+1Star
| * | HID: input: hid-input remove hid_output_raw_report callBenjamin Tissoires2014-02-241-3/+7
| * | HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires2014-02-171-1/+1
| * | HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-3/+3
| * | HID: remove hidinput_input_event handlerBenjamin Tissoires2014-02-171-3/+1Star
| |/
* / HID: fix buffer allocationsBenjamin Tissoires2014-02-031-1/+1
|/
* HID: input: fix input sysfs path for hid devicesBenjamin Tissoires2013-12-201-1/+1
* HID: Fix unit exponent parsing againNikolai Kondrashov2013-10-181-9/+4Star
* HID: validate feature and input report detailsBenjamin Tissoires2013-09-131-1/+10
*-. Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f...Jiri Kosina2013-09-061-3/+89
|\ \
| | * HID: battery: don't do DMA from stackJiri Kosina2013-09-021-2/+10
| |/ |/|
| * HID: input: generic hidinput_input_event handlerDavid Herrmann2013-07-311-1/+79
|/
*-. Merge branches 'for-3.11/multitouch', 'for-3.11/sony' and 'for-3.11/upstream'...Jiri Kosina2013-07-041-1/+6
|\ \
| | * HID: explain out-of-range check betterJiri Kosina2013-06-191-1/+5
| | * HID: fix false positive out of range valuesBenjamin Tissoires2013-06-191-0/+1
| |/
* / HID: input: return ENODATA if reading battery attrs failsDavid Herrmann2013-05-291-2/+2
|/
* HID: input: don't register unmapped input devicesBenjamin Tissoires2013-03-271-0/+77
*-. Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina2012-12-121-35/+62
|\ \