| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: add NOGET quirk for devices from CH Products | Alan Stern | 2009-05-11 | 2 | -0/+8 |
* | HID: fix dropped device-specific quirks | Zoltan Karcagi | 2009-05-11 | 1 | -1/+1 |
* | HID: fix oops in hid_check_keys_pressed() | Jiri Kosina | 2009-05-02 | 1 | -0/+3 |
* | HID: fix possible deadlock in usbhid_close() | Oliver Neukum | 2009-04-29 | 1 | -1/+1 |
* | HID: Fix the support for apple mini aluminium keyboard | Ulrich Dangel | 2009-04-29 | 1 | -1/+1 |
* | HID: Add support for the G25 force feedback wheel in native mode | Christophe Borivant | 2009-04-17 | 3 | -0/+4 |
* | HID: hidraw -- fix missing unlocks in unlocked_ioctl | Dan Carpenter | 2009-04-07 | 1 | -4/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 33 | -292/+844 |
|\ |
|
| * | Merge branch 'autosuspend' into for-next | Jiri Kosina | 2009-03-30 | 5 | -114/+422 |
| |\ |
|
| | * | HID: autosuspend -- fix lockup of hid on reset | Oliver Neukum | 2009-03-25 | 1 | -1/+1 |
| | * | HID: hid_reset_resume() needs to be defined only when CONFIG_PM is set | Jiri Kosina | 2009-03-25 | 1 | -50/+51 |
| | * | HID: fix USB HID devices after STD with autosuspend | Oliver Neukum | 2009-03-25 | 1 | -1/+10 |
| | * | HID: do not try to compile PM code with CONFIG_PM unset | Jiri Kosina | 2009-03-25 | 1 | -0/+5 |
| | * | HID: autosuspend support for USB HID | Oliver Neukum | 2009-03-25 | 5 | -103/+396 |
| * | | HID: remove compat stuff | Jiri Slaby | 2009-03-30 | 28 | -172/+0 |
| * | | HID: constify arrays of struct apple_key_translation | Paul Collins | 2009-03-30 | 1 | -9/+9 |
| * | | HID: add support for Kye/Genius Ergo 525V | Jiri Kosina | 2009-03-30 | 6 | -0/+85 |
| * | | HID: Support Apple mini aluminum keyboard | Ryan Finnie | 2009-03-30 | 3 | -0/+12 |
| * | | HID: support for Kensington slimblade device | Jiri Kosina | 2009-03-30 | 6 | -0/+80 |
| * | | HID: DragonRise game controller force feedback driver | Richard Walmsley | 2009-03-30 | 6 | -0/+205 |
| * | | HID: add support for another version of 0e8f:0003 device in hid-pl | Anssi Hannula | 2009-03-30 | 1 | -12/+38 |
| * | | HID: fix race between usb_register_dev() and hiddev_open() | Oliver Neukum | 2009-03-30 | 1 | -0/+5 |
| * | | HID: bring back possibility to specify vid/pid ignore on module load | Jiri Kosina | 2009-03-30 | 1 | -0/+3 |
| * | | HID: make HID_DEBUG defaults consistent | Pavel Machek | 2009-03-30 | 1 | -3/+3 |
* | | | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-26 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | Rationalize fasync return values | Jonathan Corbet | 2009-03-16 | 1 | -4/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-03-19 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | HID: fix waitqueue usage in hiddev | Johannes Weiner | 2009-03-10 | 1 | -1/+1 |
| * | HID: fix incorrect free in hiddev | Johannes Weiner | 2009-03-10 | 1 | -1/+1 |
* | | HID: move tmff and zpff devices from ignore_list to blacklist | Anssi Hannula | 2009-02-17 | 1 | -6/+6 |
* | | HID: unlock properly on error paths in hidraw_ioctl() | Dan Carpenter | 2009-02-17 | 1 | -5/+9 |
* | | HID: blacklist Powercom USB UPS | Michael Tokarev | 2009-02-17 | 2 | -0/+4 |
|/ |
|
* | HID: document difference between hid_blacklist and hid_ignore_list | Jiri Kosina | 2009-01-29 | 1 | -0/+2 |
* | HID: add antec-branded soundgraph imon devices to blacklist | Jarod Wilson | 2009-01-29 | 2 | -0/+4 |
* | HID: fix reversed logic in disconnect testing of hiddev | Oliver Neukum | 2009-01-29 | 1 | -1/+1 |
* | HID: adjust report descriptor fixup for MS 1028 receiver | Jiri Kosina | 2009-01-29 | 1 | -9/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-01-07 | 1 | -5/+4 |
|\ |
|
| * | USB: change interface to usb_lock_device_for_reset() | Alan Stern | 2009-01-07 | 1 | -5/+4 |
* | | HID: fix hid->hiddev initialization in hiddev_connect() | Jiri Kosina | 2009-01-07 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'upstream-fixes' into for-next | Jiri Kosina | 2009-01-04 | 5 | -2/+10 |
|\ |
|
| * | HID: fix error condition propagation in hid-sony driver | Jiri Kosina | 2009-01-04 | 1 | -1/+1 |
| * | HID: fix reference count leak hidraw | Oliver Neukum | 2009-01-04 | 1 | -1/+1 |
| * | HID: add proper support for pensketch 12x9 tablet | Matt Helsley | 2009-01-04 | 2 | -0/+4 |
| * | HID: don't allow DealExtreme usb-radio be handled by usb hid driver | Alexey Klimov | 2009-01-04 | 2 | -0/+4 |
* | | HID: fix default Kconfig setting for TopSpeed driver | Jiri Kosina | 2009-01-04 | 1 | -1/+1 |
* | | HID: driver for TopSeed Cyberlink quirky remote | Lev Babiev | 2009-01-04 | 5 | -0/+89 |
* | | HID: make boot protocol drivers depend on EMBEDDED | Parag Warudkar | 2009-01-04 | 1 | -1/+1 |
* | | HID: hiddev cleanup -- handle all error conditions properly | Oliver Neukum | 2009-01-04 | 1 | -36/+99 |
* | | HID: force feedback driver for GreenAsia 0x12 PID | Lukasz Lubojanski | 2009-01-04 | 5 | -0/+199 |