summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2002-10-29Delete old-style config files.Linus Torvalds
2002-10-29[PATCH] new kernel configuration 5/7Roman Zippel
2002-10-27USB: fix the usb drivers outside the drivers/usb tree due to interrupt urb no...Greg Kroah-Hartman
2002-10-16driver model (arm): change calls of remove_driver() to driver_unregister().Patrick Mochel
2002-10-11MergeVojtech Pavlik
2002-10-11Several fixes in the uinput.c userspace input driver. Size of fifo,Zach Welch
2002-10-11Fixes in i8042.c Active Multiplexing support.Vojtech Pavlik
2002-10-10Avoid oops on systems that set atkbd_reset.Richard Henderson
2002-10-09Fix a ; in atkbd.c that somehow got into the last cset.Vojtech Pavlik
2002-10-09Don't try to enable extra keys on IBM/Chicony keyboards as this upsetsVojtech Pavlik
2002-10-09Fix oops when 'cat /dev/uinput' is done. Used wait_event_interruptible().Vojtech Pavlik
2002-10-09Fix i8042 for Sun, recent updates broke it.Vojtech Pavlik
2002-10-09Merge Linus's i8042 PgUp fix (conflicted with mine).Vojtech Pavlik
2002-10-09Fix the Shift-PgUp problem again, and hopefully for good.Vojtech Pavlik
2002-10-08Add japanese bar key mapping to the default table in atkbd.cVojtech Pavlik
2002-10-08Make i8042.c even less picky about detecting an AUX port because ofVojtech Pavlik
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik
2002-10-08Change PC-keyboard mappings to follow MS Keyboards - a de factoVojtech Pavlik
2002-10-08Get PageUp handling rightLinus Torvalds
2002-10-08Add german keyboard \ to the default table of atkbd.cVojtech Pavlik
2002-10-07psmouse.c: ignore the sync bit to make slightly non-conforming devicesVojtech Pavlik
2002-10-07Fix LAlt-RAlt combination on AT keyboards (generated "unknown scancode" messa...Vojtech Pavlik
2002-10-07Increase the resync timeout for serial mice, and fix MZ wheel direction.Andreas Deresch
2002-10-07Please apply this small clean up, too:Geert Uytterhoeven
2002-10-07Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2002-10-05kbuild: Nicer warningsKai Germaschewski
2002-10-03Add japanese Set 3 scancodes to atkbd.cVojtech Pavlik
2002-10-02[PATCH] PC110 pad docs are wrongAlan Cox
2002-10-02Accept 0xfa as an "OK" result code for AUX TEST cmd in i8042.c.Vojtech Pavlik
2002-10-01Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar
2002-09-30Merge bk://bk.arm.linux.org.ukLinus Torvalds
2002-09-30[ARM] Update SA1111 core and related drivers for LDM.Russell King
2002-09-29drivers/input/keyboard/sunkbd.c: queue_task --> schedule_taskDavid S. Miller
2002-09-27Fixes/cleanups after converting drivers to list.h lists.Vojtech Pavlik
2002-09-25Convert more of input to list.h usage.Vojtech Pavlik
2002-09-25Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik
2002-09-25Use list_for_each_entry() in input.c.Vojtech Pavlik
2002-09-25Convert serio.[ch] to use list.h lists.Vojtech Pavlik
2002-09-25Convert gameport.[ch] to use lists.h for its linked lists.Vojtech Pavlik
2002-09-24Make Logitech Desktop Pro (wireless keyboard & mouse) work with all buttons a...Ari Juhani Hämeenaho
2002-09-24Add support for PS/2 Active Multiplexing Spec, updates for PS/2 mouseVojtech Pavlik
2002-09-24Avoid possibly busy-looping in mouse read.Linus Torvalds
2002-09-23Move beeping and sysrq to input layer on m68k.Richard Zidlicky
2002-09-16USB: convert the USB drivers that live outside of drivers/usb to the new USB ...Greg Kroah-Hartman
2002-09-12Change "D: Drivers=" to "H: Handlers=" in /proc/bus/input/devices.Brad Hards
2002-09-12The following patch shaves a six bytes from the loaded sizeAdam J. Richter
2002-09-12Few small fixes for Q40 keyboard support.Richard Zidlicky
2002-09-02Because x86-64 also always reserves the kbd region,Andi Kleen
2002-08-31This fixes problems in serport.c found by Russell King:Vojtech Pavlik