aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)Author
2009-12-11USB: remove the auto_pm flagAlan Stern
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2009-12-07Merge branches 'bkl-removal', 'upstream' and 'upstream-fixes' into for-linusJiri Kosina
2009-12-03HID: add multi-input quirk for NextWindow Touchscreen.Peter Hutterer
2009-11-23Input: do not overwrite the first part of phys stringMárton Németh
2009-11-05HID: remove BKL from hiddev_ioctl_usage()Jiri Kosina
2009-11-05HID: fixup quirk for NCR devicesJiri Kosina
2009-11-04HID: pidff - fix unnecessary loop iterations on resetAnssi Hannula
2009-10-20HID: add NOGET quirk for another device from CH ProductsKeith Rutkowski
2009-10-13HID: remove useless DRIVER_VERSION macroJiri Kosina
2009-10-13HID: fix MODULE_AUTHOR usage in HID modulesJiri 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