aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-07input: some whitespace and formatting cleanup in Corgi drivers.Dmitry Torokhov1-43/+43
2005-03-07New BitKeeper file ``drivers/input/touchscreen/hp680_ts_input.c''Paul Mundt3-1/+149
2005-03-01input: Add MicroTouch (3M) serial touchscreen driverDan Streetman3-0/+231
2005-02-11input: Fix keybit initialization in MK712 touchscreen driver.n1gp@hotmail.com1-1/+1
2005-02-09input: Fix Elo touchscreen touch detection.Vojtech Pavlik1-2/+2
2005-02-09input: Add support for serial ELO touchscreens, includingVojtech Pavlik3-0/+329
2005-02-08input: Change touchscreen drivers NOT to rescale their valuesVojtech Pavlik2-7/+7
2005-02-06input: New driver for ICS MicroClock MK712 TouchScreens.Vojtech Pavlik3-1/+235
2005-02-05input: Add support for Sharp SL-C7xx touchscreen (Corgi).Richard Purdie3-1/+395
2005-02-04input: Cleanup the Kconfig menus for the input subsystem.Roman Zippel1-4/+5
2005-02-04Input: Make some needlessly global code static.Adrian Bunk1-2/+2
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov2-10/+18
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov2-12/+33
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov2-8/+15
2004-10-21Input: get rid of pm_dev in input core as it is deprecated andDmitry Torokhov1-2/+3
2004-06-28Input: serio sysfs integrationDmitry Torokhov2-8/+20
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov2-10/+10
2004-05-09Input: various fixes for H3600 touchscreen driver Dmitry Torokhov1-11/+21
2004-04-22Input: - move set_abs_params from synaptics driver to input andDmitry Torokhov2-12/+8
2004-04-22Input: trailing whitespace fixesDmitry Torokhov2-34/+34
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-8/+4
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-8/+4
2003-09-20Don't ask about SERIO selection - let Kconfig select itLinus Torvalds1-2/+4
2003-04-20[PATCH] irqs: input driversAndrew Morton1-2/+4
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik2-4/+9
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-2/+2
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst1-4/+0
2002-10-29Delete old-style config files.Linus Torvalds2-36/+0
2002-10-29[PATCH] new kernel configuration 5/7Roman Zippel1-0/+39
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik2-0/+3
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik2-0/+5
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik2-6/+6
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik2-8/+8
2002-07-11Add a driver for the Bitsy touchscreen.Vojtech Pavlik4-0/+499
2002-07-04Minor fixes to make the whole thing compile on latest 2.5 and kbuild2Vojtech Pavlik1-4/+0
2002-07-03Add keyboard, mouse and touchscreen drivers.Vojtech Pavlik4-0/+216