| 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-03-01 | 41 | -1216/+2875 |
|\ |
|
| * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2010-03-01 | 43 | -1112/+2776 |
| |\ |
|
| | * | Input: atkbd - release previously reserved keycodes 248 - 254 | Dmitry Torokhov | 2010-02-26 | 1 | -11/+15 |
| | * | Input: ads7846 - add regulator support | Grazvydas Ignotas | 2010-02-25 | 1 | -1/+27 |
| | * | Input: gamecon - use pr_err() and friends | Dmitry Torokhov | 2010-02-22 | 1 | -8/+10 |
| | * | Input: gamecon - constify some of the setup structures | Dmitry Torokhov | 2010-02-22 | 1 | -10/+10 |
| | * | Input: gamecon - simplify pad type handling | Dmitry Torokhov | 2010-02-22 | 1 | -79/+123 |
| | * | Input: gamecon - simplify coordinate calculation for PSX | Dmitry Torokhov | 2010-02-22 | 1 | -4/+8 |
| | * | Input: gamecon - fix some formatting issues | Dmitry Torokhov | 2010-02-22 | 1 | -153/+194 |
| | * | Input: gamecon - add rumble support for N64 pads | Scott Moreau | 2010-02-22 | 2 | -6/+120 |
| | * | Input: wacom - add device type to device name string | Ping Cheng | 2010-02-20 | 2 | -4/+15 |
| | * | Input: s3c24xx_ts - report touch only when stylus is down | Vasily Khoruzhick | 2010-02-20 | 1 | -14/+16 |
| | * | Input: s3c24xx_ts - re-enable IRQ on resume | Vasily Khoruzhick | 2010-02-19 | 1 | -0/+1 |
| | * | Input: wacom - constify product features data | Dmitry Torokhov | 2010-02-19 | 1 | -63/+63 |
| | * | Input: wacom - use per-device instance of wacom_features | Jason Childs | 2010-02-19 | 3 | -56/+78 |
| | * | Input: sh_keysc - enable building on SH-Mobile ARM | Magnus Damm | 2010-02-17 | 1 | -1/+1 |
| | * | Input: wacom - get features from driver info | Bastian Blank | 2010-02-11 | 3 | -152/+205 |
| | * | Input: rotary-encoder - set gpio direction for each requested gpio | Andrew Clayton | 2010-02-11 | 1 | -0/+14 |
| | * | Input: sh_keysc - update the driver with mode 6 | Magnus Damm | 2010-02-11 | 1 | -1/+2 |
| | * | Input: sh_keysc - switch to using bitmaps | Magnus Damm | 2010-02-11 | 1 | -25/+44 |
| | * | Input: sh_keysc - factor out hw access functions | Magnus Damm | 2010-02-11 | 1 | -26/+43 |
| | * | Input: schedule corgi_ssp and corgi_ts to be removed | Eric Miao | 2010-02-11 | 1 | -1/+0 |
| | * | Input: mark {corgi,spitz,tosa}kbd drivers deprecated | Eric Miao | 2010-02-11 | 1 | -6/+12 |
| | * | Input: gpio-keys - add support for disabling gpios through sysfs | Mika Westerberg | 2010-02-04 | 1 | -11/+307 |
| | * | Input: mark input interfaces as non-seekable | Dmitry Torokhov | 2010-02-04 | 2 | -0/+4 |
| | * | Input: uinput - mark as non-seekable | Dmitry Torokhov | 2010-02-04 | 1 | -0/+1 |
| | * | Input: add match() method to input hanlders | Dmitry Torokhov | 2010-02-04 | 2 | -24/+21 |
| | * | Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb() | Ondrej Zary | 2010-02-04 | 1 | -3/+14 |
| | * | Input: usbtouchscreen - add NEXIO (or iNexio) support | Ondrej Zary | 2010-02-04 | 2 | -2/+264 |
| | * | Input: usbtouchscreen - find input endpoint automatically | Ondrej Zary | 2010-02-04 | 1 | -3/+14 |
| | * | Input: usbtouchscreen - convert from usb_device to usb_interface | Ondrej Zary | 2010-02-04 | 1 | -10/+12 |
| | * | Input: add imx-keypad driver to support the IMX Keypad Port | Alberto Panizzo | 2010-02-01 | 3 | -0/+604 |
| | * | Input: implement input filters | Dmitry Torokhov | 2010-01-30 | 1 | -7/+34 |
| | * | Input: uinput - remove BKL from uinput_open function | Thadeu Lima de Souza Cascardo | 2010-01-30 | 1 | -3/+0 |
| | * | Input: wm97xx - provide coordinate logs for accelerated I/O | Mark Brown | 2010-01-29 | 2 | -0/+6 |
| | * | Input: xpad - add rumble support for original xbox controller | Benjamin Valentin | 2010-01-25 | 1 | -16/+37 |
| | * | Input: xilinx_ps2 - use resource_size | Tobias Klauser | 2010-01-25 | 1 | -2/+2 |
| | * | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 2010-01-22 | 29 | -203/+306 |
| | |\ |
|
| | * | | Input: sh_keysc - add mode 4 and mode 5 support | Magnus Damm | 2010-01-21 | 1 | -3/+3 |
| | * | | Input: ADP5588 - add support for ADP5587 devices | Michael Hennerich | 2010-01-19 | 2 | -4/+6 |
| | * | | Input: ep93xx_keypad - cleanup and use matrix_keypad helpers | H Hartley Sweeten | 2010-01-13 | 1 | -25/+15 |
| | * | | Input: make USB device ids constant | Márton Németh | 2010-01-11 | 2 | -2/+2 |
| | * | | Input: xen-kbdfront - make xenbus device ids constant | Márton Németh | 2010-01-10 | 1 | -1/+1 |
| | * | | Input: ns558 - make pnp device ids constant | Márton Németh | 2010-01-10 | 1 | -1/+1 |
| | * | | Input: make PCI device ids constant | Márton Németh | 2010-01-10 | 3 | -3/+3 |
| | * | | Input: xilinx_ps2 - make Open Firmware device ids constant | Márton Németh | 2010-01-10 | 1 | -1/+1 |
| | * | | Input: make i2c device ids constant | Márton Németh | 2010-01-10 | 3 | -3/+3 |
| | * | | Input: elo - switch to using dev_xxx() when printing messages | Dmitry Torokhov | 2010-01-07 | 1 | -105/+120 |
| | * | | Input: atkbd - switch to dev_err() and friends | Dmitry Torokhov | 2010-01-07 | 1 | -137/+146 |
| | * | | Input: psmouse - remove unused 'autocal' parameter from hgpk protocol | Dmitry Torokhov | 2010-01-06 | 1 | -4/+0 |