Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f363afc168e772a6034ea97b7b213a1b47b8f376
/
drivers
/
input
d09b3c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
19d57d3
Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use
by Jason Gerecke
· 13 years ago
f3761c0
Input: twl4030-vibra - use proper guard for PM methods
by Dmitry Torokhov
· 13 years ago
02dfc49
Input: evdev - fix variable initialisation
by Heiko Stübner
· 13 years ago
68513a4
Input: wacom - add missing LEDS_CLASS to Kconfig
by Chris Bagwell
· 13 years ago
99c90ab
Input: ALPS - fix touchpad detection when buttons are pressed
by Akio Idehara
· 13 years ago
31c150a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
82b982c
Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklist
by Igor Murzov
· 13 years ago
7a0a27d
Input: serio_raw - return proper result when serio_raw_read fails
by Che-Liang Chiou
· 13 years ago
4936f97
Input: twl4030_keypad - fix comment (trivial)
by Felipe Contreras
· 13 years ago
42f5787
Input: evdev - fix variable initialisation
by Heiko Stübner
· 13 years ago
0a80939
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
by Linus Torvalds
· 13 years ago
21ebd6c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
2485a4b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
52965cc
Input: bcm5974 - set BUTTONPAD property
by Jussi Pakkanen
· 13 years ago
4fa0771
Input: serio_raw - return proper result when serio_raw_write fails
by Dmitry Torokhov
· 13 years ago
0c62fbf
Input: serio_raw - really signal HUP upon disconnect
by Dmitry Torokhov
· 13 years ago
d89c9bc
Input: serio_raw - remove stray semicolon
by Che-Liang Chiou
· 13 years ago
d3d2580
Input: revert some over-zealous conversions to module_platform_driver()
by Dmitry Torokhov
· 13 years ago
4690dfa
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 13 years ago
dbe950f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
9016037
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
2ac9d7a
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
dfc1ebe
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
dcf7ec5
Merge branch 'samsung/driver' into next/drivers
by Arnd Bergmann
· 13 years ago
da73356
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 13 years ago
ee66e65
mfd: Unify abx500 headers in mfd/abx500
by Linus Walleij
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
237c78b
Merge branch 'depends/rmk/for-linus' into samsung/dt
by Arnd Bergmann
· 13 years ago
d3d0b02
Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
be3bad6
input: xilinx_ps2: Don't use NO_IRQ
by Michal Simek
· 13 years ago
dab78d7
Input: tc3589x-keypad - add missing kerneldoc
by Naga Radhesh
· 13 years ago
bd100e2
Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messages
by Dmitry Torokhov
· 13 years ago
c899afe
Input: ucb1400_ts - convert to threaded IRQ
by Dmitry Torokhov
· 13 years ago
7507232
Input: ucb1400_ts - drop inline annotations
by Dmitry Torokhov
· 13 years ago
9fea929
Input: usb1400_ts - add __devinit/__devexit section annotations
by Dmitry Torokhov
· 13 years ago
8028e93
Input: ucb1400_ts - set driver owner
by Dmitry Torokhov
· 13 years ago
3db8a53
Input: ucb1400_ts - convert to use dev_pm_ops
by Dmitry Torokhov
· 13 years ago
73db144
Xen: consolidate and simplify struct xenbus_driver instantiation
by Jan Beulich
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
ee9dfd7
Input: psmouse - make sure we do not use stale methods
by Dmitry Torokhov
· 13 years ago
509f87c
Input: evdev - do not block waiting for an event if fd is nonblock
by Dima Zavin
· 13 years ago
e90f869
Input: evdev - if no events and non-block, return EAGAIN not 0
by Dima Zavin
· 13 years ago
566cf5b
Input: evdev - only allow reading events if a full packet is present
by Dima Zavin
· 13 years ago
36a281e
Input: add driver for pixcir i2c touchscreens
by Jianchun Bian
· 13 years ago
c63c4ed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
48c98b1
Input: samsung-keypad - implement runtime power management support
by Mark Brown
· 13 years ago
fd0fc21
Input: tegra-kbc - report wakeup key for some platforms
by Rakesh Iyer
· 13 years ago
a445c7f
Input: tegra-kbc - add device tree bindings
by Olof Johansson
· 13 years ago
6ccbcf2
Input: sentelic - fix retrieving number of buttons
by Tai-hwa Liang
· 13 years ago
d7bd1b8
Merge branch 'drivers/pxa-gpio' into next/drivers
by Arnd Bergmann
· 13 years ago
b5d798c
Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq()
by Axel Lin
· 13 years ago
5245db4
Input: add driver for AUO In-Cell touchscreens using pixcir ICs
by Heiko Stübner
· 13 years ago
6d10463
Merge branch 'pm-domains' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
9ee27ff
PM / input / touchscreen: Make st1232 use device PM QoS constraints
by Rafael J. Wysocki
· 13 years ago
cd314fa
Input: mpu3050 - configure the sampling method
by Heikki Krogerus
· 13 years ago
3b51872
Input: mpu3050 - ensure we enable interrupts
by Heikki Krogerus
· 13 years ago
e948981
Input: mpu3050 - add of_match table for device-tree probing
by Olof Johansson
· 13 years ago
d9bae67
Input: sentelic - release mutex upon register write failure
by Tai-hwa Liang
· 13 years ago
b3d6ac3
input: samsung-keypad: Add device tree support
by Thomas Abraham
· 13 years ago
10ee08b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
246835f
Input: wacom - add LED support for Cintiq 24HD
by Jason Gerecke
· 13 years ago
803296b
Input: wacom - add support for Cintiq 24HD
by Jason Gerecke
· 13 years ago
8521478
Input: synaptics - fix touchpad not working after S2R on Vostro V13
by Dmitry Torokhov
· 13 years ago
ff803ed
Input: add driver for Sharp gp2ap002a00f proximity sensor
by Courtney Cavin
· 13 years ago
aeec051
Input: keyboard - staticise non-exported symbols
by Axel Lin
· 13 years ago
18b2b18
Input: mc13783-pwrbutton - convert to use module_platform_driver()
by Axel Lin
· 13 years ago
ff4d049
Input: migor-ts - rework probe() to simplify error path
by Dmitry Torokhov
· 13 years ago
ec20861
Input: migor-ts - use proper client data accessor functions
by Dmitry Torokhov
· 13 years ago
468792e
Input: migor-ts - convert to a threaded IRQ
by Dmitry Torokhov
· 13 years ago
3a7f8fb
Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq()
by Xi Wang
· 13 years ago
0d0e306
Input: wacom - add product id used by Samsung Slate 7
by Chris Bagwell
· 13 years ago
e23ed60
Input: htcpen - switch to DMI-based autoloading
by Dmitry Torokhov
· 13 years ago
75255b2
Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_data
by Jonathan Cameron
· 13 years ago
cdcc96e
Input: touchscreen - use macro module_platform_driver()
by JJ Ding
· 13 years ago
24d2469
Input: serio - use macro module_platform_driver()
by JJ Ding
· 13 years ago
4fcdeac
Input: mouse - use macro module_platform_driver()
by JJ Ding
· 13 years ago
840a746
Input: misc - use macro module_platform_driver()
by JJ Ding
· 13 years ago
5146c84
Input: keyboard - use macro module_platform_driver()
by JJ Ding
· 13 years ago
3bfd5c5
Input: add generic GPIO-tilt driver
by Heiko Stübner
· 13 years ago
a6c6178
Input: remove redundant spi driver bus initialization
by Lars-Peter Clausen
· 13 years ago
b742014
Input: samsung-keypad - remove redundant MODULE_ALIAS
by Axel Lin
· 13 years ago
6485dec
Input: ad7879-i2c - remove redundant MODULE_ALIAS
by Axel Lin
· 13 years ago
0d2cd91
Merge commit 'v3.2-rc3' into next
by Dmitry Torokhov
· 13 years ago
866d43c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 13 years ago
2dfff23
input: ambakmi: Enable module alias autogeneration for AMBA drivers
by Dave Martin
· 13 years ago
3d95fd6
Input: elantech - add resolution query support for v4 hardware
by JJ Ding
· 13 years ago
b56b92a
Input: elantech - add support for elantech fast command
by JJ Ding
· 13 years ago
08642e7
USB: convert drivers/input/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
8672bd9
Input: ad7879 - consolidate PM methods
by Dmitry Torokhov
· 13 years ago
59bae1d
Input: add EETI eGalax I2C capacitive multi touch driver
by Zhang Jiejing
· 13 years ago
83551c0
Input: synaptics - update OLPC XO exclusion
by Daniel Drake
· 13 years ago
8d964a2
Input: samsung-keypad - enable compiling on other platforms
by Dmitry Torokhov
· 13 years ago
400bf29
Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPS
by Dmitry Torokhov
· 13 years ago
7968a5d
Input: synaptics - add support for Relative mode
by Daniel Drake
· 13 years ago
Next »