index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
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
-105
/
+120
2010-01-06
Input: atkbd - switch to dev_err() and friends
Dmitry Torokhov
1
-137
/
+146
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
2010-01-01
Input: gf2k - fix &&/|| confusion in gf2k_connect()
Roel Kluin
1
-1
/
+1
2009-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
14
-96
/
+94
2009-12-30
Input: iforce - wait for command completion when closing the device
Dmitry Torokhov
2
-0
/
+4
2009-12-29
Input: xpad - allow using triggers as buttons rather than axes
Nicolas Léveillé
1
-79
/
+121
2009-12-29
Input: twl4030-pwrbutton - switch to using threaded IRQ
Felipe Balbi
1
-12
/
+2
2009-12-29
Input: twl4030_keypad - switch to using threaded IRQ
Felipe Balbi
1
-9
/
+2
2009-12-29
Input: lifebook - add CONFIG_DMI dependency
Dmitry Torokhov
2
-3
/
+1
2009-12-29
Input: wistron - fix test for CONFIG_PM
Rakib Mullick
1
-1
/
+1
2009-12-29
Input: psmouse - fix compile warning in hgpk module
René Bolldorf
1
-1
/
+0
2009-12-24
Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources
Dmitry Torokhov
1
-7
/
+22
2009-12-24
Input: iforce - fix oops on device disconnect
Dmitry Torokhov
3
-44
/
+12
2009-12-24
Input: ff-memless - add notion of direction to for rumble effects
Jari Vanhala
1
-0
/
+36
2009-12-24
Input: ff-memless - another fix for signed to unsigned overflow
Dmitry Torokhov
1
-3
/
+3
2009-12-24
Input: ff-memless - start playing FF effects immediately
Jari Vanhala
1
-4
/
+2
2009-12-24
Input: serio - do not mark kseriod freezable anymore
Dmitry Torokhov
1
-9
/
+2
2009-12-24
Input: speed up suspend/shutdown for PS/2 mice and keyboards
Dmitry Torokhov
2
-3
/
+7
2009-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
19
-372
/
+1111
2009-12-15
Input: ALPS - add interleaved protocol support (Dell E6x00 series)
Sebastian Kapfer
2
-27
/
+228
2009-12-15
Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()
Roel Kluin
1
-3
/
+5
2009-12-15
Input: add mc13783 touchscreen driver
Sascha Hauer
3
-0
/
+271
2009-12-15
Input: ep93xx_keypad - update driver to new core support
H Hartley Sweeten
1
-101
/
+49
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
5
-5
/
+5
2009-12-15
Merge commit 'linus' into next
Dmitry Torokhov
16
-21
/
+253
2009-12-15
Input: wacom - separate pen from express keys on Graphire
Ping Cheng
1
-4
/
+23
2009-12-15
Input: wacom - add defines for data packet report IDs
Ping Cheng
2
-13
/
+22
[prev]
[next]