Age | Commit message (Expand) | Author | Files | Lines |
2008-06-17 | Merge branch 'for-linus' into next | Dmitry Torokhov | 13 | -56/+162 |
2008-06-17 | Input: appletouch - implement reset-resume logic | Oliver Neukum | 2 | -8/+44 |
2008-06-17 | Input: i8042 - retry failed CTR writes when resuming | Jiri Kosina | 1 | -2/+6 |
2008-06-06 | Input: i8042 - add Fujitsu-Siemens Amilo Pro V2030 to nomux table | Jiri Kosina | 1 | -0/+7 |
2008-06-06 | Input: pcspkr - remove negative dependency on snd-pcsp | Stas Sergeev | 1 | -1/+0 |
2008-06-02 | Input: pxa27x_keypad - add wakeup support | Eric Miao | 1 | -1/+14 |
2008-06-02 | Input: serio - remove pending events when unregistering driver | Dmitry Torokhov | 1 | -3/+6 |
2008-06-02 | Input: atkbd - use ushort instead of uchar keymap | Dmitry Torokhov | 2 | -10/+12 |
2008-06-02 | Input: add HTC Shift Touchscreen Driver | Pau Oliva Fora | 4 | -0/+274 |
2008-05-30 | Input: rename SW_RADIO to SW_RFKILL_ALL | Henrique de Moraes Holschuh | 1 | -1/+3 |
2008-05-30 | Input: gtco - fix double kfree in error handling path | Dmitry Torokhov | 1 | -10/+7 |
2008-05-30 | Input: i8042 - add Intel D845PESV to nopnp list | Jiri Kosina | 1 | -11/+18 |
2008-05-28 | Input: pxa27x_keypad - miscellaneous fixes | Antonio Ospite | 1 | -13/+25 |
2008-05-28 | Input: atkbd - mark keyboard as disabled when suspending/unloading | Dmitry Torokhov | 1 | -0/+2 |
2008-05-27 | Input: apanel - remove duplicate include | Huang Weiyi | 1 | -1/+0 |
2008-05-27 | Input: wm9713 - support five wire panels | Mark Brown | 2 | -0/+23 |
2008-05-27 | Input: wm97xx-core - fix race on PHY init | Mark Brown | 1 | -11/+11 |
2008-05-27 | Input: wm97xx-core - fix driver name | Mark Brown | 1 | -1/+1 |
2008-05-27 | Input: wm97xx-core - report a phys for WM97xx touchscreens | Mark Brown | 1 | -0/+1 |
2008-05-27 | Input: i8042 - make sure Dritek quirk is invoked at resume | Bruno Prémont | 1 | -8/+25 |
2008-05-20 | Input: i8042 - add Dritek quirk for Acer TravelMate 660 | Bruno Prémont | 1 | -0/+7 |
2008-05-20 | Input: remove CVS keywords | Adrian Bunk | 46 | -91/+0 |
2008-05-17 | Input: gpio-keys debouncing support | Dmitry Baryshkov | 2 | -20/+70 |
2008-05-16 | Input: add support for SuperH MigoR touchscreen | Magnus Damm | 3 | -0/+262 |
2008-05-16 | Input: remove unused defines | Joe Perches | 2 | -5/+2 |
2008-05-16 | Input: libps2 - remove delayed command execution | Dmitry Torokhov | 2 | -53/+0 |
2008-05-16 | Input: gameport - remove rescan/reconnect facilities | Dmitry Torokhov | 2 | -23/+0 |
2008-05-16 | Input: hil_ptr - check return value of input_register_device() | Andres Salomon | 1 | -11/+26 |
2008-05-16 | Input: appletouch - simplify touchpad type detection | Sven Anders | 1 | -107/+57 |
2008-05-16 | Input: appletouch - miscellaneous code cleanups | Johannes Berg | 1 | -73/+100 |
2008-05-16 | Input: adbhid - capslock and power button fix | Rodney Lorrimar | 1 | -3/+12 |
2008-05-16 | Input: adbhid - fix capslock key state after suspend | Rodney Lorrimar | 1 | -7/+39 |
2008-05-16 | HWMON: hdaps - set up phys and bus type of input device | Dmitry Torokhov | 1 | -0/+2 |
2008-05-16 | Input: use clamp_val() macro in ff-memless.c | Harvey Harrison | 1 | -2/+2 |
2008-05-16 | Input: wacom - make one-bit signed bitfields unsigned | Harvey Harrison | 1 | -1/+1 |
2008-05-16 | Input: wacom - cleanup handling of tablet IDs | Ping Cheng | 1 | -20/+19 |
2008-05-16 | Input: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 14 | -75/+75 |
2008-05-16 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 20 | -39/+508 |
2008-05-16 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 4 | -49/+116 |
2008-05-16 | initcalls: Fix m68k build and possible buffer overflow | Cyrill Gorcunov | 1 | -3/+3 |
2008-05-16 | Split up 'do_initcalls()' into two simpler functions | Linus Torvalds | 1 | -36/+41 |
2008-05-16 | Clean up 'print_fn_descriptor_symbol()' types | Linus Torvalds | 5 | -21/+20 |
2008-05-16 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 20 | -38/+878 |
2008-05-15 | jbd2: update transaction t_state to T_COMMIT fix | Mingming Cao | 1 | -0/+2 |
2008-05-15 | ext4: Retry block allocation if new blocks are allocated from system zone. | Aneesh Kumar K.V | 2 | -17/+47 |
2008-05-15 | tty: fix BKL related leak and crash | Ingo Molnar | 1 | -3/+10 |
2008-05-15 | [IA64] fix personality(PER_LINUX32) performance issue | Huang, Xiaolan | 2 | -10/+25 |
2008-05-15 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 13 | -82/+46 |
2008-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 31 | -210/+167 |
2008-05-15 | arch/parisc/kernel/perf_asm.S: build fix | Kyle McMartin | 1 | -0/+2 |