aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2007-04-25Input: add input_set_capability() helperDmitry Torokhov
2007-04-25Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDsDmitry Torokhov
2007-04-25Input: i8042 - add Panasonic CF-29 to nomux listDmitry Torokhov
2007-04-25Input: lifebook - split into 2 devicesDmitry Torokhov
2007-04-25Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov
2007-04-12Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov
2007-04-12Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov
2007-04-12Input: cobalt buttons - separate device and driver registrationDmitry Torokhov
2007-04-12Input: pxa27x - do not use deprecated SA_INTERRUPT flagThomas Gleixner
2007-04-12Input: ucb1400 - make delays configurableCliff Brake
2007-04-12Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: prepare to switching to struct deviceDmitry Torokhov
2007-04-12Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov
2007-04-12Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov
2007-04-12Input: logips2pp - add model 1 informationDmitry Torokhov
2007-04-12Input: wistron - declare keymaps as initdataEric Piel
2007-04-12Input: wistron - introduce generic keymapEric Piel
2007-04-12Input: wistron - add acerhk laptop databaseEric Piel
2007-04-12Input: logips2pp - ignore mice reporting model as 0Dmitry Torokhov
2007-04-12Input: i8042 - disable interfaces when switching to legacy modeDmitry Torokhov
2007-04-12Input: mousedev - fix sudden warps with touchpadsDmitry Torokhov
2007-04-12Input: ALPS - handle errors from input_register_device()Dmitry Torokhov
2007-04-12Input: remove no longer used power.c handlerRobert P. J. Day
2007-04-12Input: synaptics - export model bitsDmitry Torokhov
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux
2007-04-12Input: handlers - handle errors from input_open_device()Dmitry Torokhov
2007-04-12Input: handlers - rename 'list' to 'client'Dmitry Torokhov
2007-04-12Input: rework handle creation codeDmitry Torokhov
2007-04-10[PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake
2007-03-16Input: i8042 - add HP Pavilion DV4017EA to the MUX blacklistDmitry Torokhov
2007-03-16Input: HIL - fix rwlock recursion bugHelge Deller
2007-03-16Input: add support for PXA27x keyboard controllerRodolfo Giometti
2007-03-16Input: sermouse - improve protocol error recoveryPeter Osterlund
2007-03-16Input: simplify input_free_device()Dmitry Torokhov
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers
2007-03-10Input: psmouse - allow disabing certain protocol extensionsAndres Salomon
2007-03-08Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds
2007-03-07Input: i8042 - another attempt to fix AUX delivery checksDmitry Torokhov
2007-03-07Input: let driver core create class device attribute groupsDmitry Torokhov
2007-03-07Input: export 'uniq' in /proc/bus/input/devicesDmitry Torokhov
2007-03-07Input: wistron - add support for TravelMate 610Eric Piel
2007-03-07Input: psmouse - do not force stream modeDmitry Torokhov
2007-03-05[PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell