summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/sunkbd.c
AgeCommit message (Expand)Author
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-10Input: sunkbd - fix formattingDmitry Torokhov
2009-08-05Input: serio - don't use serio->write() directlyDmitry Torokhov
2008-05-20Input: remove CVS keywordsAdrian Bunk
2007-10-19get rid of input BIT* duplicate definesJiri Slaby
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov
2006-12-17[SUNKBD]: Fix sunkbd_enable(sunkbd, 0); obvious.Fabrice Knevez
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-05Input: keyboards - handle errors when registering input devicesDmitry Torokhov
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-06-26Input: fix potential overflows in driver/input/keyboardDmitry Torokhov
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov
2005-09-05Input: sunkbd - extend mapping to handle Type-6 Sun keyboardsVojtech Pavlik
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov
2004-10-21Input: when creating input devices for hardware attached toDmitry Torokhov
2004-07-27Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik
2004-07-26[PATCH] signed char fixes in drivers/*Alexander Viro
2004-06-28Input: serio sysfs integrationDmitry Torokhov
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov
2004-05-09Input: trailing whitespace fixes in drivers/input/keyboardDmitry Torokhov
2004-01-26input: Fix sunkbd.c to work with serport. Must sleep.Vojtech Pavlik
2003-07-15[SUNKBD]: Mark reset/layout as volatile.Ricky Beam
2003-06-09input: fix sunkbd to properly set its bitfields up to key #127.Vojtech Pavlik
2003-04-20[PATCH] irqs: input driversAndrew Morton
2003-02-12input: sunkbd.c - fix reading beyond end of keycode array.Vojtech Pavlik
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-10-08Initialize struct input_dev in input drivers before it's passed to input_even...Vojtech Pavlik
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar
2002-09-29drivers/input/keyboard/sunkbd.c: queue_task --> schedule_taskDavid S. Miller
2002-08-25This (re)implements getkeycode/setkeycode, kbd_rate and kd_mksoundVojtech Pavlik
2002-07-25By popular request, and explicit method of telling which eventsVojtech Pavlik
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-25This patch by Brad Hards replaces the four id* fields of the inputVojtech Pavlik
2002-07-03Add keyboard, mouse and touchscreen drivers.Vojtech Pavlik