Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump release to 1.11.1 | Gerd Hoffmann | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | input-kbd: Remove check that breaks sparse keymaps | Kyle Manna | 2014-04-10 | 1 | -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> | ||||
* | update name & email | Gerd Hoffmann | 2014-04-09 | 4 | -4/+4 |
| | |||||
* | update lsinput docs too | Gerd Hoffmann | 2014-04-09 | 1 | -0/+12 |
| | |||||
* | lsinput overhaul | Gerd Hoffmann | 2014-04-09 | 8 | -49/+136 |
| | |||||
* | fix malloc | Gerd Hoffmann | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | Ignore KEY_MIN_INTERESTING in name.sh | Jakob Haufe | 2013-04-15 | 1 | -1/+2 |
| | | | | | | KEY_MIN_INTERESTING is only a marker and not a real keycode, so ignore it in name.sh to avoid reporting in e.g. print_event() and thus input-events(8). | ||||
* | remove -g switch (does nothing) from input-send | Gerd Hoffmann | 2011-07-20 | 1 | -5/+1 |
| | |||||
* | remove obsolete .cvsignore files | Adrian Bunk | 2011-07-20 | 2 | -20/+0 |
| | |||||
* | remove the obsolete linux-input.h | Adrian Bunk | 2011-07-20 | 1 | -1372/+0 |
| | |||||
* | use system input.h | Marcus Better | 2011-07-20 | 3 | -3/+3 |
| | | | | | | | This will automatically bring newly defined keys and buttons, and won't be older than the 3 years old one currently shipped. http://bugs.debian.org/447550 | ||||
* | fix incorrect man page title for input-events | Marcus Better | 2011-07-20 | 1 | -1/+1 |
| | | | | http://bugs.debian.org/413703 | ||||
* | fix off-by-one error in input-kbd | David Härdeman | 2011-07-20 | 1 | -1/+0 |
| | | | | http://bugs.debian.org/388677 | ||||
* | ignore gaps in the input device numbering | Tom Lear | 2011-07-20 | 1 | -6/+12 |
| | | | | | | | This bug can be reproduced on any architecture, plug in 2 usb mice, then unplug the first one... there's your gap in event device numbers. http://bugs.debian.org/326149 | ||||
* | do not link against libm | Marcus Better | 2011-07-20 | 1 | -1/+0 |
| | | | | libm is not needed for the build, so avoid unnecessary reference. | ||||
* | bump version to 1.01.0 | Gerd Hoffmann | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | update makefiles | Gerd Hoffmann | 2011-07-18 | 1 | -10/+9 |
| | |||||
* | fix warnings | Gerd Hoffmann | 2011-07-18 | 2 | -2/+2 |
| | |||||
* | remove version check | Gerd Hoffmann | 2011-01-26 | 1 | -11/+0 |
| | |||||
* | input-kbd - switch to using EVIOCGKEYCODE2 when available | Dmitry Torokhov | 2011-01-26 | 2 | -39/+75 |
| | | | | | | | [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> | ||||
* | add .gitignore | Gerd Hoffmann | 2011-01-26 | 2 | -0/+20 |
| | |||||
* | - update .cvsignore (add new generated headers). | kraxel | 2008-10-14 | 1 | -0/+6 |
| | |||||
* | - a bunch of updates for recent input layer changes (new events, ...) | kraxel | 2008-10-14 | 11 | -305/+871 |
| | | | | | by Guillem Jover - update Makefiles. | ||||
* | - add missing "bits 32" to the lircd.conf generator script. | kraxel | 2005-11-28 | 1 | -0/+1 |
| | |||||
* | - added man-pages, contributed by Marcus Better <marcus@better.se> | kraxel | 2005-07-27 | 6 | -2/+127 |
| | |||||
* | - add COPYING file (GPLv2). | kraxel | 2005-07-14 | 1 | -0/+339 |
| | |||||
* | Initial revision | kraxel | 2004-04-21 | 20 | -0/+2689 |