| Commit message (Expand) | Author | Age | Files | Lines |
* | drop explicit include of autoconf.h | Sam Ravnborg | 2009-12-12 | 1 | -2/+0 |
* | USB: remove the auto_pm flag | Alan Stern | 2009-12-11 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-12-09 | 1 | -1/+1 |
|\ |
|
| * | Input: do not overwrite the first part of phys string | Márton Németh | 2009-11-23 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'bkl-removal', 'upstream' and 'upstream-fixes' into for-linus | Jiri Kosina | 2009-12-07 | 8 | -17/+60 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | * | HID: add multi-input quirk for NextWindow Touchscreen. | Peter Hutterer | 2009-12-03 | 2 | -0/+4 |
| | | * | HID: add support for Acan FG-8100 barcode reader | Jiri Kosina | 2009-12-02 | 3 | -0/+4 |
| | | * | HID: make Media key on Logitech DiNovo Mini work | Jiri Kosina | 2009-11-25 | 1 | -0/+20 |
| | | * | HID: pidff - fix unnecessary loop iterations on reset | Anssi Hannula | 2009-11-04 | 1 | -3/+2 |
| |_|/
|/| | |
|
| | * | HID: support Logitech/3DConnexion SpaceTraveler and SpaceNavigator | Jiri Kosina | 2009-11-13 | 3 | -0/+17 |
| | * | HID: fixup quirk for NCR devices | Jiri Kosina | 2009-11-05 | 2 | -2/+3 |
| | * | HID: add NOGET quirk for another device from CH Products | Keith Rutkowski | 2009-10-20 | 2 | -0/+2 |
| | * | HID: remove useless DRIVER_VERSION macro | Jiri Kosina | 2009-10-13 | 2 | -4/+1 |
| | * | HID: fix MODULE_AUTHOR usage in HID modules | Jiri Kosina | 2009-10-13 | 2 | -3/+6 |
| | * | HID: blacklist Acer Ferrari 4005 optical mouse | Lamarque Vieira Souza | 2009-10-13 | 1 | -0/+1 |
| |/
|/| |
|
| * | HID: remove BKL from hiddev_ioctl_usage() | Jiri Kosina | 2009-11-05 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-10-13 | 3 | -6/+5 |
|\ |
|
| * | HID: fix possible deadlock in hidraw_read | Jiri Kosina | 2009-10-12 | 1 | -3/+2 |
| * | HID: fix kerneldoc comment for hid_input_report() | Jiri Kosina | 2009-10-01 | 1 | -1/+1 |
| * | HID: add __init/__exit macros to twinhan.c | Peter Huewe | 2009-09-29 | 1 | -2/+2 |
* | | headers: remove sched.h from poll.h | Alexey Dobriyan | 2009-10-04 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 3 | -20/+17 |
|\ |
|
| * | HID: Remove duplicate Kconfig entry | Alessandro Guido | 2009-09-17 | 1 | -7/+0 |
| * | HID: consolidate connect and disconnect into core code | Jiri Kosina | 2009-09-17 | 2 | -11/+16 |
| * | HID: fix non-atomic allocation in hid_input_report | Jiri Kosina | 2009-09-15 | 1 | -2/+1 |
* | | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -2/+2 |
|/ |
|
*-. | Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linus | Jiri Kosina | 2009-09-13 | 7 | -125/+413 |
|\ \ |
|
| | * | HID: fix memory leak on error patch in debug code | Julia Lawall | 2009-08-08 | 1 | -0/+1 |
| | * | HID: fix memory leak on error path in debug code | Jiri Kosina | 2009-06-26 | 1 | -1/+3 |
| | * | HID: use debugfs for events/reports dumping | Jiri Kosina | 2009-06-12 | 2 | -29/+252 |
| | * | HID: use debugfs for report dumping descriptor | Jiri Kosina | 2009-06-12 | 6 | -109/+172 |
| * | | HID: completely remove apple mightymouse from blacklist | Jan Scholz | 2009-08-26 | 1 | -1/+0 |
| * | | HID: fix overrun in quirks initialization | Roel Kluin | 2009-08-08 | 1 | -1/+1 |
* | | | HID: support larger reports than 64 bytes in hiddev | Jiri Kosina | 2009-08-20 | 1 | -1/+1 |
* | | | HID: local function should be static | H Hartley Sweeten | 2009-08-18 | 1 | -1/+2 |
* | | | HID: ignore Philips IEEE802.15.4 RF Dongle | Henning Glawe | 2009-08-08 | 2 | -0/+4 |
* | | | HID: ignore all recent SoundGraph iMON devices | Jarod Wilson | 2009-08-08 | 2 | -10/+7 |
* | | | HID: Drop NULL test on list_entry result | Julia Lawall | 2009-07-23 | 1 | -5/+0 |
* | | | HID: driver for Twinhan USB 6253:0100 remote control | Bruno Premont | 2009-07-23 | 5 | -0/+159 |
* | | | HID: adding __init/__exit macros to module init/exit functions | Peter Huewe | 2009-07-23 | 24 | -48/+48 |
* | | | HID: add rumble support for Thrustmaster Dual Trigger 3-in-1 | Ruben Aos Garralda | 2009-07-23 | 3 | -4/+10 |
* | | | HID: ntrig tool separation and pen usages | Rafi Rubin | 2009-07-23 | 1 | -4/+29 |
* | | | HID: Avoid double spin_lock_init on usbhid->lock | Sergey Senozhatsky | 2009-07-23 | 1 | -1/+0 |
* | | | HID: add force feedback support for Logitech WingMan Formula Force GP | Jiri Kosina | 2009-07-23 | 5 | -0/+6 |
* | | | HID: Support new variants of Samsung USB IR receiver (0419:0001) | Robert Schedel | 2009-07-23 | 1 | -5/+34 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-07-22 | 2 | -3/+7 |
|\ \ |
|
| * | | HID: Move dereferences below a NULL test | Julia Lawall | 2009-07-20 | 1 | -2/+4 |
| * | | HID: hiddev, fix lock imbalance | Jiri Slaby | 2009-06-22 | 1 | -1/+3 |
* | | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | | | Driver Core: usb: add nodename support for usb drivers. | Kay Sievers | 2009-06-15 | 1 | -1/+6 |
|/ / |
|