开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
2024-08-05
Input: ilitek_ts_i2c - stop including gpio.h
Dmitry Torokhov
2024-08-05
Input: ilitek_ts_i2c - add report id message validation
Emanuele Ghidoli
2024-08-05
Input: ilitek_ts_i2c - avoid wrong input subsystem sync
Emanuele Ghidoli
2024-08-05
Input: synaptics-rmi4 - add support for querying DPM value (F12)
Marge Yang
2024-08-04
Input: tsc2004/5 - use guard notation when acquiring mutexes/locks
Dmitry Torokhov
2024-08-04
Input: tsc2004/5 - respect "wakeup-source" property
Dmitry Torokhov
2024-08-04
Input: tsc2004/5 - do not use irq_set_irq_wake() directly
Dmitry Torokhov
2024-08-04
Input: tsc2004/5 - fix reset handling on probe
Dmitry Torokhov
2024-08-04
Input: tsc2004/5 - do not hard code interrupt trigger
Dmitry Torokhov
2024-08-04
Input: tsc2004/5 - fix handling of VIO power supply
Dmitry Torokhov
2024-07-31
Input: tc3589x - use of_property_present()
Rob Herring (Arm)
2024-07-28
Input: spear-keyboard - switch to devm_clk_get_prepared()
Christophe JAILLET
2024-07-23
Input: Add driver for PixArt PS/2 touchpad
Binbin Zhou
2024-07-19
Input: zinitix - add touchkey support
Nikita Travkin
2024-07-19
Input: goodix-berlin - add sysfs interface for reading and writing touch IC r...
Charles Wang
2024-07-15
Input: bbnsm_pwrkey - fix missed key press after suspend
Jacky Bai
2024-07-15
Input: msc_touchkey - remove the driver
Dmitry Torokhov
2024-07-15
Input: msc5000_ts - remove the driver
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - switch to using __free() cleanup facility
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - use guard notation when acquiring mutexes
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - split device info table into individual pieces
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - constify usbtouch_dev_info table
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - move process_pkt() into main device structure
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - move the driver ID table
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - remove custom USB_DEVICE_HID_CLASS macro
Dmitry Torokhov
2024-07-15
Input: usbtouchscreen - use driver core to instantiate device attributes
Dmitry Torokhov
2024-07-15
Input: adc-joystick - use device_for_each_child_node_scoped()
Javier Carrasco
2024-07-15
Input: adc-keys - use device_for_each_child_node_scoped()
Javier Carrasco
2024-07-15
Input: gpio_keys_polled - use device_for_each_child_node_scoped()
Javier Carrasco
2024-07-15
Input: gpio_keys - use device_for_each_child_node_scoped()
Javier Carrasco
2024-07-15
Input: qt1050 - use device_for_each_child_node_scoped()
Javier Carrasco
2024-07-15
Input: iqs269a - use device_for_each_child_node_scoped()
Javier Carrasco
2024-07-15
Merge tag 'v6.10' into next
Dmitry Torokhov
2024-07-12
Input: yealink - simplify locking in sysfs attribute handling
Dmitry Torokhov
2024-07-12
Input: yealink - use driver core to instantiate device attributes
Dmitry Torokhov
2024-07-12
Input: ati-remote2 - use driver core to instantiate device attributes
Dmitry Torokhov
2024-07-12
Input: omap-keypad - use driver core to instantiate device attributes
Dmitry Torokhov
2024-07-12
Input: atmel_mxt_ts - use driver core to instantiate device attributes
Dmitry Torokhov
2024-07-11
Input: exc3000 - add EXC81W32 support
Philipp Zabel
2024-07-11
Input: twl4030-pwrbutton - fix kernel-doc warning
Dmitry Torokhov
2024-07-08
Input: himax_hx83112b - add support for HX83100A
Felix Kaechele
2024-07-08
Input: himax_hx83112b - add himax_chip struct for multi-chip support
Felix Kaechele
2024-07-08
Input: himax_hx83112b - implement MCU register reading
Felix Kaechele
2024-07-08
Input: himax_hx83112b - use more descriptive register defines
Felix Kaechele
2024-07-08
Input: do not check number of events in input_pass_values()
Dmitry Torokhov
2024-07-08
Input: preallocate memory to hold event values
Dmitry Torokhov
2024-07-08
Input: rearrange input_alloc_device() to prepare for preallocating of vals
Dmitry Torokhov
2024-07-08
Input: simplify event handling logic
Dmitry Torokhov
2024-07-08
Input: make events() method return number of events processed
Dmitry Torokhov
2024-07-08
Input: make sure input handlers define only one processing method
Dmitry Torokhov
[next]