index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-04
Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()
Ondrej Zary
1
-3
/
+14
2010-02-04
Input: usbtouchscreen - add NEXIO (or iNexio) support
Ondrej Zary
2
-2
/
+264
2010-02-04
Input: usbtouchscreen - find input endpoint automatically
Ondrej Zary
1
-3
/
+14
2010-02-04
Input: usbtouchscreen - convert from usb_device to usb_interface
Ondrej Zary
1
-10
/
+12
2010-01-31
Input: add imx-keypad driver to support the IMX Keypad Port
Alberto Panizzo
3
-0
/
+604
2010-01-30
Input: implement input filters
Dmitry Torokhov
1
-7
/
+34
2010-01-29
Input: uinput - remove BKL from uinput_open function
Thadeu Lima de Souza Cascardo
1
-3
/
+0
2010-01-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
4
-57
/
+149
2010-01-28
Input: wm97xx - provide coordinate logs for accelerated I/O
Mark Brown
2
-0
/
+6
2010-01-28
Input: add the ABS_MT_PRESSURE event
Henrik Rydberg
1
-0
/
+1
2010-01-28
Input: winbond-cir - remove dmesg spam
David Härdeman
1
-1
/
+1
2010-01-28
Input: lifebook - add another Lifebook DMI signature
Jon Dodgson
1
-0
/
+6
2010-01-28
ACPI: replace acpi_integer by u64
Lin Ming
1
-1
/
+1
2010-01-24
Input: xpad - add rumble support for original xbox controller
Benjamin Valentin
1
-16
/
+37
2010-01-24
Input: xilinx_ps2 - use resource_size
Tobias Klauser
1
-2
/
+2
2010-01-21
Merge commit 'v2.6.33-rc5' into next
Dmitry Torokhov
29
-202
/
+305
2010-01-21
Input: sh_keysc - add mode 4 and mode 5 support
Magnus Damm
1
-3
/
+3
2010-01-19
Input: ADP5588 - add support for ADP5587 devices
Michael Hennerich
2
-4
/
+6
2010-01-19
Input: ad7879 - support auxiliary GPIOs via gpiolib
Michael Hennerich
1
-56
/
+141
2010-01-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
12
-101
/
+206
2010-01-13
Input: ep93xx_keypad - cleanup and use matrix_keypad helpers
H Hartley Sweeten
1
-25
/
+15
2010-01-13
Input: sentelic - fix left/right horizontal scroll mapping
Tai-hwa Liang
1
-3
/
+3
2010-01-13
Input: pmouse - move Sentelic probe down the list
Tai-hwa Liang
1
-13
/
+15
2010-01-12
Input: add compat support for sysfs and /proc capabilities output
Dmitry Torokhov
1
-14
/
+70
2010-01-11
Input: make USB device ids constant
Márton Németh
2
-2
/
+2
2010-01-11
Input: i8042 - add Dritek quirk for Acer Aspire 5610.
Elliott Sales de Andrade
1
-0
/
+7
2010-01-09
Input: xbox - do not use GFP_KERNEL under spinlock
Dmitry Torokhov
1
-2
/
+2
2010-01-09
Input: xen-kbdfront - make xenbus device ids constant
Márton Németh
1
-1
/
+1
2010-01-09
Input: ns558 - make pnp device ids constant
Márton Németh
1
-1
/
+1
2010-01-09
Input: make PCI device ids constant
Márton Németh
3
-3
/
+3
2010-01-09
Input: xilinx_ps2 - make Open Firmware device ids constant
Márton Németh
1
-1
/
+1
2010-01-09
Input: make i2c device ids constant
Márton Németh
3
-3
/
+3
2010-01-07
Input: psmouse - fix Synaptics detection when protocol is disabled
Daniel Drake
3
-1
/
+19
2010-01-06
Input: elo - switch to using dev_xxx() when printing messages
Dmitry Torokhov
1
-103
/
+118
2010-01-06
Input: atkbd - switch to dev_err() and friends
Dmitry Torokhov
1
-136
/
+145
2010-01-06
Input: bcm5974 - report ABS_MT events
Henrik Rydberg
1
-1
/
+43
2010-01-06
Input: psmouse - remove unused 'autocal' parameter from hgpk protocol
Dmitry Torokhov
1
-4
/
+0
2010-01-06
Input: cleanse capabilities bits before registering device
Dmitry Torokhov
1
-0
/
+22
2010-01-06
Input: automatically reset KEY_RESERVED bit for all input devices
Dmitry Torokhov
1
-4
/
+10
2010-01-06
Input: gameport - switch to using pr_xxx() and dev_xxx()
Dmitry Torokhov
1
-34
/
+28
2010-01-06
Input: gameport - make use of list_first_entry() helper
Dmitry Torokhov
1
-19
/
+11
2010-01-06
Input: gameport - let device core tell us if device was registered
Dmitry Torokhov
1
-5
/
+1
2010-01-06
Input: serio - use pr_xxx() and dev_xxx() helpers
Dmitry Torokhov
1
-42
/
+35
2010-01-06
Input: serio - use list_first_entry() helper
Dmitry Torokhov
1
-20
/
+11
2010-01-06
Input: serio - let device core tell us if device was registered
Dmitry Torokhov
1
-6
/
+2
2010-01-06
Input: serio - use device core to create 'id' attribute group
Dmitry Torokhov
1
-8
/
+9
2010-01-06
Input: davinci_keyscan - add device_enable method to platform data
Miguel Aguilar
1
-0
/
+8
2010-01-06
Input: evdev - be less aggressive about sending SIGIO notifies
Adam Jackson
1
-1
/
+2
2010-01-06
Input: atkbd - fix canceling event_work in disconnect
Dmitry Torokhov
1
-2
/
+8
2010-01-06
Input: serio - fix potential deadlock when unbinding drivers
Eric W. Biederman
2
-63
/
+28
[prev]
[next]