aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-11/+5
|\
| * HID: consolidate connect and disconnect into core codeJiri Kosina2009-09-171-11/+5
* | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
|/
*-. Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina2009-09-132-8/+2
|\ \
| | * HID: use debugfs for report dumping descriptorJiri Kosina2009-06-121-7/+1
| * | HID: fix overrun in quirks initializationRoel Kluin2009-08-081-1/+1
* | | HID: support larger reports than 64 bytes in hiddevJiri Kosina2009-08-201-1/+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
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-07-221-1/+3
|\ \
| * | HID: hiddev, fix lock imbalanceJiri Slaby2009-06-221-1/+3
* | | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | | Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-151-1/+6
|/ /
* | HID: no more reinitializtion is needed in post_resetJiri Kosina2009-06-041-4/+3
|/
* HID: add NOGET quirk for devices from CH ProductsAlan Stern2009-05-111-0/+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-303-111/+392
|\
| * 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-253-100/+366
* | HID: fix race between usb_register_dev() and hiddev_open()Oliver Neukum2009-03-301-0/+5
* | HID: bring back possibility to specify vid/pid ignore on module loadJiri Kosina2009-03-301-0/+3
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-261-4/+1
|\ \ | |/ |/|
| * Rationalize fasync return valuesJonathan Corbet2009-03-161-4/+1
* | HID: fix waitqueue usage in hiddevJohannes Weiner2009-03-101-1/+1
* | HID: fix incorrect free in hiddevJohannes Weiner2009-03-101-1/+1
|/
* HID: fix reversed logic in disconnect testing of hiddevOliver Neukum2009-01-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-01-071-5/+4
|\
| * USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-5/+4
* | HID: fix hid->hiddev initialization in hiddev_connect()Jiri Kosina2009-01-071-0/+2
|/
* Merge branch 'upstream-fixes' into for-nextJiri Kosina2009-01-041-0/+1
|\
| * HID: add proper support for pensketch 12x9 tabletMatt Helsley2009-01-041-0/+1
* | HID: make boot protocol drivers depend on EMBEDDEDParag Warudkar2009-01-041-1/+1
* | HID: hiddev cleanup -- handle all error conditions properlyOliver Neukum2009-01-041-36/+99
* | 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: move usbhid flags to usbhid.hJiri Slaby2009-01-041-0/+10
* | 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-232-17/+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
* saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
* 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-272-17/+43
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-10-262-2/+4
|\
| * HID: fix lock imbalance in hiddevJiri Slaby2008-10-231-2/+1