aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2015-09-03Merge branch 'next' into for-linusDmitry Torokhov35-1333/+4373
2015-09-01Merge branch 'for-4.3/microsoft' into for-linusJiri Kosina4-8/+14
2015-09-01Merge branches 'for-4.3/chicony', 'for-4.3/cp2112', 'for-4.3/i2c-hid', 'for-4.3/lenovo', 'for-4.3/logitech', 'for-4.3/multitouch', 'for-4.3/picolcd', 'for-4.3/rmi', 'for-4.3/sensor-hub', 'for-4.3/sony' and 'for-4.3/wacom' into for-linusJiri Kosina19-291/+953
2015-09-01Merge branch 'for-4.3/gembird' into for-linusJiri Kosina6-0/+142
2015-09-01Merge branches 'for-4.2/upstream-fixes-devm-fixed' and 'for-4.3/upstream' into for-linusJiri Kosina6-12/+34
2015-08-28HID: wacom: wacom_setup_numbered_buttons is local to wacom_wacJiri Kosina1-1/+1
2015-08-28HID: wacom: Add support for Express Key Remote.Aaron Skomra4-2/+351
2015-08-28HID: wacom: Set button bits based on a new numbered_buttonsAaron Skomra2-115/+61
2015-08-24Input: elan_i2c - enable ELAN0100 acpi panelsMichele Curti1-0/+1
2015-08-24HID: quirks: add QUIRK_NOGET for an other TPV touchscreenBenjamin Tissoires2-2/+4
2015-08-18HID: usbhid: Fix the check for HID_RESET_PENDING in hid_io_errorDon Zickus1-1/+1
2015-08-18HID: i2c-hid: Only disable irq wake if it was successfully enabled during suspendAndrew Duggan1-4/+20
2015-08-18HID: wacom: Use tablet-provided touch height/width values for INTUOSHTJason Gerecke1-1/+1
2015-08-18HID: gembird: add new driver to fix Gembird JPD-DualForce 2Benjamin Tissoires5-0/+127
2015-08-12HID: lenovo: Hide middle-button press until releaseJamie Lentin1-0/+50
2015-08-12HID: lenovo: Add missing return-value checkJamie Lentin1-1/+4
2015-08-12HID: lenovo: Use constants for axes namesJamie Lentin1-2/+2
2015-08-11HID: wacom: Simplify 'wacom_pl_irq'Jason Gerecke1-49/+35
2015-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-36/+43
2015-08-10HID: wacom: Report correct device resolution when using the wireless adapaterJason Gerecke1-33/+37
2015-08-10HID: wacom: Do not repeatedly attempt to set device mode on errorJason Gerecke1-1/+1
2015-08-10HID: wacom: Do not repeatedly attempt to set device mode on errorJason Gerecke1-1/+1
2015-08-04HID: hid-input: Fix accessing freed memory during device disconnectKrzysztof Kozlowski1-2/+5
2015-08-04HID: wacom: Remove WACOM_QUIRK_NO_INPUTJason Gerecke3-19/+10
2015-08-04HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITORJason Gerecke3-7/+5
2015-08-04HID: wacom: Use calculated pkglen for wireless touch interfaceJason Gerecke1-1/+0
2015-07-31HID: sony: Fix DS4 controller reporting rate issuesRostislav Pehlivanov1-1/+1
2015-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+15
2015-07-29HID: chicony: Add support for Acer Aspire Switch 12Николай Кудрявцев3-0/+28
2015-07-29HID: hid-lg: Add USBID for Logitech G29 WheelSimon Wood2-0/+3
2015-07-29HID: uclogic: fix limit in uclogic_tablet_enable()Dan Carpenter1-1/+1
2015-07-27HID: apple: Add support for the 2015 Macbook ProHenrik Rydberg3-0/+15
2015-07-27HID: core: do not reject devices when they declare too many usagesBenjamin Tissoires1-0/+19
2015-07-24HID: sony: Drop invalid Sixaxis input reportsFrank Praznik1-0/+11
2015-07-24HID: multitouch: Add support for CJTouch MultiTouchYang Bo3-0/+13
2015-07-24HID: microsoft: Add Surface 3 type coverStephen Just4-8/+14
2015-07-23HID: wacom: Report touch width/height/orientation for GENERIC devicesJason Gerecke1-0/+20
2015-07-23HID: wacom: Ignore contacts in excess of declared contact countJason Gerecke2-1/+33
2015-07-23HID: wacom: Perform all event processing as part of report processingJason Gerecke2-1/+39
2015-07-20Merge tag 'v4.2-rc3' into nextDmitry Torokhov35-1333/+4371
2015-07-20Input: elan_i2c - enable ELAN0600 acpi panelsBenjamin Tissoires1-0/+1
2015-07-17HID: rmi: Set F01 interrupt enable register when not setAndrew Duggan1-5/+52
2015-07-17HID: wacom: Set default device name to value from wacom->featuresJason Gerecke1-1/+2
2015-07-17HID: wacom: Properly free inputs if 'wacom_allocate_inputs' failsJason Gerecke1-34/+18
2015-07-17Merge branch 'for-4.3/upstream' into for-4.3/wacomJiri Kosina3-8/+9
2015-07-14HID: cp2112: fix byte order in SMBUS operationsEllen Wang1-4/+4
2015-07-14HID: cp2112: fix I2C_SMBUS_BYTE writeEllen Wang1-1/+1
2015-07-13HID: sony: Navigator Axis for L1 buttonSimon Wood1-1/+8
2015-07-13HID: wacom: remove the extra Pen interface for Wacom Bamboo PADBenjamin Tissoires1-2/+2