summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Revert "Close device fd when called with DEVICE_CLOSE"Alan Coopersmith2010-08-141-8/+0
| | | | | | | This reverts commit f8e219828db920c4cd7a2645a6194de029dc9bb5. (Sorry, failed to finish rebase operation to remove before pushing. As noted on xorg-devel, this patch was originally made for 1.3.2 and needs to be reworked to reflect later upstream changes.)
* Remove unused keyboardOptions.Peter Hutterer2010-08-121-34/+0
| | | | | | | These have been unused since May 2009 when the struct that used them was removed from the driver. See fe8d1f70fc7edce4f030766159aebae8f8a89ffc. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* sun_kbd: Add mappings for Hangul and Hanja keys on Korean keyboardOsamu Sayama2010-08-111-2/+13
| | | | | | | | Fixes Sun bug 6897086: Hangul and Hanja keys on Korean PC 105 keyboard are not recognized http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6897086 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Close device fd when called with DEVICE_CLOSEAaron Zang2010-08-111-0/+8
| | | | | | | | Fixes Solaris bug 6886424: VT - keyboard and mouse do not work when switching to vt7 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6886424 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge macro NEED_EVENTSFernando Carrijo2010-07-094-6/+0
| | | | | | Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: restore inputdir automake variableGaetan Nadon2010-06-162-2/+3
| | | | | | | | | | All input drivers use this variable to set the installation path of the input module. For this driver, it was changed in commit 708ecbf8557d9e676e3bb07c1f83170f6d9f7cd7. One way or another is fine, but breaking a pattern is error prone. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon2010-06-111-3/+0
| | | | | | | It depends on util-macros 1.8 The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: use AC_PROG_SED now supplied by XORG_MANPAGE_SECTIONSGaetan Nadon2010-06-111-1/+0
| | | | | | | It depends on util-macros 1.8 The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-06-112-21/+5
| | | | | | | | | Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: fix warnings, m4 quoting and layoutGaetan Nadon2010-05-141-23/+31
| | | | | | | | | | | Fix some m4 quoting Fix some autoconf warnings remove AC_PROG_CC as it overrides AC_PROG_C_C99 from XORG_DEFAULT_OPTIONS Regroup statements per section Add comments Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove unrequired AC_HEADER_STDCGaetan Nadon2010-05-141-3/+0
| | | | | | | | | Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro". Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: move inputproto check to PKG_CHECK_MODULESGaetan Nadon2010-05-141-4/+1
| | | | | | | | | | The XORG_DRIVER_CHECK_EXT macro conditionally adds inputproto to PKG_CHECK_MODULES if this extension is defined in xorg-server.h. It allows a module to use ifdef XINPUT if the extension is available. In this module, the extension is required and not optional. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove extension check for unused RANDR extensionGaetan Nadon2010-05-141-1/+0
| | | | | | | The randr protocol is not used, no randr*.h are included. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove extension check for non-existing XKB extensionGaetan Nadon2010-05-141-1/+0
| | | | | | | | | This extension name does not exist in xorg-server.h and cannot be used in XORG_DRIVER_CHECK_EXT. Further more, headers from kbproto are not used. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: Upgrade X.Org macros to 1.4 for INSTALL file copyingGaetan Nadon2010-05-141-3/+3
| | | | | Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2010-05-141-1/+0
| | | | | | | | | XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2010-05-141-4/+3
| | | | | | | Regroup AC statements at the top. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-05-141-1/+1
| | | | | | | | | | | Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: LNX_KBD_PERIOD_NAME not used since autorepeat was removedGaetan Nadon2010-05-141-18/+0
| | | | | | | | | In commit ae630aef17185dd8d2c23d0eb1b3287fa6e26268, the autorepeat feature was removed which was the only user of LNX_KBD_PERIOD_NAME. Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>