aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski1-1/+1
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds19-630/+1422
2016-03-17Merge branches 'for-4.5/upstream-fixes', 'for-4.6/cmedia', 'for-4.6/i2c-hid', 'for-4.6/logitech', 'for-4.6/multitouch', 'for-4.6/penmount', 'for-4.6/sony', 'for-4.6/thingm', 'for-4.6/upstream' and 'for-4.6/wacom' into for-linusJiri Kosina16-603/+1326
2016-03-16HID: microsoft: Add ID for MS Wireless Comfort KeyboardSlava Bacherikov3-0/+4
2016-03-15hid: thingm: reorder calls in thingm_probeHeiner Kallweit1-18/+13
2016-03-15HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()Dmitry Torokhov1-6/+10
2016-03-14HID: multitouch: Release all touch slots on reset_resumeBenson Leung1-0/+22
2016-03-10HID: usbhid: enable NO_INIT_REPORTS quirk for Semico USB Keykoard2Daniel Bristot de Oliveira2-0/+2
2016-03-10HID: penmount: report only one button for PenMount 6000 USB touchscreen controllerAndrew Shadura1-2/+6
2016-03-10HID: i2c-hid: Fix suspend/resume when already runtime suspendedDoug Anderson1-12/+31
2016-03-10HID: i2c-hid: Add hid-over-i2c name to i2c id tableBenson Leung1-0/+1
2016-03-07HID: multitouch: force retrieving of Win8 signature blobBenjamin Tissoires1-0/+5
2016-03-02HID: Support for CMedia CM6533 HID audio jack controlsBen Chen5-0/+177
2016-03-02HID: thingm: improve lockingHeiner Kallweit1-11/+22
2016-03-02HID: thingm: switch to managed version of led_classdev_registerHeiner Kallweit1-38/+8
2016-03-02HID: thingm: remove workqueueHeiner Kallweit1-22/+13
2016-02-23HID: corsair: fix mapping of non-keyboard usagesClément Vuchener1-0/+3
2016-02-16HID: wacom: close the wireless receiver on remove()Benjamin Tissoires1-0/+5
2016-02-16HID: wacom: cleanup input devicesBenjamin Tissoires1-0/+3
2016-02-16HID: wacom: reuse wacom_parse_and_register() in wireless_workBenjamin Tissoires1-45/+16
2016-02-16HID: wacom: move down wireless_work()Benjamin Tissoires1-117/+117
2016-02-16HID: wacom: break out parsing of device and registering of inputBenjamin Tissoires1-61/+75
2016-02-16HID: wacom: break out wacom_intuos_get_tool_typeBenjamin Tissoires1-79/+87
2016-02-16HID: fix hid_ignore_special_drivers module parameterBenjamin Tissoires1-3/+4
2016-02-16HID: logitech: fix Dual Action gamepad supportGrazvydas Ignotas1-0/+1
2016-02-10HID: sony: underscores are unnecessary for u8, u16, s32Pavel Machek1-57/+57
2016-02-10HID: sony: fix some warnings from scripts/checkpatch.plAntonio Ospite1-8/+17
2016-02-10HID: sony: fix errors from scripts/checkpatch.plAntonio Ospite1-13/+13
2016-02-10HID: lg: fix a typo in descriptors comments s/Joystik/Joystick/Antonio Ospite1-5/+5
2016-02-05HID: multitouch: warn on sysfs group creation failureNicholas Krause1-0/+3
2016-01-29HID: sony: fix a typo in descriptors comments s/Joystik/Joystick/Antonio Ospite1-1/+1
2016-01-29HID: dragonrise: fix a typo in descriptors comments s/Joystik/Joystick/Antonio Ospite1-2/+2
2016-01-29HID: quirks: Add no_init_reports for AKAI midi controllerStafford Horne2-0/+4
2016-01-28HID: logitech-hidpp: limit visibility of init/deinit functionsJiri Kosina1-2/+2
2016-01-28HID: logitech-hidpp: Force feedback support for the Logitech G920Edwin Velds1-108/+593
2016-01-27HID: rmi: Check that the device is a RMI device in suspend and resume callbacksAndrew Duggan1-0/+11
2016-01-25HID: usbhid: Fix incorrect product id of old 4nes4snesRaphael Assenat1-1/+1
2016-01-21HID: add HID_QUIRK_NOGET to Quanta 3003 tooBenjamin Tissoires2-0/+2
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+2
2016-01-19HID: core: prevent out-of-bound readingsBenjamin Tissoires1-0/+3
2016-01-19HID: fix out of bound access in extract() and implement()Dmitry Torokhov1-24/+66
2016-01-18HID: sony: Fixup output reports for the nyko core controllerScott Moreau1-1/+1
2016-01-18HID: sony: Add nyko core controller supportScott Moreau3-0/+11
2016-01-18HID: sony: do not bail out when the sixaxis refuses the output reportBenjamin Tissoires1-2/+4
2016-01-18HID: wacom - Add quirks for INTUOSHT2 in range eventsPing Cheng1-1/+3
2016-01-18HID: wacom - Cleanup touch arbitration logicPing Cheng1-9/+15
2016-01-18HID: wacom - make sure wacom_intuos_inout only process in/out eventsPing Cheng1-24/+25
2016-01-18HID: wacom - request tool info only when we get general eventsPing Cheng1-7/+7
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-11/+7
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds33-574/+809