Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
4203306506ebe4eaaa84a2cbd7c1eb2fc0128faa
/
drivers
/
input
4203306
Input: add driver for Maxim max11801 touchscreen controller
by Zhang Jiejing
· 15 years ago
4671127
Input: gpio-keys - add support for setting device name
by Alexander Stein
· 15 years ago
92a4767
Input: gpio_keys - add support for EV_ABS
by Alexander Stein
· 15 years ago
def179c
Merge branch 'tsc2005' into next
by Dmitry Torokhov
· 15 years ago
5cb81d1
Input: tsc2005 - remove 'disable' sysfs attribute
by Dmitry Torokhov
· 15 years ago
0b950d3
Input: tsc2005 - add open/close
by Dmitry Torokhov
· 15 years ago
71f8004
Input: tsc2005 - handle read errors from SPI layer
by Dmitry Torokhov
· 15 years ago
dacb650
Input: tsc2005 - do not rearm timer in hardirq handler
by Dmitry Torokhov
· 15 years ago
80cc2f0
Input: tsc2005 - don't use work for 'pen up' handling
by Dmitry Torokhov
· 15 years ago
9a6e180
Input: tsc2005 - do not use 0 in place of NULL
by Dmitry Torokhov
· 15 years ago
c8b6846
Input: tsc2005 - use true/false for boolean variables
by Dmitry Torokhov
· 15 years ago
8dbcc43
Input: tsc2005 - hide selftest attribute if we can't reset
by Dmitry Torokhov
· 15 years ago
99bb892
Input: tsc2005 - rework driver initialization code
by Dmitry Torokhov
· 15 years ago
f8a6713
Input: tsc2005 - set up bus type in input device
by Dmitry Torokhov
· 15 years ago
b4b480a
Input: tsc2005 - set up parent device
by Dmitry Torokhov
· 15 years ago
2721a89
Input: tsc2005 - clear driver data after unbinding
by Dmitry Torokhov
· 15 years ago
b88aa49
Input: tsc2005 - add module description
by Dmitry Torokhov
· 15 years ago
bcd1187
Input: tsc2005 - remove driver banner message
by Dmitry Torokhov
· 15 years ago
ef5a672
Input: tsc2005 - remove incorrect module alias
by Dmitry Torokhov
· 15 years ago
3ff8ff5
Input: tsc2005 - convert to using dev_pm_ops
by Dmitry Torokhov
· 15 years ago
6b007d6
Input: tsc2005 - use spi_get/set_drvdata()
by Dmitry Torokhov
· 15 years ago
37bd446
Input: introduce tsc2005 driver
by Lauri Leukkunen
· 15 years ago
49851ca
Input: xen-kbdfront - move to drivers/input/misc
by Dmitry Torokhov
· 15 years ago
0a4dfa5
Input: xen-kbdfront - add grant reference for shared page
by Daniel De Graaf
· 15 years ago
8c3c283
Input: xen-kbdfront - advertise either absolute or relative coordinates
by Olaf Hering
· 15 years ago
53a2b81
Input: tc3589x-keypad - fix 'double const' warning
by Dmitry Torokhov
· 15 years ago
64dcddd
Input: tca6416-keypad - suspend/resume wakeup support
by Magnus Damm
· 15 years ago
4c75de3
Input: atmel_mxt_ts - add objects of mXT1386 chip
by Joonyoung Shim
· 15 years ago
979a72d
Input: atmel_mxt_ts - remove firmware version check
by Joonyoung Shim
· 15 years ago
e7cbb90
Input: wm831x-ts - ensure the controller is in a known state on open
by Mark Brown
· 15 years ago
bd7e4e8
Input: add Atmel AT42QT1070 keypad driver
by Bo Shen
· 15 years ago
23c483d
Input: wm831x-ts - default pressure measurements on
by Mark Brown
· 15 years ago
47340bd
Input: bcm5974 - add support for MacBookPro8
by Andy Botting
· 15 years ago
84eb5aa
Input: wacom - support 2FGT in MT format
by Ping Cheng
· 15 years ago
a43c7c5
Input: wacom - support one finger touch the touchscreen way
by Ping Cheng
· 15 years ago
8aa9a9a
Input: wacom - process pen data in its own routine
by Ping Cheng
· 15 years ago
4fc1938
Input: wacom - do not send 2FGT Tablet PC events in TAP format
by Ping Cheng
· 15 years ago
0d3c073
Input: atmel_mxt_ts - remove matrix size check
by Iiro Valkonen
· 15 years ago
5f62615
Input: mcs_touchkey - add shutdown handler
by HeungJun Kim
· 15 years ago
adf779c
Input: mcs_touchkey - add support for suspend/resume
by Heungjun Kim
· 15 years ago
5ad567f
Input: omap4-keypad - wire up runtime PM handling
by Abraham Arce
· 15 years ago
163d277
Input: uinput - reversed test in uinput_setup_device()
by Dan Carpenter
· 15 years ago
919ed89
Input: atmel_mxt_ts - allow board code to specify IRQ flags
by Iiro Valkonen
· 15 years ago
71749f5
Input: atmel_mxt_ts - allow board code to suppliy controller config
by Iiro Valkonen
· 15 years ago
46ee2a0
Input: atmel_mxt_ts - add mXT224 identifier to id_table
by Chris Leech
· 15 years ago
87b2c7d
Input: synaptics_i2c - convert to dev_pm_ops
by Mark Brown
· 15 years ago
3dcab3b
Input: adxl34x - fix references to adx134x
by Mark Brown
· 15 years ago
4d1ac94
Input: adxl34x-spi - convert to dev_pm_ops
by Mark Brown
· 15 years ago
fbb8993
Input: adxl34x-i2c - convert to dev_pm_ops
by Mark Brown
· 15 years ago
76e2c68
Input: max7359 - convert to dev_pm_ops
by Mark Brown
· 15 years ago
65b0c03
Input: lm8323 - convert to dev_pm_ops
by Mark Brown
· 15 years ago
a257090
Input: ad714x-spi - convert to dev_pm_ops
by Mark Brown
· 15 years ago
6b7cfd1
Input: ad714x-i2c - convert to dev_pm_ops
by Mark Brown
· 15 years ago
4dfcc27
Input: uinput - use memdup_user() and friends
by Dmitry Torokhov
· 15 years ago
5d9d6e9
Input: uinput - fix setting up device name
by David Herrmann
· 15 years ago
26cdb1a
Input: atmel_mxt_ts - read whole message to make CHG low
by Iiro Valkonen
· 15 years ago
7686b10
Input: atmel_mxt_ts - get rid of qt602240 prefixes in names
by Iiro Valkonen
· 15 years ago
964de52
Input: qt602240_ts - rename to atmel_mxt_ts
by Dmitry Torokhov
· 15 years ago
2546bcc
Input: input-polldev - fix a couple of typos
by Dmitry Torokhov
· 15 years ago
aebd636
Input: switch completely over to the new versions of get/setkeycode
by Dmitry Torokhov
· 15 years ago
a1f3d4b
Merge commit 'v2.6.38-rc3' into next
by Dmitry Torokhov
· 15 years ago
723d928
Input: wm831x-ts - remove use of ternary operator
by Mark Brown
· 15 years ago
1ca05b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
00cfa73
Input: wm831x - add driver for Wolfson WM831x PMIC touchscreen controllers
by Mark Brown
· 15 years ago
c63fe0a
Input: synaptics - retry failed resets when reconnecting
by Alexandre Peixoto Ferreira
· 15 years ago
baddf58
Input: synaptics - fix reconnect logic on MT devices
by Alexandre Peixoto Ferreira
· 15 years ago
e7acc84
Input: tegra-kbc - fix keymap entry for LeftMeta key
by Rakesh Iyer
· 15 years ago
7530c4a
Input: tegra-kbc - fix build error
by Rakesh Iyer
· 15 years ago
6fb1b30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
409550f
Input: wacom - pass touch resolution to clients through input_absinfo
by Ping Cheng
· 15 years ago
d38acb4
Input: wacom - add 2 Bamboo Pen and touch models
by Ping Cheng
· 15 years ago
cb1b145
Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setup
by Dmitry Torokhov
· 15 years ago
11f5b30
Input: tegra-kbc - add tegra keyboard driver
by Rakesh Iyer
· 15 years ago
94a8cab
Input: gpio_keys - switch to using request_any_context_irq
by Philippe Langlais
· 15 years ago
48c2701
Input: serio - allow registered drivers to get status flag
by David Engraf
· 15 years ago
3c36e71
Input: ads7846 - convert to dev_pm_ops
by Mark Brown
· 15 years ago
c7848c8
Input: ad7879 - convert SPI to dev_pm_ops
by Mark Brown
· 15 years ago
fccdd7c
Input: ad7877 - convert to dev_pm_ops
by Mark Brown
· 15 years ago
6a108a1
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
by David Rientjes
· 15 years ago
b0f05aa
Input: ct82710c - return proper error code for ct82c710_open
by Davidlohr Bueso
· 15 years ago
81e78de
Input: bu21013_ts - added regulator support
by Naveen Kumar Gaddipati
· 15 years ago
d2763b4
Input: bu21013_ts - remove duplicate resolution parameters
by Naveen Kumar Gaddipati
· 15 years ago
ba55546
Input: tnetv107x-ts - don't treat NULL clk as an error
by Jamie Iles
· 15 years ago
a064092
Input: tnetv107x-keypad - don't treat NULL clk as an error
by Jamie Iles
· 15 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
d24450e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
01c728a
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 15 years ago
5fca6ca
Input: wacom_w8001 - add single-touch support
by Ping Cheng
· 15 years ago
9d084a3
Input: add Austria Microsystem AS5011 joystick driver
by Fabien Marteau
· 15 years ago
facc7a9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 15 years ago
048fc01
Input: remove aaed2000 keyboard driver
by Jamie Iles
· 16 years ago
f8313ef
Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13
by Jiri Kosina
· 16 years ago
72eb6a7
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 16 years ago
31b6ca0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 16 years ago
aa58abc
input/tc3589x: fix compile error
by Dan Carpenter
· 16 years ago
93f38e9
Input: cy8ctmg110_ts - Convert to dev_pm_ops
by Mark Brown
· 16 years ago
d72e64e
Input: migor_ts - convert to dev_pm_ops
by Mark Brown
· 16 years ago
92b672e
Input: mcs5000_ts - convert to dev_pm_ops
by Mark Brown
· 16 years ago
85012ff
Input: eeti_ts - convert to dev_pm_ops
by Mark Brown
· 16 years ago
d5dc9ac
Input: ad7879 - convert I2C to dev_pm_ops
by Mark Brown
· 16 years ago
Next »