index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-28
Input: lm8323 - fix error handling in lm8323_probe()
Dan Carpenter
1
-5
/
+7
2010-06-28
Input: gpio-keys - add gpiolib debounce support
Grazvydas Ignotas
1
-5
/
+14
2010-06-28
Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controller
Petr Štetiar
2
-11
/
+14
2010-06-28
Input: ads7846 - allow specifying irq trigger type in platform data
Anatolij Gustschin
1
-1
/
+4
2010-06-28
Input: wacom - add support for DTU2231 and DTU1631
Ping Cheng
2
-0
/
+45
2010-06-28
Input: wistron_btns - fix a memory leak in wb_module_init error path
Axel Lin
1
-1
/
+3
2010-06-25
Input: adxl34x - add support for ADXL346 orientation sensing
Michael Hennerich
1
-4
/
+58
2010-06-25
Input: add driver for ADXL345/346 Digital Accelerometers
Michael Hennerich
6
-0
/
+1218
2010-06-25
Input: adp5588-keys - support GPI events for ADP5588 devices
Xiaolong CHEN
1
-7
/
+127
2010-06-24
Input: evdev - never leave the client buffer empty after write
Henrik Rydberg
1
-3
/
+7
2010-06-24
Input: bcm5974 - set the average number of events per MT event packet
Henrik Rydberg
1
-0
/
+2
2010-06-24
Input: evdev - use driver hint to compute size of event buffer
Henrik Rydberg
1
-2
/
+7
2010-06-24
Input: evdev - convert to dynamic event buffer
Henrik Rydberg
1
-5
/
+17
2010-06-23
Input: tps6507x-ts - remove unneeded NULL test
Jiri Slaby
1
-3
/
+0
2010-06-22
Input: wacom - fix serial number handling on Cintiq 21UX2
Ping Cheng
1
-4
/
+5
2010-06-22
Input: fixup X86_MRST selects
Randy Dunlap
2
-2
/
+2
2010-06-22
Merge commit 'v2.6.35-rc3' into for-linus
Dmitry Torokhov
14
-22
/
+4
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
34
-146
/
+822
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-06-10
Input: matrix_keypad - add support for clustered irq
Luotao Fu
1
-28
/
+80
2010-06-09
hp_sdc_rtc: fix broken ioctl conversion
Arnd Bergmann
1
-1
/
+1
2010-06-08
Input: bcm5974 - turn wellspring mode off if failed to start traffic
Luo Jinghua
1
-7
/
+14
2010-06-08
Input: usbtouchscreen - reduce number fo be16_to_cpu conversions
Dmitry Torokhov
1
-16
/
+18
2010-06-08
Input: ad7877 - fix spi word size to 16 bit
Oskar Schirmer
1
-0
/
+7
2010-06-05
Input: pcf8574_keypad - fix off by one in pcf8574_kp_irq_handler()
Dan Carpenter
1
-1
/
+1
2010-06-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-26
/
+67
2010-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-1
/
+2
2010-06-04
Input: i8042 - remove SPRUCE support
Christoph Egger
1
-75
/
+0
2010-06-04
Input: wacom - add Cintiq 21UX2 and Intuos4 WL
Ping Cheng
3
-15
/
+60
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
12
-20
/
+1
2010-06-02
Input: ads7846 - fix compiler warning in ads7846_probe()
Dmitry Torokhov
1
-1
/
+1
2010-06-02
Merge branch 'sh/iomap'
Paul Mundt
1
-1
/
+2
2010-06-02
Input: tps6507x-ts - a couple work queue cleanups
Dan Carpenter
1
-8
/
+4
2010-05-31
Input: s3c2410_ts - tone down logging
Mark Brown
1
-1
/
+1
2010-05-31
Input: s3c2410_ts - fix build error due to ADC Kconfig rename
Mark Brown
1
-1
/
+1
2010-05-28
input: Touchscreen driver for TPS6507x
Todd Fischer
3
-0
/
+414
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2
-74
/
+121
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
8
-11
/
+175
2010-05-27
Input: s3c2410_ts - restore accidentially dropped s3c24xx ids
Vasily Khoruzhick
1
-0
/
+2
2010-05-27
Input: usbtouchscreen - support bigger iNexio touchscreens
Ondrej Zary
1
-1
/
+6
2010-05-27
Input: ads7846 - return error on regulator_get() failure
Kevin Hilman
1
-2
/
+2
2010-05-26
m68k: amiga - Mouse platform device conversion
Geert Uytterhoeven
1
-35
/
+63
2010-05-26
m68k: amiga - Keyboard platform device conversion
Geert Uytterhoeven
1
-39
/
+58
2010-05-25
input: serio: disable i8042 for non-cayman sh platforms.
Paul Mundt
1
-1
/
+2
2010-05-24
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Linus Torvalds
1
-10
/
+24
2010-05-22
Input: twl4030-vibra - correct the power down sequence
Peter Ujfalusi
1
-1
/
+1
2010-05-22
Input: enable onkey driver of max8925
Haojian Zhuang
3
-0
/
+159
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
63
-3011
/
+4012
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
3
-8
/
+20
2010-05-21
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-0
/
+194
[prev]
[next]