aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)Author
2010-09-20HID: fix suspend crash by moving initializations earlierAlan Stern
2010-09-20HID: usbhid: initialize interface pointers early enoughJiri Kosina
2010-03-15HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum
2010-03-15HID: add multi-input quirk for NextWindow Touchscreen.Peter Hutterer
2010-01-28HID: fixup quirk for NCR devicesJiri Kosina
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina
2009-09-13Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina
2009-08-20HID: support larger reports than 64 bytes in hiddevJiri Kosina
2009-08-18HID: local function should be staticH Hartley Sweeten
2009-08-08HID: fix overrun in quirks initializationRoel Kluin
2009-07-23HID: Avoid double spin_lock_init on usbhid->lockSergey Senozhatsky
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-22HID: hiddev, fix lock imbalanceJiri Slaby
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers
2009-06-12HID: use debugfs for report dumping descriptorJiri Kosina
2009-06-04HID: no more reinitializtion is needed in post_resetJiri Kosina
2009-05-11HID: add NOGET quirk for devices from CH ProductsAlan Stern
2009-05-11HID: fix dropped device-specific quirksZoltan Karcagi
2009-04-29HID: fix possible deadlock in usbhid_close()Oliver Neukum
2009-03-30Merge branch 'autosuspend' into for-nextJiri Kosina
2009-03-30HID: fix race between usb_register_dev() and hiddev_open()Oliver Neukum
2009-03-30HID: bring back possibility to specify vid/pid ignore on module loadJiri Kosina
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2009-03-25HID: autosuspend -- fix lockup of hid on resetOliver Neukum
2009-03-25HID: hid_reset_resume() needs to be defined only when CONFIG_PM is setJiri Kosina
2009-03-25HID: fix USB HID devices after STD with autosuspendOliver Neukum
2009-03-25HID: do not try to compile PM code with CONFIG_PM unsetJiri Kosina
2009-03-25HID: autosuspend support for USB HIDOliver Neukum
2009-03-16Rationalize fasync return valuesJonathan Corbet
2009-03-10HID: fix waitqueue usage in hiddevJohannes Weiner
2009-03-10HID: fix incorrect free in hiddevJohannes Weiner
2009-01-29HID: fix reversed logic in disconnect testing of hiddevOliver Neukum
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-01-07HID: fix hid->hiddev initialization in hiddev_connect()Jiri Kosina
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern
2009-01-04Merge branch 'upstream-fixes' into for-nextJiri Kosina
2009-01-04HID: add proper support for pensketch 12x9 tabletMatt Helsley
2009-01-04HID: make boot protocol drivers depend on EMBEDDEDParag Warudkar
2009-01-04HID: hiddev cleanup -- handle all error conditions properlyOliver Neukum
2009-01-04HID: use GFP_KERNEL in hid_alloc_buffersJiri Slaby
2009-01-04HID: usbhid, use usb_endpoint_xfer_intJiri Slaby
2009-01-04HID: move usbhid flags to usbhid.hJiri Slaby
2009-01-04HID: automatically call usbhid_set_leds in usbhid driverAlan Stern
2009-01-04HID: non-input reports can also be numberedJiri Kosina
2008-11-23HID: remove setup mutex, fix possible deadlockJiri Slaby
2008-11-14HID: don't grab devices with no inputJiri Slaby
2008-11-13HID: fix start/stop cycle in usbhid driverJiri Slaby