summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-rmi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-10-231-1/+1
|\
| * Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang2020-10-041-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
|/
* HID: rmi: Simplify an error handling path in 'rmi_hid_read_block()'Christophe JAILLET2020-03-231-1/+0
* HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI ...Andrew Duggan2019-11-181-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-131-1/+14
|\
| * HID: rmi: Use SET_REPORT request on control endpoint for Acer Switch 3 and 5Tobias Auerochs2019-05-091-1/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* HID: rmi: use HID_QUIRK_NO_INPUT_SYNCBenjamin Tissoires2018-05-301-0/+20
* HID: Fix hid_report_len usageAaron Ma2018-02-161-2/+2
* HID: rmi: Support the Fujitsu R726 Pad dock using hid-rmiAndrew Duggan2018-01-231-0/+1
* HID: rmi: Check that a device is a RMI device before calling RMI functionsAndrew Duggan2017-10-191-3/+10
* HID: rmi: Make sure the HID device is opened on resumeLyude2017-09-081-3/+10
* HID: rmi: Support the Lenovo Thinkpad X1 Tablet dock using hid-rmiAndrew Duggan2017-01-111-0/+1
* HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4Andrew Duggan2017-01-111-833/+141
* HID: rmi: make transfer buffers DMA capableBenjamin Tissoires2016-11-231-2/+8
* HID: rmi: Check that the device is a RMI device in suspend and resume callbacksAndrew Duggan2016-01-271-0/+11
* HID: hid-input: allow input_configured callback return errorsDmitry Torokhov2015-11-051-4/+7
* HID: rmi: Set F01 interrupt enable register when not setAndrew Duggan2015-07-171-5/+52
* HID: rmi: Write updated F11 control registers after resetAndrew Duggan2015-07-131-13/+43
* HID: rmi: Disable scanning if the device is not a wake sourceAndrew Duggan2015-07-091-1/+55
*-. Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f...Jiri Kosina2015-06-221-3/+6
|\ \
| | * HID: rmi: Disable populating F30 when the touchpad has physical buttonsAndrew Duggan2015-06-161-3/+6
| |/
* / HID: rmi: fix some harmless BIT() mistakesDan Carpenter2015-05-181-3/+3
|/
* HID: rmi: disable palm detect gesture when presentAndrew Duggan2015-02-251-3/+16
* HID: rmi: disable dribble packets on Synaptics touchpadsAndrew Duggan2015-02-251-0/+19
* HID: rmi: Add functions for writing to registersAndrew Duggan2015-02-251-0/+40
* HID: rmi: Print the firmware id of the touchpadAndrew Duggan2015-02-171-0/+99
* HID: rmi: Add support for the touchpad in the Razer Blade 14 laptopAndrew Duggan2015-01-121-0/+2
* HID: rmi: Support touchpads with external buttonsAndrew Duggan2015-01-121-1/+19
* HID: rmi: Use hid_report_len to compute the size of reportsAndrew Duggan2015-01-121-3/+2
* HID: rmi: Support non rmi devices by passing events to hid-inputAndrew Duggan2014-12-221-17/+76
* 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: rmi: check sanity of the incoming reportBenjamin Tissoires2014-09-121-6/+38
* HID: rmi: print an error if F11 is not found instead of stopping the deviceAndrew Duggan2014-08-141-4/+9
* HID: rmi: check that report ids exist in the report_id_hash before accessing ...Andrew Duggan2014-07-291-6/+22
* HID: rmi: change logging level of log messages related to unexpected reportsAndrew Duggan2014-07-291-2/+2
* HID: rmi: make compututation of the address of Query 12 more carefulAndrew Duggan2014-07-291-10/+25
* HID: rmi: Protect PM-only functions by #ifdef CONFIG_PMGeert Uytterhoeven2014-06-121-0/+2
* HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires2014-05-221-2/+1
* HID: rmi: fix masks for x and w_x dataAndrew Duggan2014-05-161-2/+2
* HID: rmi: fix wrong struct field nameJiri Kosina2014-05-131-2/+2
* HID: rmi: do not fetch more than 16 bytes in a queryBenjamin Tissoires2014-05-131-3/+8
* HID: rmi: check for the existence of some optional queries before reading que...Andrew Duggan2014-05-131-4/+32
* HID: rmi: do not stop the device at the end of probeBenjamin Tissoires2014-04-091-1/+0
* HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires2014-04-091-0/+889