aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2007-04-25Input: lifebook - split into 2 devicesDmitry Torokhov1-20/+93
2007-04-25Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov1-0/+8
2007-04-12Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov1-13/+65
2007-04-12Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov1-0/+14
2007-04-12Input: cobalt buttons - separate device and driver registrationDmitry Torokhov1-23/+1
2007-04-12Input: pxa27x - do not use deprecated SA_INTERRUPT flagThomas Gleixner1-1/+1
2007-04-12Input: ucb1400 - make delays configurableCliff Brake1-3/+14
2007-04-12Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov4-6/+6
2007-04-12Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov18-18/+19
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov10-6/+10
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov4-4/+4
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov14-13/+15
2007-04-12Input: prepare to switching to struct deviceDmitry Torokhov1-0/+3
2007-04-12Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov2-10/+9
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov14-20/+13
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov20-49/+59
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov9-13/+8
2007-04-12Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov4-5/+0
2007-04-12Input: logips2pp - add model 1 informationDmitry Torokhov1-0/+1
2007-04-12Input: wistron - declare keymaps as initdataEric Piel1-27/+49
2007-04-12Input: wistron - introduce generic keymapEric Piel1-2/+40
2007-04-12Input: wistron - add acerhk laptop databaseEric Piel1-72/+523
2007-04-12Input: logips2pp - ignore mice reporting model as 0Dmitry Torokhov1-3/+3
2007-04-12Input: i8042 - disable interfaces when switching to legacy modeDmitry Torokhov1-0/+7
2007-04-12Input: mousedev - fix sudden warps with touchpadsDmitry Torokhov1-25/+26
2007-04-12Input: ALPS - handle errors from input_register_device()Dmitry Torokhov2-5/+9
2007-04-12Input: remove no longer used power.c handlerRobert P. J. Day2-181/+0
2007-04-12Input: synaptics - export model bitsDmitry Torokhov1-0/+10
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux6-38/+33
2007-04-12Input: handlers - handle errors from input_open_device()Dmitry Torokhov4-40/+107
2007-04-12Input: handlers - rename 'list' to 'client'Dmitry Torokhov4-298/+329
2007-04-12Input: rework handle creation codeDmitry Torokhov7-116/+264
2007-04-10[PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake1-0/+1
2007-03-16Input: i8042 - add HP Pavilion DV4017EA to the MUX blacklistDmitry Torokhov1-0/+11
2007-03-16Input: HIL - fix rwlock recursion bugHelge Deller3-25/+18
2007-03-16Input: add support for PXA27x keyboard controllerRodolfo Giometti3-0/+268
2007-03-16Input: sermouse - improve protocol error recoveryPeter Osterlund1-4/+12
2007-03-16Input: simplify input_free_device()Dmitry Torokhov1-7/+1
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers2-20/+96
2007-03-10Input: psmouse - allow disabing certain protocol extensionsAndres Salomon10-59/+195
2007-03-08Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds1-2/+8
2007-03-07Input: i8042 - another attempt to fix AUX delivery checksDmitry Torokhov1-2/+8
2007-03-07Input: let driver core create class device attribute groupsDmitry Torokhov1-21/+8
2007-03-07Input: export 'uniq' in /proc/bus/input/devicesDmitry Torokhov1-0/+1
2007-03-07Input: wistron - add support for TravelMate 610Eric Piel1-0/+24
2007-03-07Input: psmouse - do not force stream modeDmitry Torokhov1-6/+0
2007-03-05[PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell1-3/+1
2007-03-05[PATCH] add CONFIG_GENERIC_GPIODavid Brownell1-4/+6
2007-02-28Input: HIL - cleanup coding styleHelge Deller5-576/+703
2007-02-28Input: HIL - various fixes for HIL driversHelge Deller5-25/+27