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
2005-11-20
Input: make serio and gameport more swsusp friendly
Dmitry Torokhov
2
-6
/
+18
2005-11-20
Input: handle failures in input_register_device()
Dmitry Torokhov
1
-27
/
+36
2005-11-20
Input: uinput - don't use "interruptible" in FF code
Dmitry Torokhov
1
-8
/
+3
2005-11-20
Input: uinput - add UI_SET_SWBIT ioctl
Dmitry Torokhov
1
-0
/
+4
2005-11-20
Input: uinput - convert to dynalloc allocation
Dmitry Torokhov
1
-147
/
+163
2005-11-20
Input: wistron - disable wifi/bluetooth on suspend
Miloslav Trmac
1
-0
/
+6
2005-11-20
Input: wistron - add PM support
Dmitry Torokhov
1
-5
/
+57
2005-11-20
Input: wistron - convert to dynamic input_dev allocation
Dmitry Torokhov
1
-16
/
+37
2005-11-20
Input: wistron - add support for Acer Aspire 1500 notebooks
Bernhard Rosenkraenzer
1
-20
/
+59
2005-11-20
Input: wistron - disable for x86_64
Andrew Morton
1
-1
/
+1
2005-11-20
Input: add Wistron driver
Dmitry Torokhov
3
-0
/
+454
2005-11-20
Input: atkbd - speed up setting leds/repeat state
Dmitry Torokhov
1
-31
/
+68
2005-11-11
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
5
-63
/
+67
2005-11-09
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
5
-63
/
+67
2005-11-09
[PATCH] Input: fix 'uniq' reporting in hotplug handler
Dmitry Torokhov
1
-1
/
+1
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
4
-85
/
+109
2005-11-07
[PATCH] kfree cleanup: misc remaining drivers
Jesper Juhl
1
-7
/
+3
2005-11-02
Input: lkkbd - miscellaneous fixes
Jan-Benedict Glaw
1
-42
/
+59
2005-11-02
Input: logips2pp - add support for MX3100
Mirco Macrelli
1
-0
/
+3
2005-11-02
Input: locomokbd - fix wrong bustype
Pavel Machek
1
-1
/
+1
2005-11-02
Input: fix input device deregistration
Dmitry Torokhov
1
-0
/
+1
2005-11-02
Input: do not register statically allocated devices
Dmitry Torokhov
1
-11
/
+15
2005-11-02
Input: locomokbd - convert to dynamic input allocation
Dmitry Torokhov
1
-32
/
+31
2005-10-31
[PATCH] i386: CONFIG_PC removal
Arthur Othieno
2
-3
/
+3
2005-10-31
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
8
-4
/
+8
2005-10-31
Input: lkkbd - fix debug message in lkkbd_interrupt()
Dmitry Torokhov
1
-1
/
+1
2005-10-31
Input: pcspkr - fix setting name and phys for the device
Dmitry Torokhov
1
-1
/
+1
2005-10-31
Input: fix input_dev registration message
Dmitry Torokhov
1
-1
/
+1
2005-10-31
Input: evdev - allow querying SW state from compat ioctl
Dmitry Torokhov
1
-0
/
+3
2005-10-31
Input: evdev - allow querying EV_SW bits from compat_ioctl
Dmitry Torokhov
1
-0
/
+1
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
14
-0
/
+14
2005-10-30
[PATCH] CONFIG_IA32
Brian Gerst
1
-1
/
+1
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
8
-4
/
+8
2005-10-29
[PATCH] amikbd fix
Al Viro
1
-1
/
+1
2005-10-29
[PATCH] missing bits in sparkspkr conversion
Al Viro
1
-1
/
+1
2005-10-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
65
-2644
/
+2984
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
4
-62
/
+51
2005-10-28
[PATCH] input core: remove custom-made hotplug handler
Dmitry Torokhov
1
-145
/
+104
2005-10-28
[PATCH] INPUT: Create symlinks for backwards compatibility
Greg Kroah-Hartman
4
-8
/
+32
2005-10-28
[PATCH] INPUT: rename input_dev_class to input_class to be correct.
Greg Kroah-Hartman
5
-17
/
+17
2005-10-28
[PATCH] INPUT: remove the input_class structure, as it is unused.
Greg Kroah-Hartman
1
-15
/
+3
2005-10-28
[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices
Greg Kroah-Hartman
1
-7
/
+12
2005-10-28
[PATCH] INPUT: move the input class devices under their new input_dev devices
Greg Kroah-Hartman
4
-14
/
+14
2005-10-28
[PATCH] INPUT: export input_dev_class so that input drivers can use it.
Greg Kroah-Hartman
1
-1
/
+2
2005-10-28
[PATCH] INPUT: register the input class device sooner
Greg Kroah-Hartman
1
-3
/
+3
2005-10-28
[PATCH] Input: export input_dev data via sysfs attributes
Dmitry Torokhov
1
-23
/
+133
2005-10-28
[PATCH] Input: show sysfs path in /proc/bus/input/devices
Dmitry Torokhov
1
-0
/
+6
2005-10-28
[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
Dmitry Torokhov
25
-1230
/
+1460
2005-10-28
[PATCH] Input: convert driver/input/misc to dynamic input_dev allocation
Dmitry Torokhov
3
-57
/
+56
2005-10-28
[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocation
Dmitry Torokhov
7
-308
/
+279
[next]