index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
input-polldev.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-03
Input: i8042 - add Medion NAM 2070 to noloop blacklist
Dmitry Torokhov
1
-0
/
+8
2008-07-03
Input: i8042 - add Gericom Bellagio to nomux blacklist
Jiri Kosina
1
-0
/
+7
2008-07-03
Input: i8042 - add Acer Aspire 1360 to nomux blacklist
Jiri Kosina
1
-0
/
+7
2008-06-30
Input: hp_sdc_mlc.c - make a struct static
Adrian Bunk
1
-1
/
+1
2008-06-30
Input: hil_mlc.c - make code static
Adrian Bunk
1
-3
/
+3
2008-06-30
Input: wistron - generate normal key event if bluetooth or wifi not present
Éric Piel
1
-1
/
+18
2008-06-30
Input: atkbd - fix HP 2133 not sending release event for video switch
Jiri Kosina
1
-0
/
+26
2008-06-30
Input: Add driver for iNexio serial touchscreen.
Richard Lemon
4
-0
/
+221
2008-06-30
Input: wm9712 - no pressure measurement with 5-wire mode
Mark Brown
1
-6
/
+12
2008-06-30
Input: fix force feedback upload issue in compat mode
Adam Dawidowski
1
-11
/
+90
2008-06-30
Input: atamouse - various cleanups
Dmitry Torokhov
1
-15
/
+12
2008-06-30
Input: evbug - identify device by its sysfs ID
Dmitry Torokhov
1
-3
/
+7
2008-06-30
Input: don't reset sync flag when ignoring event
Dmitry Torokhov
1
-1
/
+1
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-29
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-16
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
initcalls: Fix m68k build and possible buffer overflow
Cyrill Gorcunov
1
-3
/
+3
[next]