summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* keyboard 1.7.0xf86-input-keyboard-1.7.0Peter Hutterer2013-03-271-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Use sigsafe logging for keyboard debug messagesPeter Hutterer2013-03-274-13/+19
| | | | | | | This changes the log format to simple hex display, the server's signal-safe printf implementation doesn't handle %2.2x. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-161-1/+3
| | | | | | http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
* configure: Drop AM_MAINTAINER_MODEAdam Jackson2013-01-161-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* xf86-input-keyboard 1.6.2xf86-input-keyboard-1.6.2Alan Coopersmith2012-07-231-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Link with $(XORG_LIBS) to support no-undefined linkingAlan Coopersmith2012-07-231-0/+1
| | | | | | | Will be empty on most platforms, set to the -z parent=Xorg flag on Solaris if building with the support for enforcing no undefined symbols. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Recognize DragonFly as a BSD system.François Tigeot2012-05-051-1/+1
| | | | | | | | This patch has actually been present for more than 4 years in the pkgsrc tree. Originally-from: Jörg Sonnenberger Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Solaris: ensure "Device" option is set, even if HAL didn't set it for usAlan Coopersmith2012-04-301-0/+2
| | | | | | | | Handles fallback to default /dev/kbd when AutoAddDevices is False and Device option is not manually set in xorg.conf, so that xinput device node property can be correctly set to it. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith2012-04-302-1/+20
| | | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Alexandr Shadchin <alexandr.shadchin@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
* Solaris: Use uchar_t, not int, for led masks in KIOCSLED/KIOCGLED ioctlsAlan Coopersmith2012-01-181-3/+5
| | | | | | Avoids checking/setting the wrong bits on big endian machines like SPARC. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* keyboard 1.6.1xf86-input-keyboard-1.6.1Peter Hutterer2012-01-041-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: link to xkeyboard-config(7) (#14494)Peter Hutterer2011-10-031-0/+5
| | | | | | | | | X.Org Bug 14494 <http://bugs.freedesktop.org/show_bug.cgi?id=14494> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove calls to xf86IsPc98()Peter Hutterer2011-09-272-24/+8
| | | | | | | | | | This call is being removed from the server and this isn't worth keeping ifdefs around for. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Return proper default for unknown values in pInfo->device_control.Terry Lambert2011-07-181-0/+3
| | | | | | Signed-off-by: Terry Lambert <tlambert@chromium.org> Reviewed-by: Stephane Marchesin <marcheu@chromium.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: update "rules" default value for xkeyboard-config.Matthieu Herrb2011-06-111-8/+6
| | | | | | | | xkeyboard-config is using "base" not "xorg" as default rules. While there remove references to unmaintained PC98 settings. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* keyboard 1.6.0xf86-input-keyboard-1.6.0Peter Hutterer2011-03-081-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* man: explain what grp_led:scroll does in the example conf sectionPeter Hutterer2011-03-081-1/+2
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed by: Magnus Kessler <Magnus.Kessler@gmx.net>
* man: list xorg.conf.d snippets as possible configuration locationPeter Hutterer2011-03-081-2/+3
| | | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed by: Magnus Kessler <Magnus.Kessler@gmx.net>
* man: don't mention the core keyboard.Peter Hutterer2011-03-081-2/+1
| | | | | | | Core devices are an obsolete concept these days. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed by: Magnus Kessler <Magnus.Kessler@gmx.net>
* keyboard 1.5.99.901xf86-input-keyboard-1.5.99.901Peter Hutterer2011-02-211-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Removed unnecessary code, since ABI_XINPUT_VERSION >= 2Alexandr Shadchin2011-02-181-44/+0
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require server 1.4 or laterAlexandr Shadchin2011-02-181-1/+1
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Cleanup set the value of CustomKeycodesAlexandr Shadchin2011-02-174-17/+2
| | | | | | | Also, do not print values of variables CustomKeycodes twice. Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Do not print values of Protocol twiceAlexandr Shadchin2011-02-142-2/+0
| | | | | | | Protocol printed when found in xf86SetStrOption(). Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove unused XQUEUEAlexandr Shadchin2011-02-141-8/+0
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* lnx: Fix detect CustomKeycodes for __powerpc__Alexandr Shadchin2011-02-141-1/+1
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Removing unused bell_pitch and bell_durationAlexandr Shadchin2011-01-101-2/+0
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Removing unused PROT_XQUEUE and PROT_USBAlexandr Shadchin2011-01-101-2/+0
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* bsd: Replace deprecated xfree/xcalloc with free & callocAlexandr Shadchin2011-01-101-6/+6
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove random History comment and OS_KBD_VERSION_CURRENTAlexandr Shadchin2011-01-101-18/+0
| | | | | | | In xf86-input-mouse similar cleanup already done, can also make for keyboard? Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Do not print values of variables XkbRules etc. twiceAlexandr Shadchin2011-01-071-22/+5
| | | | | | | | xf86SetStrOption prints in log value of the variables XkbRules etc., there is no need to take this information twice. Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* bsd: Fix print wscons type keyboard for Sun5Alexandr Shadchin2011-01-071-3/+3
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix default options for PC98Alexandr Shadchin2011-01-071-1/+1
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Removing unused SetKbdRepeatAlexandr Shadchin2011-01-074-37/+0
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* sun_kbd: Replace deprecated xfree/xcalloc with free & callocAlan Coopersmith2011-01-051-21/+9
| | | | | | | Also greatly simplified option/pointer handling to avoid generating new warnings from passing const char * pointers to free() Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Make key codes for Sun Japanese keyboard match xkb-config mappingsJavier Acosta2011-01-051-9/+3
| | | | | | | | Solaris bug #7005752: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=7005752 Signed-off-by: Javier Acosta <javier.acosta@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Removing unused OpenBSD PCCONS codeAlexandr Shadchin2011-01-061-198/+0
| | | | | | | | | In OpenBSD removed support PCCONS in 2002 year http://marc.info/?l=openbsd-cvs&m=102435816424294&w=2 Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* linux: warning fixesAdam Jackson2011-01-031-2/+0
| | | | | | | | lnx_KbdMap.c: In function 'KbdGetMapping': lnx_KbdMap.c:44:17: warning: unused variable 'type' lnx_KbdMap.c:42:13: warning: unused variable 'pKbd' Signed-off-by: Adam Jackson <ajax@redhat.com>
* bsd: Include fixAlexandr Shadchin2011-01-031-3/+1
| | | | | Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Alexandr Shadchin <alexandr.shadchin@gmail.com>
* Remove unused codeAlexandr Shadchin2011-01-031-139/+0
| | | | | Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Alexandr Shadchin <alexandr.shadchin@gmail.com>
* Remove paranoia about event processing during suspendAdam Jackson2010-12-171-4/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Removing unused variables vtSwitchSupported and VTSwitchEnabledAlexandr Shadchin2010-11-305-18/+0
| | | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Removing unused variable kbdType.Alexandr Shadchin2010-11-293-5/+0
| | | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Adjust to input ABI 12.Peter Hutterer2010-11-221-21/+59
| | | | | | | New PreInit prototype and a few other things. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
* xf86-input-keyboard 1.5.0xf86-input-keyboard-1.5.0Alan Coopersmith2010-10-301-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Sun's copyrights now belong to OracleAlan Coopersmith2010-10-304-5/+5
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Code cleanup, structure initialization.Trevor Woerner2010-10-191-4/+2
| | | | | | | | The InputDriverRec data structure in xserver/hw/xfree86/common/xf86Xinput.h no longer contains an integer refCount member. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Deprecated code cleanup.Trevor Woerner2010-10-193-11/+11
| | | | | | | | Replace calls to deprecated functions with calls to standard dynamic memory functions in driver code. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Don't set AutoRepeat if we're not actually using it.Peter Hutterer2010-10-191-2/+0
| | | | | | | | Autorepeat was removed from the driver with version 1.4.0. So there is not much point in setting this option anymore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge cvs tags.Jesse Adkins2010-10-067-12/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>