aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-11/+5
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina1-11/+5
2009-09-13Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina2-8/+2
2009-08-20HID: support larger reports than 64 bytes in hiddevJiri Kosina1-1/+1
2009-08-18HID: local function should be staticH Hartley Sweeten1-1/+2
2009-08-08HID: fix overrun in quirks initializationRoel Kluin1-1/+1
2009-07-23HID: Avoid double spin_lock_init on usbhid->lockSergey Senozhatsky1-1/+0
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-22HID: hiddev, fix lock imbalanceJiri Slaby1-1/+3
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-1/+6
2009-06-12HID: use debugfs for report dumping descriptorJiri Kosina1-7/+1
2009-06-04HID: no more reinitializtion is needed in post_resetJiri Kosina1-4/+3
2009-05-11HID: add NOGET quirk for devices from CH ProductsAlan Stern1-0/+3
2009-05-11HID: fix dropped device-specific quirksZoltan Karcagi1-1/+1
2009-04-29HID: fix possible deadlock in usbhid_close()Oliver Neukum1-1/+1
2009-03-30Merge branch 'autosuspend' into for-nextJiri Kosina3-111/+392
2009-03-30HID: fix race between usb_register_dev() and hiddev_open()Oliver Neukum1-0/+5
2009-03-30HID: bring back possibility to specify vid/pid ignore on module loadJiri Kosina1-0/+3
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-4/+1
2009-03-25HID: autosuspend -- fix lockup of hid on resetOliver Neukum1-1/+1
2009-03-25HID: hid_reset_resume() needs to be defined only when CONFIG_PM is setJiri Kosina1-50/+51
2009-03-25HID: fix USB HID devices after STD with autosuspendOliver Neukum1-1/+10
2009-03-25HID: do not try to compile PM code with CONFIG_PM unsetJiri Kosina1-0/+5
2009-03-25HID: autosuspend support for USB HIDOliver Neukum3-100/+366
2009-03-16Rationalize fasync return valuesJonathan Corbet1-4/+1
2009-03-10HID: fix waitqueue usage in hiddevJohannes Weiner1-1/+1
2009-03-10HID: fix incorrect free in hiddevJohannes Weiner1-1/+1
2009-01-29HID: fix reversed logic in disconnect testing of hiddevOliver Neukum1-1/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-5/+4
2009-01-07HID: fix hid->hiddev initialization in hiddev_connect()Jiri Kosina1-0/+2
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-5/+4
2009-01-04Merge branch 'upstream-fixes' into for-nextJiri Kosina1-0/+1
2009-01-04HID: add proper support for pensketch 12x9 tabletMatt Helsley1-0/+1
2009-01-04HID: make boot protocol drivers depend on EMBEDDEDParag Warudkar1-1/+1
2009-01-04HID: hiddev cleanup -- handle all error conditions properlyOliver Neukum1-36/+99
2009-01-04HID: use GFP_KERNEL in hid_alloc_buffersJiri Slaby1-7/+10
2009-01-04HID: usbhid, use usb_endpoint_xfer_intJiri Slaby1-1/+1
2009-01-04HID: move usbhid flags to usbhid.hJiri Slaby1-0/+10
2009-01-04HID: automatically call usbhid_set_leds in usbhid driverAlan Stern1-0/+9
2009-01-04HID: non-input reports can also be numberedJiri Kosina1-4/+2
2008-11-23HID: remove setup mutex, fix possible deadlockJiri Slaby2-17/+2
2008-11-14HID: don't grab devices with no inputJiri Slaby1-6/+11
2008-11-13HID: fix start/stop cycle in usbhid driverJiri Slaby1-0/+8
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-27HID: sync on deleted io_retry timer in usbhid driverJiri Slaby1-1/+1
2008-10-27HID: fix oops during suspend of unbound HID devicesJiri Slaby2-17/+43
2008-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-2/+4
2008-10-23HID: fix lock imbalance in hiddevJiri Slaby1-2/+1