head 1.2; access; symbols pkgsrc-2013Q3:1.1.0.38 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.36 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.34 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.32 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.30 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.28 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.26 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.24 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.22 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.20 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.18 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.16 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.14 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.12 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.10 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.8 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2013.11.01.01.22.48; author wiz; state dead; branches; next 1.1; commitid hLQKKrKlJq33Qvbx; 1.1 date 2009.03.14.11.12.32; author apb; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.8.0: 1.8.0: Consider this the NetBSD release, bringing the driver closer to sync with the NetBSD source directory. Non-BSD platforms should not be affected by these changes. Peter Hutterer (1): keyboard 1.8.0 Thomas Klausner (25): Added some missing keysyms to the ADB keymap. Map the Sun keyboard "help" key. Added keysym for Power keys. Added keysyms for extra keys on Sun Type 6 USB keyboard. Fixes for the ADB map. More ADB fixes. Add translation table for AT/PS2 pseudo XT scancodes. Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast. Add a couple mappings for keys found on Sun keyboards. Fix scan code 50 key on non-US-USB keyboards. Add a basic map for an LK201 keyboard. Set the version for the keyboard. Fix a shadowing warning, and add const. Recognize WSKBD_TYPE_MAPLE for dreamcast. Add default device for Protocol "wskbd". Add WSKBD_TYPE_LK201. Make OpenKeyboard() warn instead of error out. Fix wskbd handling when VT switching. Improve auto-detection. Move WSCONS case inside switch statement. Add some NetBSD feature detection code. Do not assume type in WS_*_MAP_SIZE macros. Factor out common code. Check open() return value. Whitespace fixes. 1.7.0: No big changes, but since we removed AM_MAINTAINER_MODE might as well bump the minor release number. Adam Jackson (1): configure: Drop AM_MAINTAINER_MODE Colin Walters (1): autogen.sh: Implement GNOME Build API Peter Hutterer (2): Use sigsafe logging for keyboard debug messages keyboard 1.7.0 @ text @$NetBSD: patch-ac,v 1.1 2009/03/14 11:12:32 apb Exp $ Changes from NetBSD xsrc/external/mit/xf86-input-keyboard/dist/\ src/bsd_kbd.c ---------------------------- revision 1.4 date: 2009/02/07 17:33:28; author: christos; state: Exp; lines: +7 -0 Set the version for the keyboard too. From Patrick Welche ---------------------------- --- src/bsd_kbd.c.orig 2008-12-04 00:01:46.000000000 +0200 +++ src/bsd_kbd.c @@@@ -454,6 +454,13 @@@@ OpenKeyboard(InputInfoPtr pInfo) #ifdef WSCONS_SUPPORT if( prot == PROT_WSCONS) { pKbd->consType = WSCONS; +#ifdef WSKBDIO_SETVERSION + int version = WSKBDIO_EVENT_VERSION; + if (ioctl(pInfo->fd, WSKBDIO_SETVERSION, &version) == -1) { + xf86Msg(X_WARNING, "%s: cannot set version\n", pInfo->name); + return FALSE; + } +#endif /* Find out keyboard type */ if (ioctl(pInfo->fd, WSKBDIO_GTYPE, &(pKbd->wsKbdType)) == -1) { xf86Msg(X_ERROR, "%s: cannot get keyboard type", pInfo->name); @ 1.1 log @xf86-input-keyboard-1.3.2nb1. Apply the following patch from NetBSD xsrc/external/mit/xf86-input-keyboard; thanks to joerg for providing a list of changes to apply. 2009-02-07 17:33 christos * src/bsd_kbd.c (1.4): Set the version for the keyboard too. From Patrick Welche @ text @d1 1 a1 1 $NetBSD$ @