Author: branden Date: 2004-02-27 15:22:11 -0500 (Fri, 27 Feb 2004) New Revision: 1114
Modified: trunk/debian/patches/055_lnx_evdev_keyboard.diff Log: Add annotations (and copyright information for this non-trivial patch). Modified: trunk/debian/patches/055_lnx_evdev_keyboard.diff =================================================================== --- trunk/debian/patches/055_lnx_evdev_keyboard.diff 2004-02-27 20:10:19 UTC (rev 1113) +++ trunk/debian/patches/055_lnx_evdev_keyboard.diff 2004-02-27 20:22:11 UTC (rev 1114) @@ -1,5 +1,12 @@ $Id$ +Implement Linux evdev interface support for the keyboard. + +This patch by Zephaniah E. Hull. Copyrighted by him, 2002--2003, using the +"old X license". + +Not submitted upstream. + --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c.orig 2004-02-26 13:31:44.000000000 -0500 +++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004-02-26 13:33:12.000000000 -0500 @@ -22,6 +22,7 @@

