xf86-input-keyboard: Changes to 'refs/tags/xf86-input-keyboard-1.2.2'

Eric Anholt anholt at kemper.freedesktop.org
Wed Sep 5 09:14:55 PDT 2007


Tag 'xf86-input-keyboard-1.2.2' created by Eric Anholt <eric at anholt.net> at 2007-09-05 17:11 -0700

xf86-input-keyboard 1.2.2

Changes since xf86-input-keyboard-1.1.1:
Alan Coopersmith:
      Update Solaris port to work with os layer move into kbd driver
      renamed: .cvsignore -> .gitignore
      Update key mappings before we walk them looking for modifiers, not after
      Remove old wrappers used for sharing code between keyboard & kbd drivers
      Sun bug 6312042: Preserve NumLock & CapsLock state on Xorg startup
      Remove unused variables

Daniel Stone:
      move os keyboard layer into kbd driver, remove legacy keyboard driver
      add xf86OSKbd.h to build system, _SOURCES -> _SRCS
      bump to 1.2.1
      add xf86Keymap.h, fix _SOURCES -> _SRCS in Makefile.am
      don't release keys on newer servers

Eric Anholt:
      Bug #9748: Include GPL license by Rik Faith for some lnx_kbd.c contents.
      Bump version to 1.2.2 for release.

Julien Cristau:
      Keep module version up-to-date using PACKAGE_VERSION_*

Samuel Thibault:
      Fix key led update

---
 .gitignore        |    1 
 configure.ac      |   77 ++-
 man/Makefile.am   |    4 
 src/Makefile.am   |   45 +-
 src/at_scancode.c |  131 ++++++
 src/bsd_KbdMap.c  | 1087 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/bsd_kbd.c     |  527 ++++++++++++++++++++++++++
 src/bsd_kbd.h     |    5 
 src/hurd_kbd.c    |  176 ++++++++
 src/kbd.c         |   90 +---
 src/lnx_KbdMap.c  |  605 ++++++++++++++++++++++++++++++
 src/lnx_kbd.c     |  484 ++++++++++++++++++++++++
 src/lnx_kbd.h     |    5 
 src/sco_KbdMap.c  |  308 +++++++++++++++
 src/sco_kbd.c     |  485 ++++++++++++++++++++++++
 src/sco_kbd.h     |   20 
 src/sun_kbd.c     |  448 ++++++++++++++++++++++
 src/sun_kbd.h     |   44 ++
 src/sun_kbdMap.c  |  671 +++++++++++++++++++++++++++++++++
 src/xf86Keymap.h  |  308 +++++++++++++++
 src/xf86OSKbd.h   |  132 ++++++
 21 files changed, 5538 insertions(+), 115 deletions(-)
---


More information about the xorg-commit mailing list