aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-rmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'for-4.2/rmi', 'for-4.2/sensor-hub', 'for-4.2/sjoy', 'for-4.2/sony' and 'for-4.2/wacom' into for-linusJiri Kosina1-3/+6
2015-06-16HID: rmi: Disable populating F30 when the touchpad has physical buttonsAndrew Duggan1-3/+6
2015-05-18HID: rmi: fix some harmless BIT() mistakesDan Carpenter1-3/+3
2015-02-25HID: rmi: disable palm detect gesture when presentAndrew Duggan1-3/+16
2015-02-25HID: rmi: disable dribble packets on Synaptics touchpadsAndrew Duggan1-0/+19
2015-02-25HID: rmi: Add functions for writing to registersAndrew Duggan1-0/+40
2015-02-17HID: rmi: Print the firmware id of the touchpadAndrew Duggan1-0/+99
2015-01-12HID: rmi: Add support for the touchpad in the Razer Blade 14 laptopAndrew Duggan1-0/+2
2015-01-12HID: rmi: Support touchpads with external buttonsAndrew Duggan1-1/+19
2015-01-12HID: rmi: Use hid_report_len to compute the size of reportsAndrew Duggan1-3/+2
2014-12-22HID: rmi: Support non rmi devices by passing events to hid-inputAndrew Duggan1-17/+76
2014-12-12HID: rmi: The address of query8 must be calculated based on which query registers are presentAndrew Duggan1-12/+12
2014-12-12HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan1-9/+52
2014-09-12HID: rmi: check sanity of the incoming reportBenjamin Tissoires1-6/+38
2014-08-14HID: rmi: print an error if F11 is not found instead of stopping the deviceAndrew Duggan1-4/+9
2014-07-29HID: rmi: check that report ids exist in the report_id_hash before accessing their sizeAndrew Duggan1-6/+22
2014-07-29HID: rmi: change logging level of log messages related to unexpected reportsAndrew Duggan1-2/+2
2014-07-29HID: rmi: make compututation of the address of Query 12 more carefulAndrew Duggan1-10/+25
2014-06-12HID: rmi: Protect PM-only functions by #ifdef CONFIG_PMGeert Uytterhoeven1-0/+2
2014-05-22HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires1-2/+1
2014-05-16HID: rmi: fix masks for x and w_x dataAndrew Duggan1-2/+2
2014-05-13HID: rmi: fix wrong struct field nameJiri Kosina1-2/+2
2014-05-13HID: rmi: do not fetch more than 16 bytes in a queryBenjamin Tissoires1-3/+8
2014-05-13HID: rmi: check for the existence of some optional queries before reading query 12Andrew Duggan1-4/+32
2014-04-09HID: rmi: do not stop the device at the end of probeBenjamin Tissoires1-1/+0
2014-04-09HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires1-0/+889