index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
evdev.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-02-24
input: Fix usage of *_MAX macros. Check keycode in KDIOSKEYCODE and
Vojtech Pavlik
1
-2
/
+3
2005-02-07
input: Do a kill_fasync() in input handlers on device disconnect
Vojtech Pavlik
1
-0
/
+3
2005-02-06
input: Fix poll() behavior of input handlers on disconnect.
Vojtech Pavlik
1
-3
/
+2
2005-02-04
Input: evdev - return -EINVAL from evdev_read if read buffer
Dmitry Torokhov
1
-0
/
+3
2004-10-21
Input: evdev, joydev, mousedev, tsdev - remove class device and devfs
Dmitry Torokhov
1
-2
/
+2
2004-06-07
Merge suse.cz:/home/vojtech/bk/linus
Vojtech Pavlik
1
-4
/
+4
2004-05-28
[PATCH] sparse: partial drivers/input __user annotation
Alexander Viro
1
-20
/
+22
2004-05-14
Merge bkbits:input into suse.cz:/home/vojtech/bk/input
Vojtech Pavlik
1
-2
/
+2
2004-05-14
evdev.c:
Rob Melby
1
-2
/
+2
2004-05-09
Input: trailing whitespace fixes in drivers/input
Dmitry Torokhov
1
-2
/
+2
2004-02-09
input: Re-add a loop to set the old scancode bit in device key bitmap.
Vojtech Pavlik
1
-1
/
+4
2004-02-08
Make SET_INPUT_KEYCODE return the old value, and clean up
Linus Torvalds
1
-5
/
+3
2004-02-03
[PATCH] gcc-3.5: keyboard.c fixes
Andrew Morton
1
-1
/
+1
2004-01-19
[PATCH] Input: add sysfs class support for input devices
Greg Kroah-Hartman
1
-0
/
+4
2003-09-26
input: Change AT keyboard to use hardware autorepeat and move
Vojtech Pavlik
1
-10
/
+0
2003-09-18
input.h, keyboard.c, evdev.c:
Vojtech Pavlik
1
-7
/
+5
2003-08-31
[PATCH] evdev_ioctl does not report EV_MSC capabilities
Andrew Morton
1
-0
/
+1
2003-08-30
[PATCH] dev_t handling cleanups (10/12)
Alexander Viro
1
-1
/
+1
2003-08-14
[PATCH] janitor: input/evdev fix copy_user fault
Randy Dunlap
1
-1
/
+1
2003-06-09
input: Implement input device grabbing so that it is possible to steal
Zephaniah E. Hull
1
-2
/
+35
2003-05-07
[PATCH] devfs: API changes
Andrew Morton
1
-1
/
+4
2003-04-28
driver core: fix up the input_class logic due to the class changes.
Greg Kroah-Hartman
1
-12
/
+0
2003-04-23
[PATCH] don't include devfs_fs_kernel.h in global headers
Christoph Hellwig
1
-1
/
+2
2003-04-20
[PATCH] devfs: input
Christoph Hellwig
1
-14
/
+13
2003-03-23
[PATCH] cleanup input_register_minor
Christoph Hellwig
1
-1
/
+1
2002-11-17
[PATCH] C99 initializers for drivers/input
Art Haas
1
-1
/
+1
2002-11-09
Handle return values from interface_register() and misc_register()
Michael Still
1
-2
/
+7
2002-09-25
Convert more of input to list.h usage.
Vojtech Pavlik
1
-77
/
+27
2002-08-26
Define a struct device_interface for all the input interfaces and register
Patrick Mochel
1
-0
/
+8
2002-08-26
Shorten the keycode handling code in keyboard.c and evdev.c.
Vojtech Pavlik
1
-17
/
+12
2002-07-30
Change the EVIOC?ABS ioctls to use structs rather than arrays of ints.
Brad Hards
1
-10
/
+17
2002-07-25
Add EVIOCSABS() ioctl to change the abs* informative
Vojtech Pavlik
1
-21
/
+32
2002-07-25
Small cleanup in evdev.c, which copies the data directly from
Vojtech Pavlik
1
-7
/
+1
2002-07-25
Apply Rusty's C99 initializer patch to input drivers.
Vojtech Pavlik
1
-16
/
+16
2002-07-25
This patch by Brad Hards replaces the four id* fields of the input
Vojtech Pavlik
1
-5
/
+7
2002-07-04
Minor cleanup in evdev.c
Vojtech Pavlik
1
-2
/
+2
2002-07-03
Update the input handler modules to latest versions.
Vojtech Pavlik
1
-6
/
+12
2002-02-06
[PATCH] Input drivers, step #3
Vojtech Pavlik
1
-21
/
+109
2002-02-05
v2.5.2.3 -> v2.5.2.4
Linus Torvalds
1
-1
/
+1
2002-02-04
v2.5.1.6 -> v2.5.1.7
Linus Torvalds
1
-1
/
+1
2002-02-04
v2.5.0.2 -> v2.5.0.3
Linus Torvalds
1
-2
/
+0
2002-02-04
v2.4.10.1 -> v2.4.10.2
Linus Torvalds
1
-0
/
+2
2002-02-04
v2.4.9.8 -> v2.4.9.9
Linus Torvalds
1
-13
/
+57
2002-02-04
v2.4.1.2 -> v2.4.1.3
Linus Torvalds
1
-1
/
+1
2002-02-04
Import changeset
Linus Torvalds
1
-0
/
+356