aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-01input: Add MicroTouch (3M) serial touchscreen driverDan Streetman1-0/+1
2005-02-24input: adjust file2alias utility to export aliases forDmitry Torokhov1-9/+1
2005-02-09input: Add support for serial ELO touchscreens, includingVojtech Pavlik1-0/+1
2005-02-08input: Move #include <linux/interrupt.h> inside #ifdef __KERNEL__Vojtech Pavlik1-1/+1
2005-02-05Input: make serio drivers register asynchronously. This shouldDmitry Torokhov1-10/+15
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov1-1/+1
2005-02-04Input: make serio implementation more in line with standardDmitry Torokhov1-5/+12
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov1-18/+24
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov1-1/+13
2005-02-04Input: add serio->start() and serio->stop() callback methods thatDmitry Torokhov1-0/+2
2004-09-21Input: add serio_[un]pin_driver() functions so attribute handlersDmitry Torokhov1-1/+15
2004-07-19Input: allow marking serio ports (in addition to serio drivers)Dmitry Torokhov1-1/+3
2004-07-19Input: add serio_pause_rx and serio_continue_rx so drivers can protectDmitry Torokhov1-2/+19
2004-06-28Input: allow marking some drivers (that don't do HW autodetection)Dmitry Torokhov1-0/+2
2004-06-28Input: serio sysfs integrationDmitry Torokhov1-1/+8
2004-06-28Input: allow serio drivers to create children ports and register theseDmitry Torokhov1-2/+2
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov1-2/+3
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov1-11/+11
2004-06-28Input: rename serio->driver to serio->port_data in preparationDmitry Torokhov1-1/+1
2004-06-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-1/+4
2004-06-17[PATCH] more PC9800 removalAdrian Bunk1-1/+0
2004-06-02input: Fixes in serio locking. We need per-serio lock for passthroughVojtech Pavlik1-0/+3
2004-05-28input: An attempt at fixing locking in i8042.c and serio.cVojtech Pavlik1-1/+1
2004-03-02input: Add serio entries for LK keyboards.Jan-Benedict Glaw1-0/+2
2003-12-18[PATCH] Input: add serio_[un]register_port_delayed to fix deadlockDmitry Torokhov1-0/+2
2003-12-18[PATCH] serio: reconnect facilityDmitry Torokhov1-0/+2
2003-12-18[PATCH] serio: rename serio_[un]register_slave_port to __serio_[un]register_...Dmitry Torokhov1-2/+2
2003-10-04[PATCH] Small cleanups for inputRusty Russell1-4/+0
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik1-0/+1
2003-09-18Input: Big Synaptics update:Peter Osterlund1-0/+3
2003-06-20input: remove unused var from serio structDave Jones1-1/+0
2003-04-20[PATCH] irqs: input driversAndrew Morton1-2/+4
2003-02-12input: Add two new serio type #definesVojtech Pavlik1-0/+2
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik1-3/+8
2002-11-25[PATCH] reserve a serio bit for PC98Alan Cox1-0/+1
2002-09-25Convert serio.[ch] to use list.h lists.Vojtech Pavlik1-29/+10
2002-09-24Add support for PS/2 Active Multiplexing Spec, updates for PS/2 mouseVojtech Pavlik1-1/+11
2002-07-25The following patch adds the "resend" capability to the keyboard driver;Vojtech Pavlik1-0/+4
2002-07-11This cset implements automatic detection of PS/2 mice and AT keyboardsVojtech Pavlik1-6/+1
2002-07-11Add a wrapper function for serio ->interrupt callback.Vojtech Pavlik1-2/+7
2002-07-08Move delayed rescanning of the ports to serio.c, add a kernel threadVojtech Pavlik1-0/+1
2002-02-06[PATCH] Input drivers, step #3Vojtech Pavlik1-11/+28
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds1-1/+5
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-1/+2
2002-02-04Import changesetLinus Torvalds1-0/+110