| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-05-05 | 9 | -52/+179 |
|\ |
|
| * | Input: joydev - allow binding to button-only devices | Christoph Fritz | 2010-05-04 | 1 | -0/+18 |
| * | Input: elantech - ignore high bits in the position coordinates | Florian Ragwitz | 2010-05-04 | 1 | -25/+44 |
| * | Input: elantech - allow forcing Elantech protocol | Florian Ragwitz | 2010-05-04 | 1 | -2/+10 |
| * | Input: elantech - fix firmware version check | Florian Ragwitz | 2010-05-04 | 1 | -1/+2 |
| * | Input: ati_remote - add some missing devices from lirc_atiusb | Jarod Wilson | 2010-05-04 | 1 | -5/+9 |
| * | Input: eeti_ts - cancel pending work when going to suspend | Daniel Mack | 2010-04-20 | 1 | -10/+46 |
| * | Input: Add support of Synaptics Clickpad device | Takashi Iwai | 2010-04-20 | 2 | -5/+34 |
| * | Revert "Input: ALPS - add signature for HP Pavilion dm3 laptops" | Dmitry Torokhov | 2010-04-20 | 1 | -1/+0 |
| * | Input: psmouse - ignore parity error for basic protocols | Dmitry Torokhov | 2010-04-19 | 2 | -3/+16 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-04-15 | 8 | -87/+157 |
|\| |
|
| * | Input: wacom - switch mode upon system resume | Ping Cheng | 2010-04-15 | 1 | -5/+7 |
| * | Revert "Input: wacom - merge out and in prox events" | Dmitry Torokhov | 2010-04-14 | 1 | -59/+104 |
| * | Input: matrix_keypad - allow platform to disable key autorepeat | H Hartley Sweeten | 2010-04-06 | 1 | -1/+3 |
| * | Input: ALPS - add signature for HP Pavilion dm3 laptops | Chase Douglas | 2010-04-06 | 1 | -0/+1 |
| * | Input: i8042 - spelling fix | Dominik Brodowski | 2010-04-06 | 1 | -1/+1 |
| * | Input: sparse-keymap - implement safer freeing of the keymap | Dmitry Torokhov | 2010-03-22 | 2 | -19/+40 |
| * | Input: bcm5974 - retract efi-broken suspend_resume | Henrik Rydberg | 2010-03-20 | 1 | -1/+0 |
| * | Input: sparse-keymap - free the right keymap on error | Yong Wang | 2010-03-20 | 1 | -1/+1 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 79 | -5/+74 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-03-14 | 23 | -216/+485 |
|\| |
|
| * | Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table | Christoph Fritz | 2010-03-14 | 1 | -0/+7 |
| * | Input: ALPS - fix stuck buttons on some touchpads | Martin Buck | 2010-03-14 | 1 | -30/+17 |
| * | Input: wm831x-on - convert to use genirq | Mark Brown | 2010-03-11 | 1 | -4/+5 |
| * | Input: ads7846 - add wakeup support | Ranjith Lohithakshan | 2010-03-11 | 1 | -0/+10 |
| * | Input: appletouch - fix integer overflow issue | Vadim Zaliva | 2010-03-11 | 1 | -3/+3 |
| * | Input: ad7877 - increase pen up imeout | Michael Hennerich | 2010-03-10 | 1 | -1/+1 |
| * | Input: ads7846 - add support for AD7843 parts | Michael Hennerich | 2010-03-10 | 2 | -4/+15 |
| * | Input: bf54x-keys - fix system hang when pressing a key | Mike Frysinger | 2010-03-10 | 1 | -1/+1 |
| * | Input: alps - add support for the touchpad on Toshiba Tecra A11-11L | Thomas Bächler | 2010-03-10 | 1 | -0/+2 |
| * | Input: remove BKL, fix input_open_file() locking | Arnd Bergmann | 2010-03-10 | 1 | -8/+10 |
| * | Input: serio_raw - remove BKL | Thadeu Lima de Souza Cascardo | 2010-03-10 | 1 | -6/+5 |
| * | Input: mousedev - remove BKL | Thadeu Lima de Souza Cascardo | 2010-03-10 | 1 | -6/+0 |
| * | Input: add driver for TWL4030 vibrator device | Jari Vanhala | 2010-03-09 | 3 | -0/+309 |
| * | Input: enable remote wakeup for PNP i8042 keyboard ports | Alan Stern | 2010-03-09 | 1 | -0/+3 |
| * | Input: scancode in get/set_keycodes should be unsigned | Dmitry Torokhov | 2010-03-09 | 5 | -28/+26 |
| * | Input: i8042 - use platfrom_create_bundle() helper | Dmitry Torokhov | 2010-03-09 | 1 | -16/+8 |
| * | Merge commit 'v2.6.34-rc1' into for-linus | Dmitry Torokhov | 2010-03-09 | 9 | -5/+418 |
| |\ |
|
| * | | Input: wacom - merge out and in prox events | Ping Cheng | 2010-03-05 | 1 | -104/+59 |
| * | | Input: gamecon - fix off by one range check | Dan Carpenter | 2010-03-05 | 1 | -1/+1 |
| * | | Input: wacom - replace WACOM_PKGLEN_PENABLED | Ping Cheng | 2010-03-02 | 3 | -4/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-03-13 | 3 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 3 | -3/+3 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
| | * | | Fix spelling of 'platform' in log messages | Stefan Weil | 2010-02-05 | 1 | -1/+1 |
| | * | | Fix misspelling of "should" and "shouldn't" in comments. | Adam Buchbinder | 2010-02-05 | 1 | -1/+1 |
* | | | | Merge branch 'origin' into devel-stable | Russell King | 2010-03-08 | 50 | -1225/+3303 |
|\| | | |
|
| * | | | input: Support onkey in 88pm860x | Haojian Zhuang | 2010-03-07 | 3 | -0/+166 |
| * | | | mfd: Use genirq in 88pm860x | Haojian Zhuang | 2010-03-07 | 1 | -10/+5 |
| * | | | input: Enable touch on 88pm860x | Haojian Zhuang | 2010-03-07 | 3 | -0/+254 |