summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid/hid-core.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+31
2013-03-25USBHID: don't recover device if suspend fails in system sleepMing Lei1-9/+5
2013-03-07HID: ll_driver: Extend the interface with idle requestsBenjamin Tissoires1-0/+15
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidBenjamin Tissoires1-2/+1
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-2/+1
2013-02-25HID: Extend the interface with wait io requestHenrik Rydberg1-0/+1
2013-02-25HID: Extend the interface with report requestsHenrik Rydberg1-0/+13
2012-10-01HID: keep dev_rdesc unmodified and use it for comparisonsKevin Daughtridge1-3/+3
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-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-26/+55
2012-05-22Merge branch 'upstream' into for-linusJiri Kosina1-10/+55
2012-05-02USB: 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-04HID: 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/...Linus Torvalds1-4/+3
2011-10-13HID: usbhid: cancel timer for retry synchronouslyOliver Neukum1-1/+1
2011-08-20PM / 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-24Merge branches '3m', 'egalax', 'logitech', 'magicmouse', 'ntrig' and 'roccat'...Jiri 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-12HID: 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/jik...Linus Torvalds1-13/+60
2010-05-21USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-6/+6
2010-05-21USB: 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-susp...Jiri 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-08HID: 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