summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-rmi.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+0Star
* HID: rmi: introduce RMI driver for Synaptics touchpadsBenjamin Tissoires2014-04-091-0/+889