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