summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/hil_kbd.c
Commit message (Expand)AuthorAgeFilesLines
* Input: hil_kbd - fix incorrect use of init_completionNicholas Mc Guire2014-12-281-3/+3
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: serio - use module_serio_driverAxel Lin2012-04-041-12/+1Star
* Input: hil_kbd - add missing MODULE_DEVICE_TABLE()Dzianis Kahanovich2010-10-131-0/+2
* Input: hil_kbd - fix compile errorDmitry Torokhov2010-08-211-6/+6
* Input: fix faulty XXinput_* callsDaniel Mack2010-08-131-2/+2
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-031-9/+12
* Input: combine hil_kbd and hil_ptr driversDmitry Torokhov2009-08-091-35/+216
* Input: hil_kbd - prepare for merging with hil_ptrDmitry Torokhov2009-08-091-78/+78
* Input: hil_kbd - switch to use completion instead of semaphoreDmitry Torokhov2009-08-091-132/+140
* Input: serio - don't use serio->write() directlyDmitry Torokhov2009-08-051-20/+20
* Input: HIL drivers - add MODULE_ALIAS()Helge Deller2008-12-301-0/+1
* Add missing semaphore.h includesMatthew Wilcox2008-07-241-0/+1
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-2/+3
* Input: keyboards - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
* Input: drivers/input/keyboard - don't access dev->private directlyDmitry Torokhov2007-04-121-2/+0Star
* Input: HIL - cleanup coding styleHelge Deller2007-03-011-34/+43
* Input: HIL - various fixes for HIL driversHelge Deller2007-03-011-4/+4
* Input: handle serio_register_driver() errorsAkinobu Mita2006-11-241-2/+1Star
* Build fixes for struct pt_regs removalMatthew Wilcox2006-10-071-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PARISC] Fix up hil_kbd.c mismergeMatthew Wilcox2006-04-221-1/+1
* Manual merge with Linus.Dmitry Torokhov2006-04-021-26/+34
|\
| * [PARISC] Fix double free when removing HIL driversKyle McMartin2006-03-301-2/+1Star
| * [PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller2006-03-301-26/+31
* | Input: use kzalloc() throughout the codeEric Sesterhenn2006-03-141-2/+1Star
|/
* [PARISC] Update parisc specific input code from parisc treeMatthew Wilcox2005-10-221-8/+20
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+375