aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump release to 1.11.1Gerd Hoffmann2014-04-101-1/+1
|
* 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>
* update name & emailGerd Hoffmann2014-04-094-4/+4
|
* update lsinput docs tooGerd Hoffmann2014-04-091-0/+12
|
* lsinput overhaulGerd Hoffmann2014-04-098-49/+136
|
* fix mallocGerd Hoffmann2014-04-091-2/+2
|
* Ignore KEY_MIN_INTERESTING in name.shJakob Haufe2013-04-151-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-sendGerd Hoffmann2011-07-201-5/+1
|
* remove obsolete .cvsignore filesAdrian Bunk2011-07-202-20/+0
|
* remove the obsolete linux-input.hAdrian Bunk2011-07-201-1372/+0
|
* use system input.hMarcus Better2011-07-203-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-eventsMarcus Better2011-07-201-1/+1
| | | | http://bugs.debian.org/413703
* fix off-by-one error in input-kbdDavid Härdeman2011-07-201-1/+0
| | | | http://bugs.debian.org/388677
* ignore gaps in the input device numberingTom Lear2011-07-201-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 libmMarcus Better2011-07-201-1/+0
| | | | libm is not needed for the build, so avoid unnecessary reference.
* bump version to 1.01.0Gerd Hoffmann2011-07-181-1/+1
|
* update makefilesGerd Hoffmann2011-07-181-10/+9
|
* fix warningsGerd Hoffmann2011-07-182-2/+2
|
* remove version checkGerd Hoffmann2011-01-261-11/+0
|
* input-kbd - switch to using EVIOCGKEYCODE2 when availableDmitry Torokhov2011-01-262-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 .gitignoreGerd Hoffmann2011-01-262-0/+20
|
* - update .cvsignore (add new generated headers).kraxel2008-10-141-0/+6
|
* - a bunch of updates for recent input layer changes (new events, ...)kraxel2008-10-1411-305/+871
| | | | | by Guillem Jover - update Makefiles.
* - add missing "bits 32" to the lircd.conf generator script.kraxel2005-11-281-0/+1
|
* - added man-pages, contributed by Marcus Better <marcus@better.se>kraxel2005-07-276-2/+127
|
* - add COPYING file (GPLv2).kraxel2005-07-141-0/+339
|
* Initial revisionkraxel2004-04-2120-0/+2689