summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2006-04-21[PARISC] Fix up hil_kbd.c mismergeMatthew Wilcox-1/+1
2006-04-02Input: synaptics - limit rate to 40pps on Toshiba Protege M300Richard Thrippleton-2/+9
2006-04-02Input: gamecon - add SNES mouse supportRaphael Assenat-13/+70
2006-04-02Input: make modalias code respect allowed buffer sizeDmitry Torokhov-39/+71
2006-04-02Input: convert /proc handling to seq_fileDmitry Torokhov-111/+168
2006-04-02Input: limit attributes' output to PAGE_SIZEDmitry Torokhov-12/+24
2006-04-02Manual merge with Linus.Dmitry Torokhov-98/+119
2006-03-30[PARISC] Fix double free when removing HIL driversKyle McMartin-5/+2
2006-03-30[PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller-93/+109
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller-2/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-1/+1
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-3/+4
2006-03-26[PATCH] ads7846: sparc32 warning fixAndrew Morton-1/+1
2006-03-26BUG_ON() Conversion in input/serio/hp_sdc_mlc.cEric Sesterhenn-3/+4
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-1/+1
2006-03-25[PATCH] ads7846 build fixAndrew Morton-0/+1
2006-03-24BUG_ON() Conversion in input/serio/hil_mlc.cEric Sesterhenn-1/+1
2006-03-14Input: gameport - fix memory leakAdrian Bunk-0/+1
2006-03-14Input: serio - fix memory leakAdrian Bunk-0/+1
2006-03-14Input: zaurus keyboard driver updatesRichard Purdie-12/+33
2006-03-14Input: i8042 - fix logic around pnp_register_driver()Bjorn Helgaas-10/+16
2006-03-14Input: ns558 - fix logic around pnp_register_driver()Bjorn Helgaas-7/+6
2006-03-14Input: pcspkr - separate device and driver registrationMichael Neuling-26/+1
2006-03-14Input: atkbd - allow disabling on X86_PC (if EMBEDDED)Dmitry Torokhov-1/+1
2006-03-14Input: atkbd - disable softrepeat for dumb keyboardsVojtech Pavlik-3/+0
2006-03-14Input: atkbd - fix complaints about 'releasing unknown key 0x7f'Vojtech Pavlik-6/+6
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn-40/+22
2006-03-13Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-1/+1
2006-03-10[PATCH] Input: psmouse - disable autoresyncDmitry Torokhov-1/+1
2006-02-19Input: initialize serio and gameport at subsystem levelDmitry Torokhov-2/+2
2006-02-19Input: uinput - semaphore to mutex conversionDmitry Torokhov-7/+7
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar-38/+43
2006-02-19Input: atkbd - semaphore to mutex conversionIngo Molnar-4/+5
2006-02-19Input: psmouse - semaphore to mutex conversionIngo Molnar-18/+20
2006-02-19Input: gameport - semaphore to mutex conversionArjan van de Ven-13/+14
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven-38/+40
2006-02-19Input: input core - semaphore to mutex conversionJes Sorensen-7/+8
2006-02-15Input: kill remnants of 98kbd{,-io} and 98spkrArthur Othieno-3/+0
2006-02-15Input: ads7846 - assorted updatesDavid Brownell-24/+44
2006-02-15Input: ads7846 - convert to to dynamic input_dev allocationDmitry Torokhov-32/+47
2006-02-15Input: trackpoint - enable devices connected to external portDmitry Torokhov-8/+16
2006-02-15Input: logips2pp - add new signature (99)Meelis Roos-0/+1
2006-02-15Input: ixp4xx-beeper - fix compile errorAlessandro Zummo-0/+1
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds-265/+544
2006-01-31Input: iforce - fix detection of USB devicesDmitry Torokhov-3/+2
2006-01-29Input: a3d - convert to dynamic input_dev allocationDmitry Torokhov-42/+46
2006-01-29Input: tmdc - handle errors from input_register_device()Dmitry Torokhov-4/+11
2006-01-29Input: turbografx - handle errors from input_register_device()Dmitry Torokhov-7/+13
2006-01-29Input: gamecon - handle errors from input_register_device()Dmitry Torokhov-6/+12
2006-01-29Input: gamecon - fix crash when accessing deviceDmitry Torokhov-149/+194