index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-11
Input: ads7846 - use msleep() instead of udelay() in suspend
Juha Yrjola
1
-1
/
+1
2006-04-11
Input: ads7846 - debouncing and rudimentary sample filtering
Imre Deak
1
-38
/
+118
2006-04-11
Input: ads7846 - power down ADC a bit later
Imre Deak
1
-3
/
+18
2006-04-11
Input: ads7846 - add pen_down sysfs attribute
Imre Deak
1
-0
/
+19
2006-04-05
Input: wistron - add support for Fujitsu N3510
John Reed Riley
1
-0
/
+21
2006-04-05
Input: wistron - add signature for Amilo M7400
Stefan Rompf
1
-0
/
+9
2006-04-02
Input: synaptics - limit rate to 40pps on Toshiba Protege M300
Richard Thrippleton
1
-2
/
+9
2006-04-02
Input: gamecon - add SNES mouse support
Raphael Assenat
1
-13
/
+70
2006-04-02
Input: make modalias code respect allowed buffer size
Dmitry Torokhov
1
-39
/
+71
2006-04-02
Input: convert /proc handling to seq_file
Dmitry Torokhov
1
-111
/
+168
2006-04-02
Input: limit attributes' output to PAGE_SIZE
Dmitry Torokhov
1
-12
/
+24
2006-04-02
Manual merge with Linus.
Dmitry Torokhov
8
-98
/
+119
2006-03-30
[PARISC] Fix double free when removing HIL drivers
Kyle McMartin
3
-5
/
+2
2006-03-30
[PARISC] Convert HIL drivers to use input_allocate_device
Helge Deller
3
-93
/
+109
2006-03-30
[PARISC] I/O-Space must be ioremap_nocache()'d
Helge Deller
1
-2
/
+2
2006-03-28
[PATCH] mark f_ops const in the inode
Arjan van de Ven
1
-1
/
+1
2006-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-3
/
+4
2006-03-26
[PATCH] ads7846: sparc32 warning fix
Andrew Morton
1
-1
/
+1
2006-03-26
BUG_ON() Conversion in input/serio/hp_sdc_mlc.c
Eric Sesterhenn
1
-3
/
+4
2006-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2006-03-25
[PATCH] ads7846 build fix
Andrew Morton
1
-0
/
+1
2006-03-24
BUG_ON() Conversion in input/serio/hil_mlc.c
Eric Sesterhenn
1
-1
/
+1
2006-03-14
Input: gameport - fix memory leak
Adrian Bunk
1
-0
/
+1
2006-03-14
Input: serio - fix memory leak
Adrian Bunk
1
-0
/
+1
2006-03-14
Input: zaurus keyboard driver updates
Richard Purdie
2
-12
/
+33
2006-03-14
Input: i8042 - fix logic around pnp_register_driver()
Bjorn Helgaas
1
-10
/
+16
2006-03-14
Input: ns558 - fix logic around pnp_register_driver()
Bjorn Helgaas
1
-7
/
+6
2006-03-14
Input: pcspkr - separate device and driver registration
Michael Neuling
1
-26
/
+1
2006-03-14
Input: atkbd - allow disabling on X86_PC (if EMBEDDED)
Dmitry Torokhov
1
-1
/
+1
2006-03-14
Input: atkbd - disable softrepeat for dumb keyboards
Vojtech Pavlik
1
-3
/
+0
2006-03-14
Input: atkbd - fix complaints about 'releasing unknown key 0x7f'
Vojtech Pavlik
1
-6
/
+6
2006-03-14
Input: use kzalloc() throughout the code
Eric Sesterhenn
13
-40
/
+22
2006-03-13
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Dmitry Torokhov
1
-1
/
+1
2006-03-10
[PATCH] Input: psmouse - disable autoresync
Dmitry Torokhov
1
-1
/
+1
2006-02-19
Input: initialize serio and gameport at subsystem level
Dmitry Torokhov
2
-2
/
+2
2006-02-19
Input: uinput - semaphore to mutex conversion
Dmitry Torokhov
1
-7
/
+7
2006-02-19
Input: joysticks - semaphore to mutex conversion
Ingo Molnar
7
-38
/
+43
2006-02-19
Input: atkbd - semaphore to mutex conversion
Ingo Molnar
1
-4
/
+5
2006-02-19
Input: psmouse - semaphore to mutex conversion
Ingo Molnar
1
-18
/
+20
2006-02-19
Input: gameport - semaphore to mutex conversion
Arjan van de Ven
1
-13
/
+14
2006-02-19
Input: serio - semaphore to mutex conversion
Arjan van de Ven
3
-38
/
+40
2006-02-19
Input: input core - semaphore to mutex conversion
Jes Sorensen
1
-7
/
+8
2006-02-15
Input: kill remnants of 98kbd{,-io} and 98spkr
Arthur Othieno
3
-3
/
+0
2006-02-15
Input: ads7846 - assorted updates
David Brownell
1
-24
/
+44
2006-02-15
Input: ads7846 - convert to to dynamic input_dev allocation
Dmitry Torokhov
1
-32
/
+47
2006-02-15
Input: trackpoint - enable devices connected to external port
Dmitry Torokhov
2
-8
/
+16
2006-02-15
Input: logips2pp - add new signature (99)
Meelis Roos
1
-0
/
+1
2006-02-15
Input: ixp4xx-beeper - fix compile error
Alessandro Zummo
1
-0
/
+1
2006-01-31
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
17
-265
/
+544
2006-01-31
Input: iforce - fix detection of USB devices
Dmitry Torokhov
2
-3
/
+2
[prev]
[next]