| Commit message (Expand) | Author | Age | Files | Lines |
* | USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() | Jiri Kosina | 2007-05-10 | 1 | -0/+14 |
* | HID: add hooks for getkeycode() and setkeycode() methods | Marvin Raaijmakers | 2007-05-09 | 1 | -0/+85 |
* | HID: switch to using input_dev->dev.parent | Dmitry Torokhov | 2007-05-09 | 8 | -20/+23 |
* | USB HID: Logitech wheel 0x046d/0xc294 needs HID_QUIRK_NOGET quirk | Jan Kratochvil | 2007-05-09 | 1 | -0/+2 |
* | USB HID: usb_buffer_free() cleanup | Dmitry Torokhov | 2007-05-09 | 2 | -14/+7 |
* | USB HID: report descriptor of Cypress USB barcode readers needs fixup | Jiri Kosina | 2007-05-09 | 2 | -0/+32 |
* | USB HID: update CONFIG_USB_HIDINPUT_POWERBOOK description | Noel Kothe | 2007-05-09 | 1 | -2/+2 |
* | HID: add input mappings for non-working keys on Logitech S510 remote | Charles Pillar | 2007-05-09 | 1 | -0/+4 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos... | Linus Torvalds | 2007-04-30 | 18 | -3/+5531 |
|\ |
|
| * | Merge branch 'field-zeroing' into for-linus | Jiri Kosina | 2007-04-29 | 1 | -0/+5 |
| |\ |
|
| | * | HID: introduce proper zeroing of unused bits in output reports | Simon Budig | 2007-04-11 | 1 | -0/+5 |
| * | | USB HID: don't warn on idVendor == 0 | Jiri Kosina | 2007-04-29 | 1 | -2/+0 |
| * | | USB HID: add 'quirks' module parameter | Paul Walmsley | 2007-04-19 | 2 | -0/+51 |
| * | | USB HID: add support for dynamically-created quirks | Paul Walmsley | 2007-04-19 | 1 | -14/+149 |
| * | | USB HID: clarify static quirk handling as squirks | Paul Walmsley | 2007-04-19 | 1 | -6/+33 |
| * | | USB HID: encapsulate quirk handling into hid-quirks.c | Paul Walmsley | 2007-04-19 | 3 | -446/+487 |
| * | | USB HID: EMS USBII device needs HID_QUIRK_MULTI_INPUT | Paul Zaremba | 2007-04-18 | 1 | -0/+4 |
| * | | HID: update copyright and authorship macro | Jiri Kosina | 2007-04-16 | 2 | -3/+3 |
| * | | USB HID: add support for WiseGroup MP-8800 Quad Joypad | Sam Liddicott | 2007-04-11 | 1 | -1/+4 |
| * | | USB HID: add FF support for Logitech Force 3D Pro Joystick | Jiri Kosina | 2007-04-11 | 2 | -0/+2 |
| * | | USB HID: numlock quirk for dell W7658 keyboard | Pete Zaitcev | 2007-04-11 | 1 | -0/+45 |
| * | | USB HID: Logitech MX3000 keyboard needs report descriptor quirk | Jiri Kosina | 2007-04-11 | 2 | -12/+30 |
| * | | USB HID: extend quirk for Logitech S510 keyboard | Jiri Kosina | 2007-04-11 | 1 | -2/+4 |
| * | | USB HID: usbkbd/usbmouse - handle errors when registering devices | Dmitry Torokhov | 2007-04-11 | 2 | -8/+20 |
| * | | USB HID: add QUIRK_HIDDEV for Belkin Flip KVM | Daniel P. Engel | 2007-04-11 | 1 | -0/+5 |
| * | | HID: enable dead keys on a belkin wireless keyboard | Chris Clayton | 2007-04-11 | 1 | -0/+9 |
| * | | USB HID: Thustmaster firestorm dual power v1 support | Ronny Peine | 2007-04-11 | 1 | -0/+1 |
| * | | USB HID: specify explicit size for hid_blacklist.quirks | Paul Walmsley | 2007-04-11 | 1 | -2/+3 |
| * | | USB HID: fix retry & reset logic | Alan Stern | 2007-04-11 | 1 | -0/+5 |
| * | | USB HID: consolidate vendor/product ids | Jiri Kosina | 2007-04-11 | 1 | -411/+410 |
| * | | USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid | Jiri Kosina | 2007-04-11 | 15 | -0/+5165 |
| |/ |
|
* | | HID: Do not discard truncated input reports | Adam Kropelin | 2007-04-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos... | Linus Torvalds | 2007-03-15 | 1 | -11/+9 |
|\ |
|
| * | HID: zeroing of bytes in output fields is bogus | Jiri Kosina | 2007-03-12 | 1 | -4/+0 |
| * | HID: allocate hid_parser in a proper way | Jiri Kosina | 2007-03-12 | 1 | -7/+9 |
* | | [PATCH] hid-core endianness annotations | Al Viro | 2007-03-14 | 1 | -5/+4 |
|/ |
|
* | HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle button | Jiri Kosina | 2007-03-01 | 1 | -5/+10 |
* | HID: fix broken Logitech S510 keyboard report descriptor; make extra keys work | Jiri Kosina | 2007-03-01 | 1 | -1/+21 |
* | HID: fix possible double-free on error path in hid parser | Jiri Kosina | 2007-03-01 | 1 | -5/+0 |
* | HID: hid-debug.c should #include <linux/hid-debug.h> | Adrian Bunk | 2007-03-01 | 1 | -0/+1 |
* | HID: fix bug in zeroing the last field byte in output reports | Jiri Kosina | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUG | Jiri Kosina | 2007-02-05 | 4 | -22/+6 |
* | HID: API - fix leftovers of hidinput API in USB HID | Jiri Kosina | 2007-02-05 | 1 | -2/+14 |
* | HID: hid debug from hid-debug.h to hid layer | Jiri Kosina | 2007-02-05 | 5 | -6/+790 |
* | hid: quirk for multi-input devices with unneeded output reports | Anssi Hannula | 2007-02-05 | 1 | -1/+5 |
* | HID: fix pb_fnmode and move it to generic HID | Jiri Kosina | 2007-01-30 | 1 | -3/+8 |
* | HID: fix hid-input mapping for Firefly Mini Remote Control | Simon Bennett | 2007-01-25 | 1 | -0/+2 |
* | HID: fix memleaking of collection | Jiri Kosina | 2007-01-25 | 1 | -0/+1 |