aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/hil_kbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Input: hil_kbd - constify serio_device_idArvind Yadav1-1/+1
2014-12-27Input: hil_kbd - fix incorrect use of init_completionNicholas Mc Guire1-3/+3
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-12/+1
2010-10-13Input: hil_kbd - add missing MODULE_DEVICE_TABLE()Dzianis Kahanovich1-0/+2
2010-08-21Input: hil_kbd - fix compile errorDmitry Torokhov1-6/+6
2010-08-13Input: fix faulty XXinput_* callsDaniel Mack1-2/+2
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-9/+12
2009-08-09Input: combine hil_kbd and hil_ptr driversDmitry Torokhov1-35/+216
2009-08-09Input: hil_kbd - prepare for merging with hil_ptrDmitry Torokhov1-78/+78
2009-08-09Input: hil_kbd - switch to use completion instead of semaphoreDmitry Torokhov1-132/+140
2009-08-05Input: serio - don't use serio->write() directlyDmitry Torokhov1-20/+20
2008-12-30Input: HIL drivers - add MODULE_ALIAS()Helge Deller1-0/+1
2008-07-24Add missing semaphore.h includesMatthew Wilcox1-0/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+3
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/+0
2007-02-28Input: HIL - cleanup coding styleHelge Deller1-34/+43
2007-02-28Input: HIL - various fixes for HIL driversHelge Deller1-4/+4
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-2/+1
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-04-21[PARISC] Fix up hil_kbd.c mismergeMatthew Wilcox1-1/+1
2006-04-02Manual merge with Linus.Dmitry Torokhov1-26/+34
2006-03-30[PARISC] Fix double free when removing HIL driversKyle McMartin1-2/+1
2006-03-30[PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller1-26/+31
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn1-2/+1
2005-10-21[PARISC] Update parisc specific input code from parisc treeMatthew Wilcox1-8/+20
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+375