Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -20/+17 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -2/+2 |
2009-09-17 | HID: Remove duplicate Kconfig entry | Alessandro Guido | 1 | -7/+0 |
2009-09-17 | HID: consolidate connect and disconnect into core code | Jiri Kosina | 2 | -11/+16 |
2009-09-15 | HID: fix non-atomic allocation in hid_input_report | Jiri Kosina | 1 | -2/+1 |
2009-09-13 | Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linus | Jiri Kosina | 7 | -125/+413 |
2009-08-26 | HID: completely remove apple mightymouse from blacklist | Jan Scholz | 1 | -1/+0 |
2009-08-20 | HID: support larger reports than 64 bytes in hiddev | Jiri Kosina | 1 | -1/+1 |
2009-08-18 | HID: local function should be static | H Hartley Sweeten | 1 | -1/+2 |
2009-08-08 | HID: ignore Philips IEEE802.15.4 RF Dongle | Henning Glawe | 2 | -0/+4 |
2009-08-08 | HID: ignore all recent SoundGraph iMON devices | Jarod Wilson | 2 | -10/+7 |
2009-08-08 | HID: fix memory leak on error patch in debug code | Julia Lawall | 1 | -0/+1 |
2009-08-08 | HID: fix overrun in quirks initialization | Roel Kluin | 1 | -1/+1 |
2009-07-23 | HID: Drop NULL test on list_entry result | Julia Lawall | 1 | -5/+0 |
2009-07-23 | HID: driver for Twinhan USB 6253:0100 remote control | Bruno Premont | 5 | -0/+159 |
2009-07-23 | HID: adding __init/__exit macros to module init/exit functions | Peter Huewe | 24 | -48/+48 |
2009-07-23 | HID: add rumble support for Thrustmaster Dual Trigger 3-in-1 | Ruben Aos Garralda | 3 | -4/+10 |
2009-07-23 | HID: ntrig tool separation and pen usages | Rafi Rubin | 1 | -4/+29 |
2009-07-23 | HID: Avoid double spin_lock_init on usbhid->lock | Sergey Senozhatsky | 1 | -1/+0 |
2009-07-23 | HID: add force feedback support for Logitech WingMan Formula Force GP | Jiri Kosina | 5 | -0/+6 |
2009-07-23 | HID: Support new variants of Samsung USB IR receiver (0419:0001) | Robert Schedel | 1 | -5/+34 |
2009-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+7 |
2009-07-20 | HID: Move dereferences below a NULL test | Julia Lawall | 1 | -2/+4 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-06-26 | HID: fix memory leak on error path in debug code | Jiri Kosina | 1 | -1/+3 |
2009-06-22 | HID: hiddev, fix lock imbalance | Jiri Slaby | 1 | -1/+3 |
2009-06-16 | Driver Core: usb: add nodename support for usb drivers. | Kay Sievers | 1 | -1/+6 |
2009-06-12 | Merge branches 'upstream' and 'ntrig-multitouch' into for-linus | Jiri Kosina | 16 | -51/+805 |
2009-06-12 | HID: use debugfs for events/reports dumping | Jiri Kosina | 2 | -29/+252 |
2009-06-12 | HID: use debugfs for report dumping descriptor | Jiri Kosina | 6 | -109/+172 |
2009-06-10 | HID: fix inverted wheel for bluetooth version of apple mighty mouse | Jiri Kosina | 1 | -4/+0 |
2009-06-04 | HID: no more reinitializtion is needed in post_reset | Jiri Kosina | 1 | -4/+3 |
2009-06-04 | HID: hidraw -- fix comment about accepted devices | Jiri Kosina | 1 | -4/+1 |
2009-05-20 | HID: Multitouch support for the N-Trig touchscreen | Stephane Chatty | 1 | -11/+211 |
2009-05-20 | HID: add new multitouch and digitizer contants | Stephane Chatty | 1 | -2/+21 |
2009-05-15 | HID: autocentering support for Logitech Force 3D Pro | Sergey Belyashov | 1 | -1/+7 |
2009-05-15 | HID: fix hid-ff drivers so that devices work even without ff support | Jiri Kosina | 6 | -24/+94 |
2009-05-15 | HID: force feedback support for SmartJoy PLUS PS2/USB adapter | Jussi Kivilinna | 5 | -0/+198 |
2009-05-13 | HID: Wacom Graphire Bluetooth driver | Bastien Nocera | 5 | -0/+269 |
2009-05-13 | HID: autocentering support for Logitech G25 Racing Wheel | Sergey Belyashov | 1 | -1/+1 |
2009-05-11 | HID: add NOGET quirk for devices from CH Products | Alan Stern | 2 | -0/+8 |
2009-05-11 | HID: fix dropped device-specific quirks | Zoltan Karcagi | 1 | -1/+1 |
2009-05-02 | HID: fix oops in hid_check_keys_pressed() | Jiri Kosina | 1 | -0/+3 |
2009-04-29 | HID: fix possible deadlock in usbhid_close() | Oliver Neukum | 1 | -1/+1 |
2009-04-29 | HID: Fix the support for apple mini aluminium keyboard | Ulrich Dangel | 1 | -1/+1 |
2009-04-17 | HID: Add support for the G25 force feedback wheel in native mode | Christophe Borivant | 3 | -0/+4 |
2009-04-07 | HID: hidraw -- fix missing unlocks in unlocked_ioctl | Dan Carpenter | 1 | -4/+8 |
2009-04-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 33 | -292/+844 |
2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 1 | -1/+1 |
2009-03-30 | Merge branch 'autosuspend' into for-next | Jiri Kosina | 5 | -114/+422 |