aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/lkkbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29input: drop empty comment blocksChristophe JAILLET1-3/+0
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2017-08-18Input: lkkbd - constify serio_device_idArvind Yadav1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-04-04Input: serio - use module_serio_driverAxel Lin1-16/+1
2009-10-13Input: lkkbd - change formatting style to match the rest of the kernelDmitry Torokhov1-258/+238
2009-08-05Input: serio - don't use serio->write() directlyDmitry Torokhov1-30/+32
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2007-04-12Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov1-2/+3
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-8/+3
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-11-17lkkbd: Remove my old snail-mail addressJan-Benedict Glaw1-5/+0
2006-11-05Input: keyboards - handle errors when registering input devicesDmitry Torokhov1-5/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+1
2006-06-26Input: fix potential overflows in driver/input/keyboardDmitry Torokhov1-3/+6
2005-11-02Input: lkkbd - miscellaneous fixesJan-Benedict Glaw1-42/+59
2005-10-31Input: lkkbd - fix debug message in lkkbd_interrupt()Dmitry Torokhov1-1/+1
2005-10-28[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocationDmitry Torokhov1-64/+64
2005-05-29Input: whitespace fixes in drivers/input/keyboardDmitry Torokhov1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+752