aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-rmi.c
Commit message (Expand)AuthorAge
* HID: rmi: disable palm detect gesture when presentAndrew Duggan2015-02-25
* HID: rmi: disable dribble packets on Synaptics touchpadsAndrew Duggan2015-02-25
* HID: rmi: Add functions for writing to registersAndrew Duggan2015-02-25
* HID: rmi: Print the firmware id of the touchpadAndrew Duggan2015-02-17
* HID: rmi: Add support for the touchpad in the Razer Blade 14 laptopAndrew Duggan2015-01-12
* HID: rmi: Support touchpads with external buttonsAndrew Duggan2015-01-12
* HID: rmi: Use hid_report_len to compute the size of reportsAndrew Duggan2015-01-12
* HID: rmi: Support non rmi devices by passing events to hid-inputAndrew Duggan2014-12-22
* HID: rmi: The address of query8 must be calculated based on which query regis...Andrew Duggan2014-12-12
* HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan2014-12-12
* HID: rmi: check sanity of the incoming reportBenjamin Tissoires2014-09-12
* HID: rmi: print an error if F11 is not found instead of stopping the deviceAndrew Duggan2014-08-14
* HID: rmi: check that report ids exist in the report_id_hash before accessing ...Andrew Duggan2014-07-29
* HID: rmi: change logging level of log messages related to unexpected reportsAndrew Duggan2014-07-29
* HID: rmi: make compututation of the address of Query 12 more carefulAndrew Duggan2014-07-29
* HID: rmi: Protect PM-only functions by #ifdef CONFIG_PMGeert Uytterhoeven2014-06-12
* HID: rmi: do not handle touchscreens through hid-rmiBenjamin Tissoires2014-05-22
* HID: rmi: fix masks for x and w_x dataAndrew Duggan2014-05-16
* HID: rmi: fix wrong struct field nameJiri Kosina2014-05-13
* HID: rmi: do not fetch more than 16 bytes in a queryBenjamin Tissoires2014-05-13
* HID: rmi: check for the existence of some optional queries before reading que...Andrew Duggan2014-05-13
* HID: rmi: do not stop the device at the end of probeBenjamin Tissoires2014-04-09
* HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires2014-04-09