aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/hid-rmi.c
AgeCommit message (Expand)Author
2018-05-30HID: rmi: use HID_QUIRK_NO_INPUT_SYNCBenjamin Tissoires
2018-02-16HID: Fix hid_report_len usageAaron Ma
2018-01-23HID: rmi: Support the Fujitsu R726 Pad dock using hid-rmiAndrew Duggan
2017-10-19HID: rmi: Check that a device is a RMI device before calling RMI functionsAndrew Duggan
2017-09-08HID: rmi: Make sure the HID device is opened on resumeLyude
2017-01-11HID: rmi: Support the Lenovo Thinkpad X1 Tablet dock using hid-rmiAndrew Duggan
2017-01-11HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4Andrew Duggan
2016-11-23HID: rmi: make transfer buffers DMA capableBenjamin Tissoires
2016-01-27HID: rmi: Check that the device is a RMI device in suspend and resume callbacksAndrew Duggan
2015-11-05HID: hid-input: allow input_configured callback return errorsDmitry Torokhov
2015-07-17HID: rmi: Set F01 interrupt enable register when not setAndrew Duggan
2015-07-13HID: rmi: Write updated F11 control registers after resetAndrew Duggan
2015-07-09HID: rmi: Disable scanning if the device is not a wake sourceAndrew Duggan
2015-06-22Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f...Jiri Kosina
2015-06-16HID: rmi: Disable populating F30 when the touchpad has physical buttonsAndrew Duggan
2015-05-18HID: rmi: fix some harmless BIT() mistakesDan Carpenter
2015-02-25HID: rmi: disable palm detect gesture when presentAndrew Duggan
2015-02-25HID: rmi: disable dribble packets on Synaptics touchpadsAndrew Duggan
2015-02-25HID: rmi: Add functions for writing to registersAndrew Duggan
2015-02-17HID: rmi: Print the firmware id of the touchpadAndrew Duggan
2015-01-12HID: rmi: Add support for the touchpad in the Razer Blade 14 laptopAndrew Duggan
2015-01-12HID: rmi: Support touchpads with external buttonsAndrew Duggan
2015-01-12HID: rmi: Use hid_report_len to compute the size of reportsAndrew Duggan
2014-12-22HID: rmi: Support non rmi devices by passing events to hid-inputAndrew Duggan
2014-12-12HID: rmi: The address of query8 must be calculated based on which query regis...Andrew Duggan
2014-12-12HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan
2014-09-12HID: rmi: check sanity of the incoming reportBenjamin Tissoires
2014-08-14HID: rmi: print an error if F11 is not found instead of stopping the deviceAndrew Duggan
2014-07-29HID: rmi: check that report ids exist in the report_id_hash before accessing ...Andrew Duggan
2014-07-29HID: rmi: change logging level of log messages related to unexpected reportsAndrew Duggan
2014-07-29HID: rmi: make compututation of the address of Query 12 more carefulAndrew Duggan
2014-06-12HID: rmi: Protect PM-only functions by #ifdef CONFIG_PMGeert Uytterhoeven
2014-05-22HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires
2014-05-16HID: rmi: fix masks for x and w_x dataAndrew Duggan
2014-05-13HID: rmi: fix wrong struct field nameJiri Kosina
2014-05-13HID: rmi: do not fetch more than 16 bytes in a queryBenjamin Tissoires
2014-05-13HID: rmi: check for the existence of some optional queries before reading que...Andrew Duggan
2014-04-09HID: rmi: do not stop the device at the end of probeBenjamin Tissoires
2014-04-09HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires