xserver-xorg-input-keyboard: Changes to 'refs/tags/xserver-xorg-input-keyboard-1_1.4.0-1'
Tag 'xserver-xorg-input-keyboard-1_1.4.0-1' created by Cyril Brulebois <kibi@debian.org> at 2009-12-05 22:17 +0000
Tagging upload of xserver-xorg-input-keyboard 1:1.4.0-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAksa3AgACgkQeGfVPHR5Nd2yWQCffZMzWbLr+Rvz00AXHvMfC6sW
ATEAni22ZCZ+m9QnnmL9vz3uAEnDHHGy
=Xkbl
-----END PGP SIGNATURE-----
Changes since xserver-xorg-input-keyboard-1_1.3.2-4:
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.
Cyril Brulebois (1):
Upload to experimental.
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
Julien Cristau (9):
xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
xsfbs.sh: remove unused analyze_path
xsfbs.sh: remove unused maplink function
xsfbs.sh: remove unused find_culprits function
xsfbs.sh: remove unused reject_whitespace function
xsfbs.mk: no need for shlibs.local
xsfbs.sh: fix typo and remove svn keyword
xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
xsfbs.mk: remove more obsolete code
Paulo Cesar Pereira de Andrade (1):
Janitor: compiler warnings, .gitignore.
Peter Hutterer (10):
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
Require macros 1.3 for XORG_DEFAULT_OPTIONS
Don't use XKB_DFLT_RULES from the server.
Remove now un-used autorepeat field.
keyboard 1.4.0
Timo Aaltonen (5):
Merge branch 'debian-unstable' of ../../xsfbs into debian-unstable
Merge commit 'xf86-input-keyboard-1.4.0' into debian-unstable
Update the changelogs.
Bump the build-dep on xutils-dev (>= 1:7.5~1).
Build against Xserver 1.7.
---
.gitignore | 4
ChangeLog | 347 ++++++++++++++++++++++++++++++++++++
README | 20 ++
configure.ac | 15 -
debian/changelog | 12 +
debian/control | 4
debian/xsfbs/xsfbs.mk | 21 --
debian/xsfbs/xsfbs.sh | 233 ------------------------
man/.gitignore | 2
man/kbd.man | 19 --
src/.gitignore | 6
src/bsd_kbd.c | 47 -----
src/hurd_kbd.c | 2
src/kbd.c | 470 ++++++--------------------------------------------
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 | 11 -
21 files changed, 617 insertions(+), 1077 deletions(-)
---
Reply to: