summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2005-12-21Input: pcspkr - register with driver core as a platfrom deviceDmitry Torokhov1-6/+80
2005-12-21Input: lifebook - add DMI signature of Fujitsu Lifebook B142Daniele Gozzi1-0/+7
2005-12-21Input: add help entry for FM801 gameport driver to KconfigDmitry Torokhov1-0/+7
2005-12-21Input: i8042 - disable MUX mode for Sharp MM20Dmitry Torokhov1-0/+7
2005-12-21Input: psmouse - don't leave mouse asleepDmitry Torokhov1-9/+6
2005-12-21Input: ALPS - add signature for HP ze1115Larry Finger1-0/+1
2005-12-21Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c)Dmitry Torokhov2-2/+2
2005-12-15[PATCH] drivers/input/misc/wistron_btns.c NULL noise removalAl Viro1-1/+1
2005-12-15[PATCH] Input: ALPS - correctly report button presses on Fujitsu Siemens S6010Vojtech Pavlik1-1/+1
2005-12-11Input: wistron - add Acer TravelMate 240 to DMI tableAshutosh Naik1-0/+19
2005-12-11Input: logips2pp - add new signature (85)Jasper Spaans1-0/+1
2005-12-11Input: mousedev - make module parameters visible in sysfsDmitry Torokhov1-5/+5
2005-12-11Input: evdev - consolidate compat and regular codeDmitry Torokhov1-280/+213
2005-11-20Input: make serio and gameport more swsusp friendlyDmitry Torokhov2-6/+18
2005-11-20Input: handle failures in input_register_device()Dmitry Torokhov1-27/+36
2005-11-20Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov1-8/+3
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov1-0/+4
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov1-147/+163
2005-11-20Input: wistron - disable wifi/bluetooth on suspendMiloslav Trmac1-0/+6
2005-11-20Input: wistron - add PM supportDmitry Torokhov1-5/+57
2005-11-20Input: wistron - convert to dynamic input_dev allocationDmitry Torokhov1-16/+37
2005-11-20Input: wistron - add support for Acer Aspire 1500 notebooksBernhard Rosenkraenzer1-20/+59
2005-11-20Input: wistron - disable for x86_64Andrew Morton1-1/+1
2005-11-20Input: add Wistron driverDmitry Torokhov3-0/+454
2005-11-20Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov1-31/+68
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds5-63/+67
2005-11-10[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King5-63/+67
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov1-1/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-85/+109
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-7/+3
2005-11-03Input: lkkbd - miscellaneous fixesJan-Benedict Glaw1-42/+59
2005-11-03Input: logips2pp - add support for MX3100Mirco Macrelli1-0/+3
2005-11-03Input: locomokbd - fix wrong bustypePavel Machek1-1/+1
2005-11-03Input: fix input device deregistrationDmitry Torokhov1-0/+1
2005-11-03Input: do not register statically allocated devicesDmitry Torokhov1-11/+15
2005-11-03Input: locomokbd - convert to dynamic input allocationDmitry Torokhov1-32/+31
2005-10-31[PATCH] i386: CONFIG_PC removalArthur Othieno2-3/+3
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-4/+8
2005-10-31Input: lkkbd - fix debug message in lkkbd_interrupt()Dmitry Torokhov1-1/+1
2005-10-31Input: pcspkr - fix setting name and phys for the deviceDmitry Torokhov1-1/+1
2005-10-31Input: fix input_dev registration messageDmitry Torokhov1-1/+1
2005-10-31Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov1-0/+3
2005-10-31Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov1-0/+1
2005-10-31[PATCH] fix missing includesTim Schmielau14-0/+14
2005-10-31[PATCH] CONFIG_IA32Brian Gerst1-1/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King8-4/+8
2005-10-29[PATCH] amikbd fixAl Viro1-1/+1
2005-10-29[PATCH] missing bits in sparkspkr conversionAl Viro1-1/+1
2005-10-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds65-2644/+2984
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King4-62/+51