summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | HID: uhid: forward create_req to create2_reqDavid Herrmann2014-08-251-65/+25
| | | | | | * | | HID: uhid: simplify report-cb shutdownDavid Herrmann2014-08-251-9/+2
| | | | | | |/ /
| | | | | * | | HID: sony: Update the DualShock 4 touchpad resolutionFrank Praznik2014-09-251-2/+2
| | | | | * | | HID: sony: Set touchpad bits in the input_configured callbackFrank Praznik2014-09-221-34/+40
| | | | | * | | HID: sony: Update file header and correct commentsFrank Praznik2014-09-151-5/+6
| | | | | * | | HID: sony: Corrections for the DualShock 4 HID descriptorFrank Praznik2014-09-151-6/+6
| | | | | * | | HID: sony: Set the Sixaxis cable state correctlyFrank Praznik2014-09-011-1/+2
| | | | | | |/ | | | | | |/|
| | | | * | | HID: rmi: check sanity of the incoming reportBenjamin Tissoires2014-09-121-6/+38
| | | | |/ /
| | | * | | HID: picolcd: be more verbose when reporting report size errorJiri Kosina2014-08-271-2/+2
| | | |/ /
| | * | | HID: logitech-dj: break out testing of validity of dj_deviceBenjamin Tissoires2014-08-271-24/+11
| | |/ /
| * | | HID: usbhid: add another mouse that needs QUIRK_ALWAYS_POLLOliver Neukum2014-10-012-0/+2
| * | | HID: usbhid: fix PIXART optical mouseOliver Neukum2014-09-082-0/+2
| * | | HID: usbhid: enable always-poll quirk for Elan TouchscreenJohan Hovold2014-09-082-0/+4
| * | | HID: usbhid: add always-poll quirkJohan Hovold2014-09-081-3/+23
| |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-274-18/+42
| |\ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-2111-93/+114
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-151-0/+2
| |\ \ \
| | * | | Input: wacom - fix compiler warning if !CONFIG_PMGeert Uytterhoeven2014-08-121-0/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-08-088-981/+4523
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'next' into for-linusDmitry Torokhov2014-08-0621-1293/+6338
| | |\ \ \
| | | * | | Input: wacom - only register once the MODULE_* macrosBenjamin Tissoires2014-08-062-4/+5
| | | * | | Input: HID - remove hid-wacom Bluetooth driverBenjamin Tissoires2014-08-063-982/+2
| | | * | | Input: wacom - add copyright note and bump version to 2.0Benjamin Tissoires2014-08-061-1/+4
| | | * | | Input: wacom - remove passing id for wacom_set_reportPrzemo Firszt2014-08-061-18/+17
| | | * | | Input: wacom - check for bluetooth protocol while setting OLEDsBenjamin Tissoires2014-08-061-8/+21
| | | * | | Input: wacom - handle Intuos 4 BT in wacom.koBenjamin Tissoires2014-08-065-2/+92
| | | * | | Input: wacom - handle Graphire BT tablets in wacom.koBenjamin Tissoires2014-08-065-5/+132
| | | * | | Input: wacom - prepare the driver to include BT devicesBenjamin Tissoires2014-08-062-3/+69
| | | * | | Input: wacom - add support for 0x12C ISDv4 sensorJason Gerecke2014-07-281-0/+4
| | | * | | Input: wacom - register an ac power supply for wireless devicesBenjamin Tissoires2014-07-253-5/+55
| | | * | | Input: wacom - use a uniq name for the battery deviceBenjamin Tissoires2014-07-252-1/+6
| | | * | | Input: wacom - enhance Wireless Receiver battery reportingBenjamin Tissoires2014-07-254-8/+43
| | | * | | Input: wacom - put a flag when the led are initializedBenjamin Tissoires2014-07-252-0/+7
| | | * | | Input: wacom - support up to 2048 pressure levels with ISDv4Jason Gerecke2014-07-251-1/+1
| | | * | | Input: wacom - move the USB (now hid) Wacom driver in drivers/hidBenjamin Tissoires2014-07-256-0/+4128
| | | * | | Input: wacom - switch from an USB driver to a HID driverBenjamin Tissoires2014-07-252-2/+10
| * | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2014-08-076-2/+339
| |\ \ \ \ \
| | * | | | | HID: gt683r: move mode attribute to led-class devicesJanne Kanniainen2014-07-031-12/+24
| | * | | | | HID: gt683r: fix race conditionJanne Kanniainen2014-07-031-3/+3
| | * | | | | HID: add support for MSI GT683R led panelsJanne Kanniainen2014-07-016-2/+327
* | | | | | | HID: hid-sensor-hub: re-add mistakenly removed USB_DEVICE_ID_STM_HID_SENSOR idSrinivas Pandruvada2014-09-041-0/+3
* | | | | | | HID: thingm: set the proper error code before leavingBenjamin Tissoires2014-09-031-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | HID: picolcd: sanity check report size in raw_event() callbackJiri Kosina2014-08-271-0/+6
* | | | | | HID: magicmouse: sanity check report size in raw_event() callbackJiri Kosina2014-08-271-0/+10
* | | | | | HID: logitech-dj: prevent false errors to be shownBenjamin Tissoires2014-08-252-18/+26
| |_|_|_|/ |/| | | |
* | | | | HID: fix a couple of off-by-onesJiri Kosina2014-08-216-7/+7
* | | | | HID: logitech: perform bounds checking on device_id early enoughJiri Kosina2014-08-211-7/+6
* | | | | HID: logitech: fix bounds checking on LED report sizeJiri Kosina2014-08-211-1/+1
* | | | | HID: logitech: Prevent possibility of infinite loop when using /sys interfaceSimon Wood2014-08-151-2/+2
* | | | | HID: rmi: print an error if F11 is not found instead of stopping the deviceAndrew Duggan2014-08-141-4/+9
OpenPOWER on IntegriCloud