summaryrefslogtreecommitdiff
path: root/drivers/hid/usbhid
AgeCommit message (Expand)AuthorFilesLines
2009-12-11USB: remove the auto_pm flagAlan Stern1-4/+4
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2009-12-07Merge branches 'bkl-removal', 'upstream' and 'upstream-fixes' into for-linusJiri Kosina4-15/+11
2009-12-03HID: add multi-input quirk for NextWindow Touchscreen.Peter Hutterer1-0/+1
2009-11-23Input: do not overwrite the first part of phys stringMárton Németh1-1/+1
2009-11-05HID: remove BKL from hiddev_ioctl_usage()Jiri Kosina1-5/+0
2009-11-05HID: fixup quirk for NCR devicesJiri Kosina2-2/+3
2009-11-04HID: pidff - fix unnecessary loop iterations on resetAnssi Hannula1-3/+2
2009-10-20HID: add NOGET quirk for another device from CH ProductsKeith Rutkowski1-0/+1
2009-10-13HID: remove useless DRIVER_VERSION macroJiri Kosina1-3/+1
2009-10-13HID: fix MODULE_AUTHOR usage in HID modulesJiri Kosina1-2/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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/jik...Linus 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