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

Peter Hutterer whot at kemper.freedesktop.org
Tue Sep 8 19:05:54 PDT 2009


Tag 'xf86-input-keyboard-1.3.99.1' created by Peter Hutterer <peter.hutterer at who-t.net> at 2009-09-09 03:04 -0700

keyboard 1.3.99.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqnDSMACgkQ4jt+cLRn8L8DVwCfasFRrOeGqHTcUTwkH4pBwJYA
L2QAoJiD6s0Scqzq3nfkpXdY2mKA/+kR
=y6e9
-----END PGP SIGNATURE-----

Changes since xf86-input-keyboard-1.3.2:
Aaron Zang (1):
      sun_kbd: Use HID ioctl variants to get/set direct mode on usbhid devices

Alan Coopersmith (13):
      Remove unused variables from Solaris code
      Make LED masks more consistently unsigned long to clear compiler/lint warnings
      Move ifdefs to clear "warning: statement has no consequent: if"
      Add note on hal-based configuration to man page
      Use XKB_DFLT_RULES from xorg-server.h for default xkb rules filename
      Add README with pointers to mailing list, bugzilla & git repos
      Remove Initialised static variable (not used since xf86AddModuleInfo removal)
      Solaris keyboard fixes for HAL hotplugging support
      Override HKTG & BSlash2 keycodes on Solaris
      Stop checking for #ifdef __SOL8__ - assume Solaris is at least Solaris 8
      Sun bug 6852921: Recycling Xorg runs out of file descriptors in kbd driver
      sun_kbd: re-open keyboard if needed in KbdOn
      sun_kbd: Check if streams module is already on the stack before pushing it

Alan Curry (1):
      KDGETLED needs a char, not an int.

Daniel Stone (8):
      Remove SpecialKey handling.
      Remove leftover ifdef XINPUT.
      Change KbdCtrlProc to a void
      Remove special support for Panix106
      No more special sun keyboards anymore.
      nec/jp layout is just "jp" these days.
      No autorepeat handling in the driver.
      Switch to new XKB API

David Miller (1):
      Fix xf86-input-keyboard build on Linux/sparc

Paulo Cesar Pereira de Andrade (1):
      Janitor: compiler warnings, .gitignore.

Peter Hutterer (6):
      unifdef XKB and remove all "noXkb" handling.
      Don't set xkb repeat rate from the driver.
      Really remove autorepeat.
      Return BadValue if the server failed to init the keyboard. (#21278)
      Remove ModuleInfoRec.
      keyboard 1.3.99.1

---
 .gitignore       |    4 
 README           |   20 ++
 configure.ac     |    2 
 man/.gitignore   |    2 
 man/kbd.man      |   19 +-
 src/.gitignore   |    6 
 src/bsd_kbd.c    |   47 -----
 src/hurd_kbd.c   |    2 
 src/kbd.c        |  475 +++++++------------------------------------------------
 src/lnx_kbd.c    |  239 ---------------------------
 src/sco_kbd.c    |   60 ------
 src/sun_kbd.c    |  168 ++++++++++++++++---
 src/sun_kbd.h    |    1 
 src/sun_kbdMap.c |   10 -
 src/xf86Keymap.h |    3 
 src/xf86OSKbd.h  |   10 -
 16 files changed, 255 insertions(+), 813 deletions(-)
---


More information about the xorg-commit mailing list