summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/hid-core.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp...Jiri Kosina2010-05-191-1/+23
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| / | | | | |/
| | | | * HID: add suspend/resume hooks for hid driversBruno Prémont2010-04-271-1/+23
| | | |/
| * | | Merge branch 'upstream' into for-linusJiri Kosina2010-05-191-12/+36
| |\ \ \ | | |/ / | |/| |
| | * | HID: hidraw: Use Interrupt Endpoint for OUT Transfers if AvailableAlan Ott2010-05-181-10/+30
| | * | HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNOREBastien Nocera2010-04-191-0/+1
| | * | HID: usbhid: enable remote wakeup for keyboardsAlan Stern2010-04-031-2/+5
| | |/
* | | USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-6/+6
* | | USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern2010-05-201-5/+3
|/ /
* | HID: fix suspend crash by moving initializations earlierAlan Stern2010-05-071-7/+6
|/
* Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...Jiri Kosina2010-02-251-2/+3
|\
| * HID: make raw reports possible for both feature and output reportsJiri Kosina2010-02-031-2/+3
* | HID: usbhid: initialize interface pointers early enoughJiri Kosina2010-02-171-3/+2
* | HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum2010-02-121-2/+26
* | Merge branch 'master' into upstreamJiri Kosina2010-02-021-4/+4
|\ \ | |/
| * USB: remove the auto_pm flagAlan Stern2009-12-111-4/+4
* | HID: update copyrightJiri Kosina2010-02-021-1/+1
* | HID: make USB device id constantMárton Németh2010-01-121-1/+1
|/
* HID: fixup quirk for NCR devicesJiri Kosina2009-11-051-1/+2
* HID: remove useless DRIVER_VERSION macroJiri Kosina2009-10-131-3/+1
* HID: fix MODULE_AUTHOR usage in HID modulesJiri Kosina2009-10-131-2/+3
* HID: consolidate connect and disconnect into core codeJiri Kosina2009-09-171-11/+5
*-. Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina2009-09-131-7/+1
|\ \
| | * HID: use debugfs for report dumping descriptorJiri Kosina2009-06-121-7/+1
* | | HID: local function should be staticH Hartley Sweeten2009-08-181-1/+2
* | | HID: Avoid double spin_lock_init on usbhid->lockSergey Senozhatsky2009-07-231-1/+0
|/ /
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | HID: no more reinitializtion is needed in post_resetJiri Kosina2009-06-041-4/+3
|/
* HID: fix dropped device-specific quirksZoltan Karcagi2009-05-111-1/+1
* HID: fix possible deadlock in usbhid_close()Oliver Neukum2009-04-291-1/+1
* Merge branch 'autosuspend' into for-nextJiri Kosina2009-03-301-105/+367
|\
| * HID: autosuspend -- fix lockup of hid on resetOliver Neukum2009-03-251-1/+1
| * HID: hid_reset_resume() needs to be defined only when CONFIG_PM is setJiri Kosina2009-03-251-50/+51
| * HID: fix USB HID devices after STD with autosuspendOliver Neukum2009-03-251-1/+10
| * HID: do not try to compile PM code with CONFIG_PM unsetJiri Kosina2009-03-251-0/+5
| * HID: autosuspend support for USB HIDOliver Neukum2009-03-251-94/+341
* | HID: bring back possibility to specify vid/pid ignore on module loadJiri Kosina2009-03-301-0/+3
|/
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-5/+4
* HID: use GFP_KERNEL in hid_alloc_buffersJiri Slaby2009-01-041-7/+10
* HID: usbhid, use usb_endpoint_xfer_intJiri Slaby2009-01-041-1/+1
* HID: automatically call usbhid_set_leds in usbhid driverAlan Stern2009-01-041-0/+9
* HID: non-input reports can also be numberedJiri Kosina2009-01-041-4/+2
* HID: remove setup mutex, fix possible deadlockJiri Slaby2008-11-231-16/+2
* HID: don't grab devices with no inputJiri Slaby2008-11-141-6/+11
* HID: fix start/stop cycle in usbhid driverJiri Slaby2008-11-131-0/+8
* HID: sync on deleted io_retry timer in usbhid driverJiri Slaby2008-10-271-1/+1
* HID: fix oops during suspend of unbound HID devicesJiri Slaby2008-10-271-17/+41
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-10-261-0/+3
|\
| * HID: add hid_type to general hid structJiri Slaby2008-10-221-0/+3
* | USB: remove warn macro from HID coreGreg Kroah-Hartman2008-10-171-2/+2
|/
* HID: remove warn() macro from usb hid driversFrom: Greg Kroah-Hartman2008-10-141-7/+10
OpenPOWER on IntegriCloud