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