| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: usbhid: fix error paths in suspend | Alan Stern | 2012-07-20 | 1 | -27/+44 |
* | HID: usbhid: check for suspend or reset before restarting | Alan Stern | 2012-07-20 | 1 | -2/+4 |
* | HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED | Alan Stern | 2012-07-20 | 1 | -7/+7 |
* | HID: usbhid: inline some simple routines | Alan Stern | 2012-07-20 | 1 | -31/+16 |
* | HID: usbhid: fix autosuspend calls | Alan Stern | 2012-07-20 | 1 | -74/+72 |
* | HID: usbhid: fix use-after-free bug | Alan Stern | 2012-07-20 | 1 | -5/+11 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -26/+55 |
|\ |
|
| * | Merge branch 'upstream' into for-linus | Jiri Kosina | 2012-05-22 | 1 | -10/+55 |
| |\ |
|
| | * | HID: usbhid: Check HID report descriptor contents after device reset | Simon Haggett | 2012-04-03 | 1 | -0/+28 |
| | * | HID: usbhid: fix error handling of not enough bandwidth | Oliver Neukum | 2012-03-30 | 1 | -10/+27 |
| * | | HID: Create a common generic driver | Henrik Rydberg | 2012-05-01 | 1 | -16/+0 |
| * | | HID: Create a generic device group | Henrik Rydberg | 2012-05-01 | 1 | -1/+1 |
| |/ |
|
* | | USB: hid-core.c: remove dbg() usage | Greg Kroah-Hartman | 2012-05-01 | 1 | -2/+2 |
* | | usbhid: prevent deadlock during timeout | Oliver Neukum | 2012-05-01 | 1 | -6/+55 |
|/ |
|
* | HID: usbhid: defer LED setting to a workqueue | Daniel Kurtz | 2011-12-21 | 1 | -11/+36 |
* | HID: usbhid: hid-core: submit queued urbs before suspend | Daniel Kurtz | 2011-12-21 | 1 | -79/+105 |
* | HID: usbhid: remove LED_ON | Daniel Kurtz | 2011-12-21 | 1 | -10/+0 |
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-25 | 1 | -4/+3 |
|\ |
|
| * | PM / Runtime: Add macro to test for runtime PM events | Alan Stern | 2011-08-19 | 1 | -4/+3 |
* | | HID: usbhid: cancel timer for retry synchronously | Oliver Neukum | 2011-10-13 | 1 | -1/+1 |
|/ |
|
* | HID: yurex: recognize GeneralKeys wireless presenter as generic HID | Tomoki Sekiyama | 2011-06-07 | 1 | -0/+2 |
* | HID: Add Support for Setting and Getting Feature Reports from hidraw | Alan Ott | 2011-02-11 | 1 | -0/+35 |
* | HID: usbhid: base runtime PM on modern API | Oliver Neukum | 2010-12-22 | 1 | -38/+19 |
* | HID: Add and use hid_<level>: dev_<level> equivalents | Joe Perches | 2010-12-10 | 1 | -25/+23 |
*---. | Merge branches '3m', 'egalax', 'logitech', 'magicmouse', 'ntrig' and 'roccat'... | Jiri Kosina | 2010-10-23 | 1 | -1/+1 |
|\ \ \ |
|
| | * | | HID: don't Send Feature Reports on Interrupt Endpoint | Alan Ott | 2010-09-22 | 1 | -1/+1 |
| |/ / |
|
* | | | HID: usbhid: remove unused hiddev_driver | Alan Stern | 2010-09-24 | 1 | -6/+0 |
* | | | Merge branch 'master' into upstream | Jiri Kosina | 2010-09-24 | 1 | -1/+7 |
|\ \ \
| |/ / |
|
| * | | HID: fix hiddev's use of usb_find_interface | Guillaume Chazarain | 2010-09-14 | 1 | -0/+5 |
| * | | HID: Set Report ID properly for Output reports on the Control endpoint. | Alan Ott | 2010-08-24 | 1 | -1/+2 |
| |/ |
|
* | | HID: trivial formatting fix | Alan Ott | 2010-09-22 | 1 | -0/+1 |
|/ |
|
* | HID: Send Report ID when numbered reports are sent over the control endpoint. | Alan Ott | 2010-07-11 | 1 | -3/+10 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-05-21 | 1 | -13/+60 |
|\ |
|
| *---. | Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linus | Jiri Kosina | 2010-05-19 | 1 | -0/+1 |
| |\ \ \ |
|
| | | * \ | Merge branch 'hid-suspend' into picolcd | Jiri Kosina | 2010-05-03 | 1 | -1/+23 |
| | | |\ \ |
|
| | | * | | | HID: add framebuffer support to PicoLCD device | Bruno Prémont | 2010-03-31 | 1 | -0/+1 |
| | | | |/
| | | |/| |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp... | Jiri Kosina | 2010-05-19 | 1 | -1/+23 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | / /
| | | | |/ /
| | | |/| /
| | | | |/ |
|
| | | | * | HID: add suspend/resume hooks for hid drivers | Bruno Prémont | 2010-04-27 | 1 | -1/+23 |
| | | |/ |
|
| * | | | Merge branch 'upstream' into for-linus | Jiri Kosina | 2010-05-19 | 1 | -12/+36 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | HID: hidraw: Use Interrupt Endpoint for OUT Transfers if Available | Alan Ott | 2010-05-18 | 1 | -10/+30 |
| | * | | HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNORE | Bastien Nocera | 2010-04-19 | 1 | -0/+1 |
| | * | | HID: usbhid: enable remote wakeup for keyboards | Alan Stern | 2010-04-03 | 1 | -2/+5 |
| | |/ |
|
* | | | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -6/+6 |
* | | | USB: remove uses of URB_NO_SETUP_DMA_MAP | Alan Stern | 2010-05-20 | 1 | -5/+3 |
|/ / |
|
* | | HID: fix suspend crash by moving initializations earlier | Alan Stern | 2010-05-07 | 1 | -7/+6 |
|/ |
|
* | Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'... | Jiri Kosina | 2010-02-25 | 1 | -2/+3 |
|\ |
|
| * | HID: make raw reports possible for both feature and output reports | Jiri Kosina | 2010-02-03 | 1 | -2/+3 |
* | | HID: usbhid: initialize interface pointers early enough | Jiri Kosina | 2010-02-17 | 1 | -3/+2 |
* | | HID: usbhid: introduce timeout for stuck ctrl/out URBs | Oliver Neukum | 2010-02-12 | 1 | -2/+26 |
* | | Merge branch 'master' into upstream | Jiri Kosina | 2010-02-02 | 1 | -4/+4 |
|\ \
| |/ |
|