index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
mouse
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+2
2012-04-20
Input: synaptics - fix regression with "image sensor" trackpads
Benjamin Herrenschmidt
1
-1
/
+2
2012-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
4
-9
/
+25
2012-04-10
Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h
Mark Brown
1
-1
/
+1
2012-04-10
Input: trackpoint - use psmouse_fmt() for messages
JJ Ding
1
-6
/
+8
2012-04-10
Input: elantech - v4 is a clickpad, with only one button
JJ Ding
1
-2
/
+4
2012-04-10
Input: elantech - reset touchpad before configuring it
JJ Ding
1
-0
/
+4
2012-04-03
Input: sentelic - filter taps in absolute mode
Oskari Saarenmaa
1
-0
/
+8
2012-03-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-72
/
+257
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2
-2
/
+0
2012-03-27
Merge branch 'next' into for-linus
Dmitry Torokhov
2
-72
/
+257
2012-03-25
Input: sentelic - improve packet debugging information
Oskari Saarenmaa
1
-9
/
+34
2012-03-25
Input: sentelic - minor code cleanup
Tai-hwa Liang
1
-1
/
+1
2012-03-25
Input: sentelic - enabling absolute coordinates output for newer hardware
Tai-hwa Liang
2
-4
/
+132
2012-03-25
Input: sentelic - refactor code for upcoming new hardware support
Tai-hwa Liang
2
-62
/
+94
2012-03-19
Merge branch 'next' into for-linus
Dmitry Torokhov
10
-61
/
+601
2012-03-16
Input: synaptics_usb - switch to module_usb_driver()
Dmitry Torokhov
1
-12
/
+1
2012-03-16
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
1
-12
/
+1
2012-03-09
Merge branch 'for-next' of github.com:rydberg/linux into next
Dmitry Torokhov
1
-0
/
+1
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
8
-36
/
+40
2012-02-24
Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk drivers
Paul Fox
2
-15
/
+6
2012-02-24
Input: psmouse - allow drivers to use psmouse_{de,}activate
Andres Salomon
2
-5
/
+12
2012-02-24
Input: ALPS - fix touchpad detection when buttons are pressed
Akio Idehara
1
-2
/
+5
2012-02-14
bcm5974: Add pointer and buttonpad properties
Chase Douglas
1
-0
/
+1
2012-02-03
Input: add Synaptics USB device driver
Jan Steinhoff
3
-0
/
+586
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2
-4
/
+4
2012-01-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-2
/
+17
2012-01-10
Input: bcm5974 - set BUTTONPAD property
Jussi Pakkanen
1
-0
/
+3
2012-01-10
Input: revert some over-zealous conversions to module_platform_driver()
Dmitry Torokhov
1
-2
/
+14
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
15
-294
/
+1407
2012-01-08
Merge branch 'next' into for-linus
Dmitry Torokhov
15
-294
/
+1407
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2
-25
/
+2
2011-12-30
Input: psmouse - make sure we do not use stale methods
Dmitry Torokhov
1
-69
/
+124
2011-12-29
Input: sentelic - fix retrieving number of buttons
Tai-hwa Liang
2
-3
/
+4
2011-12-23
Input: sentelic - release mutex upon register write failure
Tai-hwa Liang
1
-2
/
+2
2011-12-12
Input: synaptics - fix touchpad not working after S2R on Vostro V13
Dmitry Torokhov
1
-0
/
+11
2011-11-30
Input: mouse - use macro module_platform_driver()
JJ Ding
3
-39
/
+4
2011-11-29
Merge commit 'v3.2-rc3' into next
Dmitry Torokhov
2
-8
/
+38
2011-11-20
Input: elantech - add resolution query support for v4 hardware
JJ Ding
2
-0
/
+38
2011-11-20
Input: elantech - add support for elantech fast command
JJ Ding
2
-8
/
+29
2011-11-18
USB: convert drivers/input/* to use module_usb_driver()
Greg Kroah-Hartman
2
-25
/
+2
2011-11-15
Input: synaptics - update OLPC XO exclusion
Daniel Drake
1
-8
/
+5
2011-11-09
Input: synaptics - add support for Relative mode
Daniel Drake
4
-48
/
+152
2011-11-09
Input: convert obsolete strict_strtox to kstrtox
JJ Ding
6
-41
/
+80
2011-11-09
Input: elantech - adjust hw_version detection logic
JJ Ding
1
-8
/
+18
2011-11-07
Input: ALPS - add semi-MT support for v3 protocol
Seth Forshee
2
-19
/
+215
2011-11-07
Input: ALPS - add support for protocol versions 3 and 4
Seth Forshee
3
-38
/
+768
2011-11-07
Input: ALPS - remove assumptions about packet size
Seth Forshee
1
-5
/
+5
2011-11-07
Input: ALPS - add protocol version field in alps_model_info
Seth Forshee
2
-24
/
+27
2011-11-07
Input: ALPS - move protocol information to Documentation
Seth Forshee
1
-36
/
+1
[next]