summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov-147/+163
2005-11-20Input: wistron - disable wifi/bluetooth on suspendMiloslav Trmac-0/+6
2005-11-20Input: wistron - add PM supportDmitry Torokhov-5/+57
2005-11-20Input: wistron - convert to dynamic input_dev allocationDmitry Torokhov-16/+37
2005-11-20Input: wistron - add support for Acer Aspire 1500 notebooksBernhard Rosenkraenzer-20/+59
2005-11-20Input: wistron - disable for x86_64Andrew Morton-1/+1
2005-11-20Input: add Wistron driverDmitry Torokhov-0/+454
2005-11-20Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov-31/+68
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds-63/+67
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King-63/+67
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov-1/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds-85/+109
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl-7/+3
2005-11-02Input: lkkbd - miscellaneous fixesJan-Benedict Glaw-42/+59
2005-11-02Input: logips2pp - add support for MX3100Mirco Macrelli-0/+3
2005-11-02Input: locomokbd - fix wrong bustypePavel Machek-1/+1
2005-11-02Input: fix input device deregistrationDmitry Torokhov-0/+1
2005-11-02Input: do not register statically allocated devicesDmitry Torokhov-11/+15
2005-11-02Input: locomokbd - convert to dynamic input allocationDmitry Torokhov-32/+31
2005-10-31[PATCH] i386: CONFIG_PC removalArthur Othieno-3/+3
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds-4/+8
2005-10-31Input: lkkbd - fix debug message in lkkbd_interrupt()Dmitry Torokhov-1/+1
2005-10-31Input: pcspkr - fix setting name and phys for the deviceDmitry Torokhov-1/+1
2005-10-31Input: fix input_dev registration messageDmitry Torokhov-1/+1
2005-10-31Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov-0/+3
2005-10-31Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov-0/+1
2005-10-30[PATCH] fix missing includesTim Schmielau-0/+14
2005-10-30[PATCH] CONFIG_IA32Brian Gerst-1/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King-4/+8
2005-10-29[PATCH] amikbd fixAl Viro-1/+1
2005-10-29[PATCH] missing bits in sparkspkr conversionAl Viro-1/+1
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-2644/+2984
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King-62/+51
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov-145/+104
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman-8/+32
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman-17/+17
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman-7/+12
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman-14/+14
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov-0/+6
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov-1230/+1460
2005-10-28[PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov-57/+56
2005-10-28[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocationDmitry Torokhov-308/+279
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov-431/+449
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov-361/+363
2005-10-28[PATCH] Input: prepare to sysfs integrationDmitry Torokhov-5/+72
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov-30/+1