aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/hid-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Stern1-7/+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-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-26/+55
2012-05-22Merge branch 'upstream' into for-linusJiri Kosina1-10/+55
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-03HID: usbhid: Check HID report descriptor contents after device resetSimon Haggett1-0/+28
2012-03-30HID: usbhid: fix error handling of not enough bandwidthOliver Neukum1-10/+27
2011-12-21HID: usbhid: defer LED setting to a workqueueDaniel Kurtz1-11/+36
2011-12-21HID: usbhid: hid-core: submit queued urbs before suspendDaniel Kurtz1-79/+105
2011-12-21HID: usbhid: remove LED_ONDaniel Kurtz1-10/+0
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+3
2011-10-13HID: usbhid: cancel timer for retry synchronouslyOliver Neukum1-1/+1
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-4/+3
2011-06-07HID: yurex: recognize GeneralKeys wireless presenter as generic HIDTomoki Sekiyama1-0/+2
2011-02-11HID: Add Support for Setting and Getting Feature Reports from hidrawAlan Ott1-0/+35
2010-12-22HID: usbhid: base runtime PM on modern APIOliver Neukum1-38/+19
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-25/+23
2010-10-23Merge branches '3m', 'egalax', 'logitech', 'magicmouse', 'ntrig' and 'roccat' into for-linusJiri Kosina1-1/+1
2010-09-24HID: usbhid: remove unused hiddev_driverAlan Stern1-6/+0
2010-09-24Merge branch 'master' into upstreamJiri Kosina1-1/+7
2010-09-22HID: trivial formatting fixAlan Ott1-0/+1
2010-09-22HID: don't Send Feature Reports on Interrupt EndpointAlan Ott1-1/+1
2010-09-14HID: fix hiddev's use of usb_find_interfaceGuillaume Chazarain1-0/+5
2010-08-24HID: Set Report ID properly for Output reports on the Control endpoint.Alan Ott1-1/+2
2010-07-11HID: Send Report ID when numbered reports are sent over the control endpoint.Alan Ott1-3/+10
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-13/+60
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-6/+6
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-5/+3
2010-05-19Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linusJiri Kosina1-0/+1
2010-05-19Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-suspend' into for-linusJiri Kosina1-1/+23
2010-05-19Merge branch 'upstream' into for-linusJiri Kosina1-12/+36
2010-05-18HID: hidraw: Use Interrupt Endpoint for OUT Transfers if AvailableAlan Ott1-10/+30
2010-05-07HID: fix suspend crash by moving initializations earlierAlan Stern1-7/+6
2010-05-03Merge branch 'hid-suspend' into picolcdJiri Kosina1-1/+23
2010-04-27HID: add suspend/resume hooks for hid driversBruno Prémont1-1/+23
2010-04-19HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNOREBastien Nocera1-0/+1
2010-04-03HID: usbhid: enable remote wakeup for keyboardsAlan Stern1-2/+5
2010-03-31HID: add framebuffer support to PicoLCD deviceBruno Prémont1-0/+1
2010-02-25Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse' into for-linusJiri Kosina1-2/+3
2010-02-17HID: usbhid: initialize interface pointers early enoughJiri Kosina1-3/+2
2010-02-12HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum1-2/+26
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina1-2/+3
2010-02-02Merge branch 'master' into upstreamJiri Kosina1-4/+4