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
Age
Commit message (
Expand
)
Author
Lines
2015-12-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-11
/
+64
2015-12-18
Input: uinput - sanity check on ff_effects_max and EV_FF
Elias Vanderstuyft
-0
/
+7
2015-12-18
Input: uinput - rework ABS validation
David Herrmann
-44
/
+45
2015-12-18
Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl
Benjamin Tissoires
-3
/
+83
2015-12-18
Input: elants_i2c - fix wake-on-touch
James Chen
-9
/
+12
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
-6
/
+5
2015-12-17
Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"
Karsten Merker
-8
/
+4
2015-12-17
Input: goodix - add axis swapping and axis inversion support
Karsten Merker
-0
/
+25
2015-12-17
Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_send
Irina Tirdea
-6
/
+1
2015-12-17
Input: goodix - add power management support
Irina Tirdea
-5
/
+98
2015-12-17
Input: goodix - write configuration data to device
Irina Tirdea
-32
/
+212
2015-12-17
Input: goodix - reset device at init
Irina Tirdea
-0
/
+120
2015-12-17
Input: goodix - use actual config length for each device type
Irina Tirdea
-2
/
+25
2015-12-17
Merge branch 'psmouse-passthrough' into next
Dmitry Torokhov
-414
/
+392
2015-12-17
Input: psmouse - rename ps2pp_init() to ps2pp_detect()
Dmitry Torokhov
-4
/
+4
2015-12-17
Input: psmouse - limit protocols that we try on passthrough ports
Dmitry Torokhov
-0
/
+10
2015-12-17
Input: psmouse - factor out common protocol probing code
Dmitry Torokhov
-78
/
+86
2015-12-17
Input: psmouse - move protocol descriptions around
Dmitry Torokhov
-190
/
+189
2015-12-17
Input: psmouse - clean up Cypress probe
Dmitry Torokhov
-12
/
+8
2015-12-17
Input: psmouse - rearrange Focaltech init code
Dmitry Torokhov
-27
/
+26
2015-12-17
Input: psmouse - fix comment style
Dmitry Torokhov
-155
/
+124
2015-12-17
Input: psmouse - use switch statement in psmouse_process_byte()
Dmitry Torokhov
-34
/
+31
2015-12-16
Input: xpad - handle "present" and "gone" correctly
Pierre-Loup A. Griffais
-38
/
+69
2015-12-16
Input: xpad - remove spurious events of wireless xpad 360 controller
Clement Calmels
-1
/
+1
2015-12-16
Input: add touchscreen support for TS-4800
Damien Riegel
-0
/
+233
2015-12-16
Input: add eGalaxTouch serial touchscreen driver
Böszörményi Zoltán
-0
/
+205
2015-12-15
Input: elan_i2c - set input device's vendor and product IDs
Charlie Mooney
-0
/
+3
2015-12-12
Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-press
Steve Twiss
-4
/
+4
2015-12-11
Input: atmel_mxt_ts - add maxtouch to I2C table for module autoload
Javier Martinez Canillas
-0
/
+1
2015-12-04
Input: pixcir_i2c - add support for wake and enable gpios
Sander Vermin
-0
/
+41
2015-12-03
Input: wacom_w8001 - split the touch and pen devices into two devices
Peter Hutterer
-51
/
+116
2015-12-03
Input: wacom_w8001 - split pen and touch initialization up
Peter Hutterer
-83
/
+111
2015-12-03
Input: wacom_w8001 - handle touch error case correctly
Peter Hutterer
-10
/
+9
2015-12-03
Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
Peter Hutterer
-0
/
+1
2015-12-03
Input: wacom_w8001 - use __set_bit for evbits
Peter Hutterer
-1
/
+2
2015-12-02
Input: arizona-haptic - fix disabling of haptics device
Charles Keepax
-2
/
+1
2015-12-02
Input: sparcspkr - use platform_register/unregister_drivers()
Thierry Reding
-11
/
+7
2015-12-02
Input: aiptek - fix crash on detecting device without endpoints
Vladis Dronov
-0
/
+9
2015-12-02
Input: atmel_mxt_ts - add generic platform data for Chromebooks
Dmitry Torokhov
-0
/
+33
2015-12-01
Input: s3c2410_ts: fix S3C_ADC dependency
Arnd Bergmann
-1
/
+1
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
-1
/
+1
2015-11-17
Input: parkbd - clear unused function pointers
Sudip Mukherjee
-0
/
+1
2015-11-17
Input: walkera0701 - clear unused function pointers
Sudip Mukherjee
-0
/
+1
2015-11-17
Input: turbografx - clear unused function pointers
Sudip Mukherjee
-0
/
+1
2015-11-17
Input: gamecon - clear unused function pointers
Sudip Mukherjee
-0
/
+1
2015-11-17
Input: db9 - clear unused function pointers
Sudip Mukherjee
-0
/
+1
2015-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-697
/
+871
2015-11-13
Merge branch 'next' into for-linus
Dmitry Torokhov
-697
/
+871
2015-11-09
remove abs64()
Andrew Morton
-2
/
+2
[prev]
[next]