index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
usbkbd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
Input: synaptics-rmi4 - fix possible double free
Pan Bian
1
-5
/
+1
2019-04-24
Input: snvs_pwrkey - make it depend on ARCH_MXC
Jacky Bai
1
-1
/
+1
2019-04-04
Input: snvs_pwrkey - initialize necessary driver data before enabling IRQ
Anson Huang
1
-3
/
+3
2019-03-27
HID: input: add mapping for "Toggle Display" key
Dmitry Torokhov
1
-0
/
+8
2019-03-27
HID: input: add mapping for "Full Screen" key
Dmitry Torokhov
1
-0
/
+1
2019-03-27
HID: input: add mapping for keyboard Brightness Up/Down/Toggle keys
Dmitry Torokhov
1
-0
/
+4
2019-03-27
HID: input: add mapping for Expose/Overview key
Dmitry Torokhov
1
-0
/
+2
2019-03-27
HID: input: fix mapping of aspect ratio key
Dmitry Torokhov
1
-1
/
+1
2019-03-27
[media] doc-rst: switch to new names for Full Screen/Aspect keys
Dmitry Torokhov
1
-2
/
+2
2019-03-27
Input: document meanings of KEY_SCREEN and KEY_ZOOM
Dmitry Torokhov
1
-2
/
+4
2019-03-27
Input: elan_i2c - add hardware ID for multiple Lenovo laptops
KT Liao
1
-0
/
+25
2019-03-10
Input: wacom_serial4 - add support for Wacom ArtPad II tablet
Jason Gerecke
1
-0
/
+2
2019-03-10
Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
Vincent Batts
1
-0
/
+1
2019-03-10
Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV
Arnd Bergmann
1
-0
/
+1
2019-03-10
Input: msm-vibrator - use correct gpio header
Arnd Bergmann
1
-1
/
+1
2019-02-19
Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'
YueHaibing
1
-4
/
+0
2019-02-18
Input: i8042 - rework DT node name comparisons
Rob Herring
1
-11
/
+10
2019-02-17
Input: goodix - print values in case of inconsistencies
Guido Günther
1
-1
/
+3
2019-02-17
Input: goodix - refer to touchscreen.txt in device tree bindings
Guido Günther
1
-5
/
+8
2019-02-17
Input: goodix - support Goodix gt5688
Guido Günther
2
-0
/
+3
2019-02-17
Input: synaptics_i2c - remove redundant spinlock
Sven Van Asbroeck
1
-18
/
+4
2019-02-17
Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK
Mauro Ciancio
1
-0
/
+1
2019-02-17
Input: st-keyscan - fix potential zalloc NULL dereference
Gabriel Fernandez
1
-2
/
+2
2019-02-17
Input: apanel - switch to using brightness_set_blocking()
Dmitry Torokhov
1
-20
/
+4
2019-02-17
Input: db9 - mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-17
Input: qt2160 - remove redundant spinlock
Sven Van Asbroeck
1
-9
/
+0
2019-02-17
Input: st1232 - handle common DT bindings
Matthias Fend
2
-2
/
+8
2019-02-17
Input: ims-pcu - switch to using brightness_set_blocking()
Dmitry Torokhov
1
-19
/
+8
2019-02-17
Input: st1232 - switch to gpiod API
Martin Kepplinger
1
-14
/
+11
2019-02-11
Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"
Dmitry Torokhov
1
-1
/
+0
2019-02-11
Input: qt2160 - switch to using brightness_set_blocking()
Dmitry Torokhov
1
-42
/
+27
2019-02-09
Input: ili210x - fetch touchscreen geometry from DT
Marek Vasut
1
-40
/
+11
2019-02-09
Input: msm-vibrator - tweak an error message
Dan Carpenter
1
-2
/
+1
2019-02-09
Input: matrix_keypad - use flush_delayed_work()
Dmitry Torokhov
1
-1
/
+1
2019-02-09
Input: ps2-gpio - flush TX work when closing port
Dmitry Torokhov
1
-0
/
+1
2019-02-09
Input: cap11xx - switch to using set_brightness_blocking()
Dmitry Torokhov
1
-24
/
+11
2019-02-08
Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780
Matti Kurkela
1
-0
/
+9
2019-02-08
Input: tm2-touchkey - acknowledge that setting brightness is a blocking call
Dmitry Torokhov
1
-5
/
+5
2019-02-08
Input: stmfts - acknowledge that setting brightness is a blocking call
Dmitry Torokhov
1
-14
/
+16
2019-02-08
Input: ili210x - switch to using devm_device_add_group()
Dmitry Torokhov
1
-14
/
+2
2019-02-07
Input: ili210x - add ILI251X support
Marek Vasut
1
-15
/
+103
2019-02-07
Input: ili210x - add OF match table
Marek Vasut
1
-0
/
+7
2019-02-07
Input: ili210x - reorder probe
Marek Vasut
1
-16
/
+16
2019-02-07
Input: ili210x - rework the touchscreen sample processing
Marek Vasut
1
-25
/
+30
2019-02-07
Input: ili210x - convert to devm IRQ
Marek Vasut
1
-11
/
+15
2019-02-07
Input: ili210x - add reset GPIO support
Marek Vasut
1
-0
/
+26
2019-02-07
Input: ili210x - convert to devm_ functions
Marek Vasut
1
-10
/
+7
2019-02-07
Input: ili210x - drop get_pendown_state
Marek Vasut
1
-12
/
+1
2019-02-07
Input: ili210x - drop platform data support
Marek Vasut
2
-21
/
+2