Age | Commit message (Expand) | Author | Files | Lines |
2010-03-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 41 | -1216/+2875 |
2010-03-01 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -1/+1 |
2010-02-28 | Merge branch 'next' into for-linus | Dmitry Torokhov | 43 | -1112/+2776 |
2010-02-26 | Pull rmia32 into release branch | Tony Luck | 1 | -2/+0 |
2010-02-26 | Input: atkbd - release previously reserved keycodes 248 - 254 | Dmitry Torokhov | 1 | -11/+15 |
2010-02-25 | Input: ads7846 - add regulator support | Grazvydas Ignotas | 1 | -1/+27 |
2010-02-24 | Input: winbond-cir - fix suspend/resume | David Härdeman | 1 | -109/+104 |
2010-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -4/+10 |
2010-02-21 | Input: usbtouchscreen - extend coordinate range for Generaltouch devices | Roy Yin | 1 | -4/+4 |
2010-02-21 | Input: gamecon - use pr_err() and friends | Dmitry Torokhov | 1 | -8/+10 |
2010-02-21 | Input: gamecon - constify some of the setup structures | Dmitry Torokhov | 1 | -10/+10 |
2010-02-21 | Input: gamecon - simplify pad type handling | Dmitry Torokhov | 1 | -79/+123 |
2010-02-21 | Input: gamecon - simplify coordinate calculation for PSX | Dmitry Torokhov | 1 | -4/+8 |
2010-02-21 | Input: gamecon - fix some formatting issues | Dmitry Torokhov | 1 | -153/+194 |
2010-02-21 | Input: gamecon - add rumble support for N64 pads | Scott Moreau | 2 | -6/+120 |
2010-02-20 | Input: polldev can cause crash in case when polling disabled | Samu Onkalo | 1 | -0/+6 |
2010-02-20 | Input: wacom - add device type to device name string | Ping Cheng | 2 | -4/+15 |
2010-02-20 | Input: s3c24xx_ts - report touch only when stylus is down | Vasily Khoruzhick | 1 | -14/+16 |
2010-02-19 | Input: s3c24xx_ts - re-enable IRQ on resume | Vasily Khoruzhick | 1 | -0/+1 |
2010-02-19 | Input: wacom - constify product features data | Dmitry Torokhov | 1 | -63/+63 |
2010-02-19 | Input: wacom - use per-device instance of wacom_features | Jason Childs | 3 | -56/+78 |
2010-02-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+8 |
2010-02-18 | Input: i8042 - fix KBC jam during hibernate | Alan Jenkins | 1 | -0/+8 |
2010-02-16 | Input: sh_keysc - enable building on SH-Mobile ARM | Magnus Damm | 1 | -1/+1 |
2010-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+8 |
2010-02-10 | Input: wacom - get features from driver info | Bastian Blank | 3 | -152/+205 |
2010-02-10 | Input: rotary-encoder - set gpio direction for each requested gpio | Andrew Clayton | 1 | -0/+14 |
2010-02-10 | Input: sh_keysc - update the driver with mode 6 | Magnus Damm | 1 | -1/+2 |
2010-02-10 | Input: sh_keysc - switch to using bitmaps | Magnus Damm | 1 | -25/+44 |
2010-02-10 | Input: sh_keysc - factor out hw access functions | Magnus Damm | 1 | -26/+43 |
2010-02-10 | Input: schedule corgi_ssp and corgi_ts to be removed | Eric Miao | 1 | -1/+0 |
2010-02-10 | Input: mark {corgi,spitz,tosa}kbd drivers deprecated | Eric Miao | 1 | -6/+12 |
2010-02-08 | [IA64] Remove COMPAT_IA32 support | Tony Luck | 1 | -2/+0 |
2010-02-07 | Input: psmouse - make sure we don't schedule reconnects after cleanup | Dmitry Torokhov | 1 | -1/+8 |
2010-02-04 | Input: gpio-keys - add support for disabling gpios through sysfs | Mika Westerberg | 1 | -11/+307 |
2010-02-04 | Input: mark input interfaces as non-seekable | Dmitry Torokhov | 2 | -0/+4 |
2010-02-04 | Input: uinput - mark as non-seekable | Dmitry Torokhov | 1 | -0/+1 |
2010-02-04 | Input: add match() method to input hanlders | Dmitry Torokhov | 2 | -24/+21 |
2010-02-04 | Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb() | Ondrej Zary | 1 | -3/+14 |
2010-02-04 | Input: usbtouchscreen - add NEXIO (or iNexio) support | Ondrej Zary | 2 | -2/+264 |
2010-02-04 | Input: usbtouchscreen - find input endpoint automatically | Ondrej Zary | 1 | -3/+14 |
2010-02-04 | Input: usbtouchscreen - convert from usb_device to usb_interface | Ondrej Zary | 1 | -10/+12 |
2010-01-31 | Input: add imx-keypad driver to support the IMX Keypad Port | Alberto Panizzo | 3 | -0/+604 |
2010-01-30 | Input: implement input filters | Dmitry Torokhov | 1 | -7/+34 |
2010-01-29 | Input: uinput - remove BKL from uinput_open function | Thadeu Lima de Souza Cascardo | 1 | -3/+0 |
2010-01-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 4 | -57/+149 |
2010-01-28 | Input: wm97xx - provide coordinate logs for accelerated I/O | Mark Brown | 2 | -0/+6 |
2010-01-28 | Input: add the ABS_MT_PRESSURE event | Henrik Rydberg | 1 | -0/+1 |
2010-01-28 | Input: winbond-cir - remove dmesg spam | David Härdeman | 1 | -1/+1 |
2010-01-28 | Input: lifebook - add another Lifebook DMI signature | Jon Dodgson | 1 | -0/+6 |