| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: fix HIDIOCGRDESC memory access in hidraw | Jiri Kosina | 2007-10-15 | 1 | -3/+9 |
* | more trivial signedness fixes in drivers | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | Merge branch 'hidraw' into for-linus | Jiri Kosina | 2007-10-14 | 5 | -2/+474 |
|\ |
|
| * | HID: hidraw_connect() memleak fix | Mariusz Kozlowski | 2007-10-14 | 1 | -4/+10 |
| * | HID: add hidraw interface | Jiri Kosina | 2007-10-14 | 5 | -2/+445 |
| * | USB HID: provide hook for hidraw write() | Jiri Kosina | 2007-10-14 | 1 | -0/+23 |
* | | HID: hiddev: Add 32bit ioctl compatibilty | Philip Langdale | 2007-10-14 | 1 | -0/+12 |
* | | HID: Add GeneralTouch touchscreen to the blacklist | Ilya Frolov | 2007-10-14 | 1 | -0/+6 |
* | | HID: add support for Microsoft Wireless Laser Keyboard 6000 | Khelben Blackstaff | 2007-10-14 | 1 | -4/+14 |
* | | Input: add KEY_LOGOFF | Khelben Blackstaff | 2007-10-14 | 1 | -0/+1 |
* | | USBHID: report descriptor fix for MacBook JIS keyboard | Tomoya Adachi | 2007-10-14 | 1 | -0/+17 |
* | | HID: trivial fixes in hid-debug | Joe Perches | 2007-10-14 | 1 | -19/+18 |
* | | HID: fix input mapping for Microsoft Ergonomic Keyboard | Jiri Kosina | 2007-10-14 | 1 | -11/+11 |
* | | HID: use hid-plff driver for GreenAsia 0e8f:0003 devices | Anssi Hannula | 2007-10-14 | 3 | -11/+22 |
* | | USBHID: Add HID_QUIRK_NOGET for ELO Touch Screen 2700 display | Mike Crowe | 2007-10-14 | 1 | -0/+4 |
* | | HID: enable hiddev for the SantaRosa MacBookPro IR receiver | Stelian Pop | 2007-10-14 | 2 | -0/+5 |
* | | USBHID: add CM109 device to blacklist | Alfred E. Heggestad | 2007-10-14 | 1 | -0/+4 |
* | | HID: Report usage codes of keys as EV_MSC scancode events | Jiri Kosina | 2007-10-14 | 1 | -0/+8 |
* | | HID: ignore all non-LED usages in output fields in hid-input | Jiri Kosina | 2007-10-14 | 1 | -0/+7 |
* | | HID: fix whitespace damage | Jiri Kosina | 2007-10-14 | 1 | -6/+6 |
* | | HID: add support for Thrustmaster FGT Force Feedback wheel | Dmitry Torokhov | 2007-10-14 | 3 | -44/+124 |
* | | HID: minimal autosuspend support for USB HID devices | Oliver Neukum | 2007-10-14 | 1 | -2/+14 |
* | | HID: add support for Microsoft Natural Ergonomic Keyboard 4000 | Jiri Kosina | 2007-10-14 | 2 | -4/+50 |
|/ |
|
* | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 2007-08-18 | 1 | -0/+5 |
* | HID: Never call hid_free_buffers() when usbhid_device has been freed | Jiri Kosina | 2007-08-02 | 1 | -2/+2 |
* | USB HID: fix memory leak of usbhid_device | Jiri Kosina | 2007-08-02 | 1 | -0/+2 |
* | USB HID: fix a possible NULL pointer dereference when we fail to allocate memory | Jesper Juhl | 2007-08-02 | 1 | -1/+2 |
* | USB HID: add ASUS LCM to the blacklist | Christian Lamparter | 2007-08-02 | 1 | -0/+4 |
* | USB HID: Add all Logitech Harmonies to blacklist | Phil Dibowitz | 2007-08-02 | 1 | -0/+132 |
* | HID: remove the Applie IR sensor from the hid_blacklist | Tino Keitel | 2007-08-02 | 1 | -2/+0 |
* | USB: add reset_resume method | Alan Stern | 2007-07-13 | 1 | -3/+6 |
* | USB: add USB-Persist facility | Alan Stern | 2007-07-13 | 1 | -1/+1 |
* | Merge branches 'debug-module-param' and 'upstream' into for-linus | Jiri Kosina | 2007-07-09 | 5 | -79/+280 |
|\ |
|
| * | HID: handle cases of volume knobs generating relative values | Jiri Kosina | 2007-07-09 | 1 | -0/+25 |
| * | HID: Logitech keyboard 0xc311 needs reset leds quirk | Jiri Kosina | 2007-07-09 | 1 | -0/+2 |
| * | HID: support for logitech cordless desktop LX500 special mapping | Ryo Dairiki | 2007-07-09 | 2 | -0/+31 |
| * | HID: fix autocentering of PID devices | Diogo Kastrup | 2007-07-09 | 1 | -0/+1 |
| * | HID: separate quirks for report descriptor fixup | Jiri Kosina | 2007-07-09 | 2 | -91/+153 |
| * | HID: Add NOGET quirk for all NCR devices | Jiri Kosina | 2007-07-09 | 1 | -0/+10 |
| * | HID: support for Petalynx Maxter remote control | Jiri Kosina | 2007-07-09 | 3 | -2/+38 |
| * | HID: fix mismatch between hid-input HUT find/search mapping and the HUT | Hans de Goede | 2007-07-09 | 1 | -1/+3 |
| * | HID: support for Gameron dual psx adaptor | Julien Eyries | 2007-07-09 | 1 | -0/+4 |
| * | USB HID: avoid flush_scheduled_work() | Alan Stern | 2007-07-09 | 1 | -1/+1 |
| * | HID: Use menuconfig objects | Jan Engelhardt | 2007-07-09 | 1 | -3/+6 |
| * | HID: force hid-input for Microsoft SideWinder GameVoice device | Jiri Kosina | 2007-07-09 | 2 | -1/+5 |
| * | HID: input mapping for Chicony KU-0418 tactical pad | Jiri Kosina | 2007-07-09 | 1 | -1/+22 |
* | | HID: make debugging output runtime-configurable | Jiri Kosina | 2007-07-09 | 11 | -102/+107 |
|/ |
|
* | 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 |