aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-24Input: add to kernel-api docbookRandy Dunlap2-3/+3
2006-11-24Input: add driver for keyboard on AAED-2000 development board (ARM)Nicolas Bellido3-0/+215
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita26-53/+41
2006-11-23Input: serio - make serio_register_driver() return errorsDmitry Torokhov1-33/+74
2006-11-17Input: serio - remove serio_unregister_port_delayed()Dmitry Torokhov1-18/+0
2006-11-17Input: add Philips UCB1400 touchscreen driverNicolas Pitre3-0/+595
2006-11-17Input: i8042 - fix shutdown issue on some boxes with active MUXesDmitry Torokhov1-7/+11
2006-11-17Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLEMarton Nemeth1-1/+1
2006-11-09Input: psmouse - fix attribute access on 64-bit systemsSergey Vlasov1-3/+6
2006-11-05Input: mice - handle errors when registering input devicesDmitry Torokhov8-60/+154
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov16-59/+120
2006-11-05Input: touchscreens - handle errors when registering input devicesDmitry Torokhov5-44/+68
2006-11-05Input: keyboards - handle errors when registering input devicesDmitry Torokhov10-92/+234
2006-11-04Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov9-22/+22
2006-11-02Input: logips2pp - handle sysfs errorsJeff Garzik1-2/+9
2006-11-02Input: trackpoint - handle sysfs errorsJeff Garzik1-2/+10
2006-11-02Input: ads7846 - handle errors from sysfsDmitry Torokhov1-34/+61
2006-11-02Input: i8042 - remove unneeded call to i8042_interrupt()Dmitry Torokhov1-18/+3
2006-11-02Input: lifebook - learn about hard tabsAndrew Morton1-45/+43
2006-11-02Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signatureGreg Chandler1-0/+6
2006-11-02Input: gameport - rearrange gameport_bus initializationDmitry Torokhov1-10/+9
2006-11-02Input: serio - rearrange serio_bus initializationMarton Nemeth1-11/+11
2006-11-02Input: lightning - return proper error codes from l4_init()Akinobu Mita1-2/+2
2006-11-02Input: add comments to input_{allocate|free}_device()Dmitry Torokhov1-1/+24
2006-10-19sh: Cleanup board header directories.Paul Mundt1-1/+1
2006-10-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-5/+5
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-28/+104
2006-10-15[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotationsAl Viro3-15/+15
2006-10-15[ARM] Fix Zaurii keyboard/touchscreen driversRussell King4-5/+5
2006-10-12Input: fm801-gp - handle errors from pci_enable_device()Jeff Garzik1-7/+15
2006-10-12Input: gameport core - handle errors returned by device_bind_driver()Dmitry Torokhov1-2/+16
2006-10-12Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov1-2/+14
2006-10-11[PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox1-1/+1
2006-10-11Input: serio - add lockdep annotationsJiri Kosina2-2/+7
2006-10-11Input: atkbd - supress "too many keys" error messageDmitry Torokhov1-13/+41
2006-10-11Input: i8042 - supress ACK/NAKs when blinking during panicDmitry Torokhov1-2/+11
2006-10-09[PATCH] m68k/HP300: Enable HIL configuration optionsGeert Uytterhoeven4-5/+5
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox4-20/+20
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells64-239/+157
2006-10-03more misc typo fixesMatt LaPlante1-1/+1
2006-10-03Fix several typos in drivers/Matt LaPlante2-3/+3
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds39-789/+2716
2006-10-01Input: wistron - add support for Acer TravelMate 2424NWXCiAshutosh Naik1-1/+10
2006-10-01Input: wistron - fix setting up special buttonsReiner Herrmann1-5/+2
2006-10-01[PATCH] update legacy io handling for pmacOlaf Hering1-9/+6
2006-09-29[PATCH] OMAP: Add keypad driverKomal Shah3-0/+502
2006-09-27sh: APM/PM support.Andriy Skulysh1-14/+0
2006-09-19Input: add driver for stowaway serial keyboardsMarek Vasut3-0/+199
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov5-78/+103
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov7-20/+29