aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2006-06-23[SPARC64]: Add of_device layer and make ebus/isa use it.Gravatar David S. Miller 2-96/+124
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.Gravatar David S. Miller 1-2/+2
2006-05-29Input: wistron - add support for AOpen Barebook 1559asGravatar masc@theaterzentrum.at 1-0/+19
2006-04-05Input: wistron - add support for Fujitsu N3510Gravatar John Reed Riley 1-0/+21
2006-04-05Input: wistron - add signature for Amilo M7400Gravatar Stefan Rompf 1-0/+9
2006-03-14Input: pcspkr - separate device and driver registrationGravatar Michael Neuling 1-26/+1
2006-02-19Input: uinput - semaphore to mutex conversionGravatar Dmitry Torokhov 1-7/+7
2006-02-15Input: kill remnants of 98kbd{,-io} and 98spkrGravatar Arthur Othieno 1-1/+0
2006-02-15Input: ixp4xx-beeper - fix compile errorGravatar Alessandro Zummo 1-0/+1
2006-01-29Input: add ixp4xx beeper driverGravatar Alessandro Zummo 3-0/+196
2006-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputGravatar Linus Torvalds 1-3/+3
2006-01-10Input: wistron - do not crash if BIOS does not support interfaceGravatar Miloslav Trmac 1-3/+3
2006-01-08[PATCH] small hp_sdc_rtc cleanup: use no_llseekGravatar Marcelo Tosatti 1-8/+1
2006-01-05Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Dmitry Torokhov 1-1/+1
2005-12-28Input: wistron - convert to the new platform device interfaceGravatar Dmitry Torokhov 1-46/+68
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolGravatar Adrian Bunk 1-1/+1
2005-12-21Input: sparcspkr - register with driver core as a platfrom deviceGravatar Dmitry Torokhov 1-57/+105
2005-12-21Input: m68kspkr - register with driver core as a platfrom deviceGravatar Dmitry Torokhov 1-17/+85
2005-12-21Input: pcspkr - register with driver core as a platfrom deviceGravatar Dmitry Torokhov 1-6/+80
2005-12-20Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c)Gravatar Dmitry Torokhov 1-1/+1
2005-12-15[PATCH] drivers/input/misc/wistron_btns.c NULL noise removalGravatar Al Viro 1-1/+1
2005-12-11Input: wistron - add Acer TravelMate 240 to DMI tableGravatar Ashutosh Naik 1-0/+19
2005-11-20Input: uinput - don't use "interruptible" in FF codeGravatar Dmitry Torokhov 1-8/+3
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlGravatar Dmitry Torokhov 1-0/+4
2005-11-20Input: uinput - convert to dynalloc allocationGravatar Dmitry Torokhov 1-147/+163
2005-11-20Input: wistron - disable wifi/bluetooth on suspendGravatar Miloslav Trmac 1-0/+6
2005-11-20Input: wistron - add PM supportGravatar Dmitry Torokhov 1-5/+57
2005-11-20Input: wistron - convert to dynamic input_dev allocationGravatar Dmitry Torokhov 1-16/+37
2005-11-20Input: wistron - add support for Acer Aspire 1500 notebooksGravatar Bernhard Rosenkraenzer 1-20/+59
2005-11-20Input: wistron - disable for x86_64Gravatar Andrew Morton 1-1/+1
2005-11-20Input: add Wistron driverGravatar Dmitry Torokhov 3-0/+454
2005-11-07[PATCH] kfree cleanup: misc remaining driversGravatar Jesper Juhl 1-7/+3
2005-10-31Input: pcspkr - fix setting name and phys for the deviceGravatar Dmitry Torokhov 1-1/+1
2005-10-30[PATCH] CONFIG_IA32Gravatar Brian Gerst 1-1/+1
2005-10-29[PATCH] missing bits in sparkspkr conversionGravatar Al Viro 1-1/+1
2005-10-28[PATCH] Input: convert driver/input/misc to dynamic input_dev allocationGravatar Dmitry Torokhov 3-57/+56
2005-10-17[PATCH] uniput - fix crash on SMPGravatar Dmitry Torokhov 1-2/+2
2005-06-30Input: make name, phys and uniq be 'const char *' because onceGravatar Dmitry Torokhov 1-11/+12
2005-06-30Input: uinput - use completions instead of events and manualGravatar Dmitry Torokhov 1-38/+43
2005-06-30Input: clean up uinput driver (formatting, extra braces)Gravatar Dmitry Torokhov 1-46/+35
2005-06-01Input: return correct value when setting up absolute device via uinipt.Gravatar Ian Campbell 1-2/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 7-0/+1785