summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-14Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov3-5/+18
2006-09-14Input: i8042 - disable MUX mode on Toshiba Equium A110Dmitry Torokhov1-0/+7
2006-09-10Input: i8042 - get rid of polling timerDmitry Torokhov2-362/+388
2006-09-10Input: send key up events at disconnectDmitry Torokhov1-2/+5
2006-09-10Input: constify psmouse driverHelge Deller6-32/+40
2006-08-08Input: i8042 - add Amoi to the MUX blacklistCjacker Huang1-0/+7
2006-08-08Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanupHelge Deller1-11/+12
2006-08-05Input: add driver for Touchwin serial touchscreensRick Koch4-0/+217
2006-08-05Input: add driver for Touchright serial touchscreensRick Koch4-0/+210
2006-08-05Input: add driver for Penmount serial touchscreensRick Koch4-0/+199
2006-08-05Input: elo - add support for non-pressure-sensitive touchscreensShaun Jackman1-17/+107
2006-08-05Input: elo - fix checksum calculationShaun Jackman1-26/+29
2006-08-05Input: elo - handle input_register_device() failuresDmitry Torokhov1-6/+12
2006-08-04Input: hid - #if 0 the no longer used hid_find_field_by_usage()Adrian Bunk2-2/+2
2006-07-19Input: update the force feedback documentationAnssi Hannula2-113/+174
2006-07-19Input: add force feedback driver for PSX-style Zeroplus devicesAnssi Hannula5-0/+126
2006-07-19Input: drop remnants of the old force-feedback interfaceAnssi Hannula1-8/+0
2006-07-19Input: uinput - switch to the new FF interfaceAnssi Hannula2-28/+74
2006-07-19Input: use new FF interface in the HID force feedback driversAnssi Hannula6-831/+116
2006-07-19Input: add force feedback driver for PID devicesAnssi Hannula8-414/+1364
2006-07-19Input: iforce - switch to the new FF interfaceAnssi Hannula4-238/+147
2006-07-19Input: unified force feedback support for memoryless devicesAnssi Hannula4-0/+534
2006-07-19Input: implement new force feedback interfaceAnssi Hannula5-18/+450
2006-07-19Input: move fixp-arith.h to drivers/inputAnssi Hannula3-2/+2
2006-07-19Input: rename input.ko into input-core.koDmitry Torokhov1-1/+3
2006-07-19Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2-31/+100
2006-07-19Input: spaceball - make 4000FLX Lefty workNick Martin1-1/+1
2006-07-19Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov1-17/+34
2006-07-19Input: keyboard - remove static variable and clean up initializationDmitry Torokhov1-10/+9
2006-07-19Input: hiddev - use standard list implementationDmitry Torokhov1-34/+38
2006-07-19Input: add missing handler->start() callDmitry Torokhov1-1/+4
2006-07-15Input: HID - fix potential out-of-bound array accessDmitry Torokhov1-1/+2
2006-07-15Input: fix list iteration in input_release_device()Andrew Morton1-3/+5
2006-07-15Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra1-0/+1
2006-07-06Input: iforce - check array bounds before accessing elementsDmitry Torokhov1-9/+9
2006-07-06Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov1-0/+5
2006-07-06Input: fm801-gp - fix use after freeDmitry Torokhov1-2/+2
2006-07-06Input: wistron - fix section reference mismatchesAndrew Morton1-10/+10
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov4-21/+49
2006-07-06Input: add start() method to input handlersDmitry Torokhov3-21/+51
2006-07-06Input: remove accept method from input_devDmitry Torokhov3-15/+0
2006-07-05[PATCH] Makefile typoAndreas Schwab1-1/+1
2006-07-05[PATCH] powerpc: implement missing jiffies64_to_cputime64()David Woodhouse1-0/+18
2006-07-05[PATCH] powerpc: Fix loss of interrupts with MPICBenjamin Herrenschmidt1-10/+29
2006-07-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-194/+127
2006-07-04Fix up headers_install wrt devfs removalLinus Torvalds1-1/+1
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds49-0/+399
2006-07-04[PATCH] fix AB-BA deadlock inversion at cs46xx_dsp_remove_scbArjan van de Ven1-2/+3
2006-07-04[PATCH] mthca: initialize send and receive queue locks separatelyZach Brown1-1/+4
2006-07-04[PATCH] Fix copying of pgdat array on each node for ia64 memory hotplugYasunori Goto1-3/+13