summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)AuthorFilesLines
2013-01-03HID: usbhid: quirk for Formosa IR receiverNicholas Santos1-0/+1
2012-12-12Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...Jiri Kosina2-5/+7
2012-11-28HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYSJiri Kosina1-4/+4
2012-11-26HID: add quirk for Freescale i.MX23 ROM recoveryMarek Vasut1-0/+1
2012-11-22HID: add support to novatec wireless mouseMarco Biscaro1-0/+1
2012-11-16HID: hiddev: Remove redundant check on unsigned variableTushar Behera1-1/+1
2012-11-15HID: usbhid: add quirk HID_QUIRK_NOGET to TPV optical touchscreenBenjamin Tissoires1-0/+1
2012-10-01Merge branch 'upstream' into for-linusJiri Kosina2-4/+5
2012-10-01HID: keep dev_rdesc unmodified and use it for comparisonsKevin Daughtridge1-3/+3
2012-08-27HID: Remove duplicate ID for QUANTA 3001 touchscreenSimon Farnsworth1-1/+1
2012-08-27HID: add NOGET quirk for Eaton Ellipse MAX UPSAlan Stern1-0/+1
2012-08-15HID: add quirk for Freescale i.MX28 ROM recoveryMarek Vasut1-0/+1
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-09HID: add Sennheiser BTD500USB device supportFrank Kunz1-0/+1
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg1-4/+4
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-30/+62
2012-05-22Merge branches 'upstream-fixes', 'wacom' and 'waltop' into for-linusJiri Kosina1-0/+1
2012-05-22Merge branch 'upstream' into for-linusJiri Kosina3-14/+61
2012-05-01USB: hid-core.c: remove dbg() usageGreg Kroah-Hartman1-2/+2
2012-05-01usbhid: prevent deadlock during timeoutOliver Neukum1-6/+55
2012-05-01HID: Create a common generic driverHenrik Rydberg1-16/+0
2012-05-01HID: Create a generic device groupHenrik Rydberg1-1/+1
2012-04-27HID: hiddev: Use vzalloc to allocate hiddev_listHavard Skinnemoen1-4/+5
2012-04-25USB: usbmouse.c: remove err() usageGreg Kroah-Hartman1-3/+4
2012-04-03HID: usbhid: Check HID report descriptor contents after device resetSimon Haggett1-0/+28
2012-03-30HID: usbhid: fix error handling of not enough bandwidthOliver Neukum2-10/+28
2012-03-28HID: waltop: Add support for Sirius tabletNikolai Kondrashov1-0/+1
2012-03-20Merge branch 'upstream' into for-linusJiri Kosina1-0/+3
2012-03-20Merge branches 'battery-scope', 'logitech' and 'multitouch' into for-linusJiri Kosina1-0/+1
2012-03-06HID: usbhid: add quirk no_get for quanta 3008 devicesBenjamin Tissoires1-0/+1
2012-02-28HID: kye: Add support for 3 tabletsNikolai Kondrashov1-0/+2
2012-02-27HID: usbhid: Add NOGET quirk for the AIREN Slim+ keyboardAlan Stern1-0/+1
2012-02-21HID: Add quirk for CH Products FighterstickVille Ranki1-0/+1
2012-02-02HID: usbhid: fix dead lock between open and disconectMing Lei1-2/+2
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-106/+206
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-05Merge branches 'hyperv', 'multitouch', 'roccat', 'upstream', 'upstream-fixes'...Jiri Kosina4-106/+207
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-12-21HID: usbhid: defer LED setting to a workqueueDaniel Kurtz2-11/+38
2011-12-21HID: usbhid: hid-core: submit queued urbs before suspendDaniel Kurtz1-79/+105
2011-12-21HID: usbhid: remove LED_ONDaniel Kurtz2-11/+0
2011-12-21HID: Enable HID_QUIRK_MULTI_INPUT for Trio Linker Plus IIIgnaz Forster1-0/+1
2011-12-15HID: multitouch: support PixArt optical touch screenAaron Tian1-0/+3
2011-11-23HID: usbkbd: kill LED URB on disconnectWillem Penninckx1-0/+1
2011-11-23HID: usbkbd: synchronize LED URB submissionWillem Penninckx1-5/+58