aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-07HID: hid-lg4ff: Remove "hid_" prefix from some functions' namesMichal Malý1-14/+14
2015-05-07HID: hid-lg4ff: Remove double underscore prefix from numeric typesMichal Malý2-28/+28
2015-05-07Revert "HID: logitech-hidpp: support combo keyboard touchpad TK820"Benjamin Tissoires1-20/+0
2015-05-07HID: sjoy: support Super Joy Box 4Sean Young3-1/+4
2015-05-07HID: sony: Correct a typo in a HID descriptor comment and explain the odd Sixaxis axis mappingFrank Praznik1-1/+8
2015-05-07HID: sony: Simplify LED initialization and eliminate redundant copies when updating LED statesFrank Praznik1-30/+28
2015-05-07HID: sony: Correct Sony device orderingFrank Praznik1-2/+2
2015-05-07HID: sony: Add support for the Sony Motion ControllerFrank Praznik1-2/+136
2015-05-07HID: sony: Add the product ID for the Sony Motion ControllerFrank Praznik2-0/+2
2015-05-07HID: sony: Prevent the freeing of an unitialized ida valueFrank Praznik1-4/+4
2015-05-07HID: prodikeys: remove unused variableJiri Slaby1-2/+1
2015-05-07HID: make timeout HZ independentNicholas Mc Guire1-1/+2
2015-05-07HID: lenovo: add support for Lenovo ThinkPad Keyboard Pro unitBenjamin Tissoires3-0/+33
2015-05-04HID: wacom: Fail probe if HID_GENERIC device has unknown device_typeJason Gerecke1-1/+7
2015-05-04HID: wacom: Discover device_type from HID descriptor for all devicesJason Gerecke3-14/+23
2015-05-04HID: wacom: Do not add suffix to name of devices with an unknown typeJason Gerecke1-5/+8
2015-04-27HID: wacom: retrieve name from HID descriptor for generic devicesPing Cheng1-11/+47
2015-04-27HID: usbhid: Add a quirk for raphnet multi-gamepad adaptersRaphael Assenat2-0/+10
2015-04-23HID: i2c-hid: Do not fail probing if gpiolib is not enabledMika Westerberg1-1/+4
2015-04-23HID: lenovo: set INPUT_PROP_POINTING_STICKAndreas Fleig1-0/+19
2015-04-23HID: wacom: Add support for DTU-1141Aaron Skomra1-0/+4
2015-04-23HID: wacom: Simplify check for presence of single-finger touchJason Gerecke1-3/+2
2015-04-23HID: wacom: remove unused packet lengthsPing Cheng1-6/+0
2015-04-23HID: wacom: move unit and unitExpo initialization to wacom_calculate_resPing Cheng1-6/+6
2015-04-23HID: wacom: move all quirks to wacom_setup_device_quirksPing Cheng3-40/+31
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds27-667/+2740
2015-04-13Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds6-97/+121
2015-04-13Merge branch 'for-4.1/sensor-hub' into for-linusJiri Kosina4-74/+989
2015-04-13Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-uclogic-merge', 'for-4.1/i2c-hid', 'for-4.1/kconfig-drop-expert-dependency', 'for-4.1/logitech', 'for-4.1/multitouch', 'for-4.1/rmi', 'for-4.1/sony', 'for-4.1/upstream' and 'for-4.1/wacom' into for-linusJiri Kosina25-593/+1735
2015-04-10HID: sensor: Custom and Generic sensor supportSrinivas Pandruvada3-0/+865
2015-04-10HID: debug: fix error handling in hid_debug_events_read()Jiri Kosina1-1/+2
2015-04-05HID: logitech-hidpp: fix error return codeJulia Lawall1-0/+1
2015-04-02HID: wacom: Add support for Cintiq 13HD TouchPing Cheng1-0/+11
2015-04-02HID: logitech-hidpp: add a module parameter to keep firmware gesturesBenjamin Tissoires1-0/+10
2015-04-02HID: usbhid: yet another mouse with ALWAYS_POLLOliver Neukum2-2/+4
2015-04-02HID: usbhid: more mice with ALWAYS_POLLOliver Neukum2-0/+8
2015-04-02HID: wacom: set stylus_in_proximity before checking touch_downPing Cheng1-18/+16
2015-04-02HID: wacom: use wacom_wac_finger_count_touches to set touch_downPing Cheng1-51/+33
2015-04-02HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUTPing Cheng3-32/+19
2015-04-02Merge branch 'for-4.0/upstream-fixes' into for-4.1/wacomJiri Kosina10-43/+92
2015-03-27HID: pidff: effect can't be NULLJiri Kosina1-1/+1
2015-03-25HID: add quirk for PIXART OEM mouse used by HPOliver Neukum2-0/+2
2015-03-25HID: add HP OEM mouse to quirk ALWAYS_POLLOliver Neukum2-0/+4
2015-03-24HID: input: Fix NULL pointer dereference when power_supply_register failsKrzysztof Kozlowski1-2/+2
2015-03-23Merge tag 'v4.0-rc5' into nextDmitry Torokhov23-261/+715
2015-03-17HID: wacom: check for wacom->shared before following the pointerBenjamin Tissoires1-3/+4
2015-03-16HID: wacom: ask for a in-prox report when it was missedBenjamin Tissoires2-1/+20
2015-03-16HID: hid-sensor-hub: Fix sparse warningSrinivas Pandruvada1-2/+2
2015-03-16HID: hid-sensor-hub: fix attribute read for logical usage idSrinivas Pandruvada1-2/+4