index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: add support for PlayStation 1/2 joypads connected via SPI
Tomohiro Yoshidomi
2017-05-10
3
-0
/
+423
*
Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer Sabertooth
Benjamin Valentin
2017-05-07
1
-0
/
+2
*
Input: xpad - sync supported devices with xboxdrv
Benjamin Valentin
2017-05-07
1
-0
/
+13
*
Input: xpad - sort supported devices by USB ID
Benjamin Valentin
2017-05-07
1
-6
/
+6
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2017-05-02
6228
-138101
/
+322994
|
\
|
*
Input: ar1021_i2c - use BIT to check for a bit
Martin Kepplinger
2017-05-01
1
-1
/
+2
|
*
Input: twl4030-pwrbutton - use input_set_capability() helper
Sebastian Reichel
2017-05-01
1
-2
/
+1
|
*
Input: twl4030-pwrbutton - use correct device for irq request
Sebastian Reichel
2017-05-01
1
-1
/
+1
|
*
Input: ar1021_i2c - enable touch mode during open
Martin Kepplinger
2017-05-01
1
-0
/
+15
|
*
Input: xen-kbdfront - add module parameter for setting resolution
Juergen Gross
2017-04-19
1
-25
/
+14
|
*
Input: synaptics-rmi4 - enable IRQ operation in F34 V7
Nick Dyer
2017-04-14
3
-68
/
+83
|
*
Input: synaptics-rmi4 - change F12 clip to inactive border debug
Nick Dyer
2017-04-14
1
-11
/
+7
|
*
Input: synaptics-rmi4 - use dev_driver_string when registering interrupt
Nick Dyer
2017-04-14
1
-1
/
+1
|
*
Input: ar1021_i2c - highlight support for AR1020
Martin Kepplinger
2017-04-14
2
-5
/
+5
|
*
Input: ar1021_i2c - do not force raising edge IRQ trigger
Dmitry Torokhov
2017-04-14
1
-1
/
+1
|
*
Input: ar1021_i2c - fix too long name in driver's device table
Dmitry Torokhov
2017-04-14
1
-1
/
+1
|
*
Input: ar1021_i2c - coding style fixes
Martin Kepplinger
2017-04-12
1
-2
/
+2
|
*
Input: lpc32xx_ts - check for clk_prepare_enable() error
Fabio Estevam
2017-04-12
1
-5
/
+8
|
*
Input: imx6ul_tsc - fix error handling
Fabio Estevam
2017-04-12
1
-3
/
+12
|
*
Input: omap-keypad - fix error handling code
Christophe JAILLET
2017-04-11
1
-1
/
+1
|
*
Input: xpad - support some quirky Xbox One pads
Cameron Gutman
2017-04-11
1
-13
/
+101
|
*
Input: yealink - define packet offset __be16 instead of u16
Martin Kepplinger
2017-04-11
1
-1
/
+1
|
*
Input: turbografx - use setup_timer
Geliang Tang
2017-04-11
1
-3
/
+1
|
*
Input: locomokbd - use setup_timer
Geliang Tang
2017-04-11
1
-3
/
+2
|
*
Input: gameport - use setup_timer
Geliang Tang
2017-04-11
1
-3
/
+2
|
*
Input: db9 - use setup_timer
Geliang Tang
2017-04-11
1
-3
/
+1
|
*
Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETA
Hans de Goede
2017-04-11
1
-1
/
+1
|
*
Input: pm8xxx-vib - add support for pm8916's vibrator
Damien Riegel
2017-04-05
2
-1
/
+11
|
*
Input: pm8xxx-vib - handle separate enable register
Damien Riegel
2017-04-05
1
-1
/
+10
|
*
Input: pm8xxx-vib - parametrize the driver
Damien Riegel
2017-04-05
1
-16
/
+33
|
*
Input: pm8xxx-vib - reorder header alphabetically
Damien Riegel
2017-04-05
1
-4
/
+4
|
*
Input: sur40 - fix bad endianness handling in sur40_poll
Martin Kepplinger
2017-04-05
1
-1
/
+1
|
*
Input: eeti_ts - switch to gpiod API
Dmitry Torokhov
2017-04-05
1
-17
/
+7
|
*
Input: eeti_ts - expect platform code to set interrupt trigger
Dmitry Torokhov
2017-04-05
1
-5
/
+1
|
*
Input: eeti_ts - switch to using threaded interrupt
Dmitry Torokhov
2017-04-04
1
-43
/
+36
|
*
Input: eeti_ts - use gpio_get_value_cansleep
Dmitry Torokhov
2017-04-04
1
-1
/
+1
|
*
Input: eeti_ts - respect interrupt set in client structure
Dmitry Torokhov
2017-04-04
1
-7
/
+6
|
*
Input: eeti_ts - switch to using managed resources
Dmitry Torokhov
2017-04-04
1
-48
/
+22
|
*
Input: eeti_ts - use input_set_capability()
Dmitry Torokhov
2017-04-04
1
-2
/
+1
|
*
Input: eeti_ts - use get_unaligned_be16() to retrieve data
Dmitry Torokhov
2017-04-04
1
-2
/
+4
|
*
Input: eeti_ts - use BIT(n)
Dmitry Torokhov
2017-04-04
1
-4
/
+4
|
*
Input: eeti_ts - rename eeti_ts_priv to eeti_ts
Dmitry Torokhov
2017-04-04
1
-57
/
+58
|
*
Input: synaptics-rmi4 - when registering sensors do not call them "drivers"
Dmitry Torokhov
2017-04-04
3
-69
/
+69
|
*
Input: synaptics-rmi4 - cleanup SMbus mapping handling
Dmitry Torokhov
2017-04-04
1
-25
/
+18
|
*
Input: synaptics-rmi4 - fix endianness issue in SMBus transport
Dmitry Torokhov
2017-04-04
1
-5
/
+5
|
*
Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensor
Dmitry Torokhov
2017-04-04
1
-3
/
+8
|
*
Input: synaptics - use u8 instead of unsigned char
Dmitry Torokhov
2017-04-04
2
-40
/
+42
|
*
Input: synaptics - do not abuse -1 as return value
Dmitry Torokhov
2017-04-04
1
-25
/
+46
|
*
Input: synaptics - use BIT() and GENMASK() macros
Dmitry Torokhov
2017-04-04
2
-48
/
+48
|
*
Input: synaptics - add synaptics_query_int()
Dmitry Torokhov
2017-04-04
2
-48
/
+32
[next]