aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-22HID: Fix logitech-dj: missing Unifying device issueNestor Lopez Casado2-0/+46
2012-09-22HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()Axel Lin1-0/+2
2012-09-07Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-2/+6
2012-09-07HID: tpkbd: work even if the new Lenovo Keyboard driver is not configuredAndres Freund1-1/+3
2012-09-05dj: memory scribble in logi_djAlan Cox1-2/+2
2012-09-02HID: Only dump input if someone is listeningHenrik Rydberg1-1/+2
2012-08-27HID: add NOGET quirk for Eaton Ellipse MAX UPSAlan Stern1-0/+1
2012-08-23Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+0
2012-08-22HID: Remove QUANTA from special drivers listSimon Farnsworth1-1/+0
2012-07-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-0/+2
2012-07-30[media] radio-shark: New driver for the Griffin radioSHARK USB radio receiverHans de Goede2-0/+2
2012-07-24Merge branch 'uhid' into for-linusJiri Kosina3-0/+594
2012-07-24Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes' and 'upstream' into for-linusJiri Kosina29-550/+1581
2012-07-23HID: add ASUS AIO keyboard model AK1DCyrus Lien3-0/+3
2012-07-22HID: add support for Cypress barcode scanner 04B4:ED81Lionel Vaux3-0/+4
2012-07-20HID: Allow drivers to be their own listenerDavid Herrmann2-6/+4
2012-07-20HID: usbhid: fix error paths in suspendAlan Stern1-27/+44
2012-07-20HID: usbhid: check for suspend or reset before restartingAlan Stern1-2/+4
2012-07-20HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDEDAlan Stern2-8/+7
2012-07-20HID: usbhid: inline some simple routinesAlan Stern1-31/+16
2012-07-20HID: usbhid: fix autosuspend callsAlan Stern1-74/+72
2012-07-20HID: usbhid: fix use-after-free bugAlan Stern1-5/+11
2012-07-20HID: hid-core: optimize in case of hidrawMatthieu CASTET2-3/+9
2012-07-20HID: hidraw: fix list->buffer memleakMatthieu CASTET1-1/+11
2012-07-20HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes1-1/+1
2012-07-20HID: roccat: added sensor sysfs attribute for SavuStefan Achatz2-0/+4
2012-07-19Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-0/+16
2012-07-19HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires3-0/+9
2012-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-0/+19
2012-07-12HID: Add driver for Holtek based keyboards with broken HIDTom Harwood5-2/+192
2012-07-11Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan2-0/+4
2012-07-10HID: add support for 2012 MacBook Pro RetinaRyan Bourgeois3-0/+15
2012-07-09HID: Add suport for the brightness control keys on HP keyboardsKeng-Yu Lin1-0/+9
2012-07-09HID: add Sennheiser BTD500USB device supportFrank Kunz2-0/+4
2012-07-04HID: magicmouse: Implement Multi-touch Protocol B (MT-B)Yufeng Shen1-44/+22
2012-07-04HID: magicmouse: Removing report_touches switchYufeng Shen1-50/+45
2012-07-04HID: add battery quirk for Apple Wireless ANSIDaniel Nicoletti1-0/+3
2012-06-28HID: roccat: rename roccat_common functions to roccat_common2Stefan Achatz8-67/+67
2012-06-28HID: roccat: fix wrong hid_err usage on struct usb_deviceStefan Achatz1-3/+3
2012-06-28HID: roccat: move functionality to roccat-commonStefan Achatz12-332/+111
2012-06-28HID: roccat: add support for Roccat SavuStefan Achatz5-1/+464
2012-06-28HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires3-0/+9
2012-06-28HID: hid-multitouch: fix input mode feature commandBenjamin Tissoires1-1/+12
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds4-43/+52
2012-06-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-0/+4
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg2-27/+24
2012-06-25HID: magicmouse: Correct report range of major / minor axesYufeng Shen1-2/+4
2012-06-18HID: uhid: silence gcc warningJiri Kosina1-1/+1
2012-06-18HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPointBryan Wu1-0/+1
2012-06-18HID: uhid: implement feature requestsDavid Herrmann1-1/+119