aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-rmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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