aboutsummaryrefslogtreecommitdiffstats
path: root/input-kbd.c
Commit message (Collapse)AuthorAgeFilesLines
* input-kbd: hex keycode supportGerd Hoffmann2016-02-221-14/+13
|
* input-kbd: don't read existing map when applying a new oneGerd Hoffmann2016-02-151-13/+17
|
* input-kbd: allow commentsGerd Hoffmann2016-02-151-1/+11
| | | | based on a patch by Preston Crow.
* input-kbd: Remove check that breaks sparse keymapsKyle Manna2014-04-101-6/+7
| | | | | | | | With sparse keymaps the scancode is commonly greater then the map size. Remove this check, and use the maps count of keys to keep track of things. Signed-off-by: Kyle Manna <kyle.manna@fuel7.com>
* lsinput overhaulGerd Hoffmann2014-04-091-3/+4
|
* fix off-by-one error in input-kbdDavid Härdeman2011-07-201-1/+0
| | | | http://bugs.debian.org/388677
* input-kbd - switch to using EVIOCGKEYCODE2 when availableDmitry Torokhov2011-01-261-37/+73
| | | | | | | [mchehab@redhat.com: Ported it to the -git version] Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* - a bunch of updates for recent input layer changes (new events, ...)kraxel2008-10-141-6/+6
| | | | | by Guillem Jover - update Makefiles.
* Initial revisionkraxel2004-04-211-0/+260