summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-18Fixes for the ADB map.Thomas Klausner1-4/+4
- map the backspace key to KEY_BackSpace - swap LAlt and LMeta to match the keyboard (Alt=Alt/Option, Meta=Command) - add a keysym for . on the number pad ... so killing the Xserver with Ctrl-Alt-BackSpace works now and the default map matches an US keyboard without any xmodmap stunts. >From Michael Lorenz <macallan@NetBSD.org> Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-10-18Added keysyms for extra keys on Sun Type 6 USB keyboard.Thomas Klausner1-15/+15
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-10-18Added keysym for Power keys.Thomas Klausner1-1/+1
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-10-18Map the Sun keyboard "help" key.Thomas Klausner1-1/+1
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-10-18Added some missing keysyms to the ADB keymap.Thomas Klausner1-5/+5
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-03-27keyboard 1.7.0xf86-input-keyboard-1.7.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-03-27Use sigsafe logging for keyboard debug messagesPeter Hutterer4-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>
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson1-1/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-07-23xf86-input-keyboard 1.6.2xf86-input-keyboard-1.6.2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-23Link with $(XORG_LIBS) to support no-undefined linkingAlan Coopersmith1-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>
2012-05-05Recognize DragonFly as a BSD system.François Tigeot1-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>
2012-04-30Solaris: ensure "Device" option is set, even if HAL didn't set it for usAlan Coopersmith1-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>
2012-04-30Set XI_PROP_DEVICE_NODE property to string from "Device" optionAlan Coopersmith2-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>
2012-01-18Solaris: Use uchar_t, not int, for led masks in KIOCSLED/KIOCGLED ioctlsAlan Coopersmith1-3/+5
Avoids checking/setting the wrong bits on big endian machines like SPARC. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-01-04keyboard 1.6.1xf86-input-keyboard-1.6.1Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-10-03man: link to xkeyboard-config(7) (#14494)Peter Hutterer1-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>
2011-09-27Remove calls to xf86IsPc98()Peter Hutterer2-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>
2011-07-18Return proper default for unknown values in pInfo->device_control.Terry Lambert1-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>
2011-06-11man: update "rules" default value for xkeyboard-config.Matthieu Herrb1-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>
2011-03-08keyboard 1.6.0xf86-input-keyboard-1.6.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-08man: explain what grp_led:scroll does in the example conf sectionPeter Hutterer1-1/+2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed by: Magnus Kessler <Magnus.Kessler@gmx.net>
2011-03-08man: list xorg.conf.d snippets as possible configuration locationPeter Hutterer1-2/+3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed by: Magnus Kessler <Magnus.Kessler@gmx.net>
2011-03-08man: don't mention the core keyboard.Peter Hutterer1-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>
2011-02-21keyboard 1.5.99.901xf86-input-keyboard-1.5.99.901Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-18Removed unnecessary code, since ABI_XINPUT_VERSION >= 2Alexandr Shadchin1-44/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-18Require server 1.4 or laterAlexandr Shadchin1-1/+1
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-17Cleanup set the value of CustomKeycodesAlexandr Shadchin4-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>
2011-02-14Do not print values of Protocol twiceAlexandr Shadchin2-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>
2011-02-14Remove unused XQUEUEAlexandr Shadchin1-8/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-14lnx: Fix detect CustomKeycodes for __powerpc__Alexandr Shadchin1-1/+1
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-01-10Removing unused bell_pitch and bell_durationAlexandr Shadchin1-2/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-01-10Removing unused PROT_XQUEUE and PROT_USBAlexandr Shadchin1-2/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-01-10bsd: Replace deprecated xfree/xcalloc with free & callocAlexandr Shadchin1-6/+6
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-01-10Remove random History comment and OS_KBD_VERSION_CURRENTAlexandr Shadchin1-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>
2011-01-07Do not print values of variables XkbRules etc. twiceAlexandr Shadchin1-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>
2011-01-07bsd: Fix print wscons type keyboard for Sun5Alexandr Shadchin1-3/+3
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-07Fix default options for PC98Alexandr Shadchin1-1/+1
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-07Removing unused SetKbdRepeatAlexandr Shadchin4-37/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-05sun_kbd: Replace deprecated xfree/xcalloc with free & callocAlan Coopersmith1-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>
2011-01-05Make key codes for Sun Japanese keyboard match xkb-config mappingsJavier Acosta1-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>
2011-01-06Removing unused OpenBSD PCCONS codeAlexandr Shadchin1-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>
2011-01-03linux: warning fixesAdam Jackson1-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>
2011-01-03bsd: Include fixAlexandr Shadchin1-3/+1
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Alexandr Shadchin <alexandr.shadchin@gmail.com>
2011-01-03Remove unused codeAlexandr Shadchin1-139/+0
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Alexandr Shadchin <alexandr.shadchin@gmail.com>
2010-12-17Remove paranoia about event processing during suspendAdam Jackson1-4/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-11-30Removing unused variables vtSwitchSupported and VTSwitchEnabledAlexandr Shadchin5-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>
2010-11-29Removing unused variable kbdType.Alexandr Shadchin3-5/+0
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-22Adjust to input ABI 12.Peter Hutterer1-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>
2010-10-30xf86-input-keyboard 1.5.0xf86-input-keyboard-1.5.0Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>