aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-07Revert "Input: introduce BTN/ABS bits for drums and guitars"Linus Torvalds3-409/+0
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds38-452/+995
2013-09-06Merge branch 'for-3.12/sensor-hub' into for-linusJiri Kosina1-32/+23
2013-09-06Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linusJiri Kosina38-419/+970
2013-09-04HID: hid-sensor-hub: change kmalloc + memcpy by kmemdupAndy Shevchenko1-4/+3
2013-09-04HID: hid-sensor-hub: move to devm_kzallocAndy Shevchenko1-12/+5
2013-09-04HID: hid-sensor-hub: fix indentation accross the codeAndy Shevchenko1-16/+15
2013-09-04Merge branch 'for-3.11/CVE-2013-2888' into for-3.12/upstreamJiri Kosina1-3/+7
2013-09-04HID: check for NULL field when setting valuesKees Cook1-1/+6
2013-09-04HID: picolcd_core: validate output report detailsKees Cook1-1/+1
2013-09-04HID: sensor-hub: validate feature report detailsKees Cook1-1/+2
2013-09-04HID: ntrig: validate feature report detailsKees Cook1-1/+2
2013-09-04HID: pantherlord: validate output report detailsKees Cook1-2/+8
2013-09-04HID: hid-wiimote: print small buffers via %*phCAndy Shevchenko1-11/+6
2013-09-04HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg1-3/+3
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina7-2/+64
2013-09-04HID: wiimote: add support for Guitar-Hero guitarsNicolas Adenis-Lamarre3-0/+182
2013-09-04HID: wiimote: add support for Guitar-Hero drumsDavid Herrmann3-0/+227
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-456/+435
2013-09-02HID: battery: don't do DMA from stackJiri Kosina1-2/+10
2013-09-02HID: roccat: add support for KonePureOptical v2Stefan Achatz3-1/+4
2013-09-02HID: picolcd: Prevent NULL pointer dereference on _remove()Bruno Prémont2-2/+7
2013-09-02HID: usbhid: quirk for N-Trig DuoSense Touch ScreenVasily Titskiy2-0/+3
2013-09-02HID: uhid: add devname module aliasMarcel Holtmann1-0/+1
2013-08-29HID: validate HID report id sizeKees Cook1-3/+7
2013-08-27HID: do not init input reports for Win 8 multitouch devicesBenjamin Tissoires2-3/+20
2013-08-27HID: detect Win 8 multitouch devices in coreBenjamin Tissoires2-13/+27
2013-08-27HID: Use hid_parser for pre-scanning the report descriptorsBenjamin Tissoires1-38/+64
2013-08-26HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng1-5/+15
2013-08-26HID: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-26HID: Fix Speedlink VAD Cezanne support for some devicesStefan Kriwanek1-3/+8
2013-08-26HID: hid-sensor-hub: fix style of commentsAndy Shevchenko1-1/+1
2013-08-26HID: use module_hid_driver() to simplify the codeWei Yongjun1-12/+1
2013-08-20hid: roccat-pyra: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-78/+62
2013-08-20HID: i2c-hid: use correct type for ACPI _DSM parameterMika Westerberg1-2/+3
2013-08-19hid: roccat-kone: fix off-by-one bug in attributesGreg Kroah-Hartman1-1/+1
2013-08-19hid: roccat-kovaplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-83/+54
2013-08-19hid: roccat-konepure: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-27/+40
2013-08-19hid: roccat-koneplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-87/+66
2013-08-19hid: roccat-savu: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-27/+31
2013-08-19hid: roccat-kone: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-46/+34
2013-08-19hid: roccat-isku: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-38/+49
2013-08-19hid: roccat-arvo: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-15/+19
2013-08-19HID: roccat: convert class code to use dev_groupsGreg Kroah-Hartman6-65/+88
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman4-2/+49
2013-08-09Revert "HID: hid-logitech-dj: querying_devices was never set"Jiri Kosina1-2/+0
2013-08-09HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia1-35/+25
2013-08-05HID: wiimote: work around broken DRM_KAI on GEN10David Herrmann1-4/+6
2013-08-05HID: hid-holtekff: don't push static constants on stack for %*phAndy Shevchenko1-1/+1