Author: branden Date: 2004-01-16 14:06:22 -0500 (Fri, 16 Jan 2004) New Revision: 925
Modified: branches/4.3.0/sid/debian/patches/050_fix_lnx_io_kbd_rate_fix.diff branches/4.3.0/sid/debian/patches/055_lnx_evdev_keyboard.diff Log: Fix patch offsets. Modified: branches/4.3.0/sid/debian/patches/050_fix_lnx_io_kbd_rate_fix.diff =================================================================== --- branches/4.3.0/sid/debian/patches/050_fix_lnx_io_kbd_rate_fix.diff 2004-01-16 18:21:16 UTC (rev 924) +++ branches/4.3.0/sid/debian/patches/050_fix_lnx_io_kbd_rate_fix.diff 2004-01-16 19:06:22 UTC (rev 925) @@ -37,7 +37,7 @@ #ifdef KIOCSRATE --- xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c.orig 2004-01-16 13:17:10.000000000 -0500 +++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c 2004-01-16 13:18:21.000000000 -0500 -@@ -101,7 +101,9 @@ +@@ -100,7 +100,9 @@ #include <asm/kbio.h> #endif @@ -48,7 +48,7 @@ #if defined(LINUX_VERSION_CODE) && defined(KERNEL_VERSION) # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,42) # define rate period -@@ -143,6 +145,13 @@ +@@ -142,6 +144,13 @@ #endif /* KDKBDREP */ } Modified: branches/4.3.0/sid/debian/patches/055_lnx_evdev_keyboard.diff =================================================================== --- branches/4.3.0/sid/debian/patches/055_lnx_evdev_keyboard.diff 2004-01-16 18:21:16 UTC (rev 924) +++ branches/4.3.0/sid/debian/patches/055_lnx_evdev_keyboard.diff 2004-01-16 19:06:22 UTC (rev 925) @@ -11,7 +11,7 @@ #define KBC_TIMEOUT 250 /* Timeout in ms for sending to keyboard controller */ -@@ -491,8 +492,8 @@ +@@ -500,8 +501,8 @@ return TRUE; } @@ -22,7 +22,7 @@ { KbdDevPtr pKbd = pInfo->private; -@@ -531,3 +532,381 @@ +@@ -540,3 +541,381 @@ #endif return TRUE; }