[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1688 - in linux-kernel-headers/trunk/debian: . patches



Author: schizo
Date: 2006-07-27 00:47:11 +0000 (Thu, 27 Jul 2006)
New Revision: 1688

Added:
   linux-kernel-headers/trunk/debian/patches/linux-joystick.patch
Modified:
   linux-kernel-headers/trunk/debian/changelog
   linux-kernel-headers/trunk/debian/patches/series
Log:
  * New upstream release 2.6.17.6. 
  * Fix broken linux/joystick.h.  closes: #378295.


Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog	2006-07-25 03:44:27 UTC (rev 1687)
+++ linux-kernel-headers/trunk/debian/changelog	2006-07-27 00:47:11 UTC (rev 1688)
@@ -1,6 +1,13 @@
+linux-kernel-headers (2.6.17.6-1) unstable; urgency=low
+
+  * New upstream release 2.6.17.6. 
+  * Fix broken linux/joystick.h.  closes: #378295.
+
+ -- Clint Adams <schizo@debian.org>  Sun, 23 Jul 2006 01:30:26 -0400
+
 linux-kernel-headers (2.6.17.3-1) unstable; urgency=low
 
-  * New upstream release release 2.6.17.3.
+  * New upstream release 2.6.17.3.
 
  -- Clint Adams <schizo@debian.org>  Mon,  3 Jul 2006 16:22:38 -0400
 

Added: linux-kernel-headers/trunk/debian/patches/linux-joystick.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/linux-joystick.patch	2006-07-25 03:44:27 UTC (rev 1687)
+++ linux-kernel-headers/trunk/debian/patches/linux-joystick.patch	2006-07-27 00:47:11 UTC (rev 1688)
@@ -0,0 +1,32 @@
+Index: linux-kernel-headers-2.6.17.6/include/linux/joystick.h
+===================================================================
+--- linux-kernel-headers-2.6.17.6.orig/include/linux/joystick.h	2006-07-23 02:00:49.000000000 -0400
++++ linux-kernel-headers-2.6.17.6/include/linux/joystick.h	2006-07-23 02:01:39.671675343 -0400
+@@ -117,19 +117,19 @@
+ };
+ 
+ struct JS_DATA_SAVE_TYPE_32 {
+-	int32_t JS_TIMEOUT;
+-	int32_t BUSY;
+-	int32_t JS_EXPIRETIME;
+-	int32_t JS_TIMELIMIT;
++	__s32 JS_TIMEOUT;
++	__s32 BUSY;
++	__s32 JS_EXPIRETIME;
++	__s32 JS_TIMELIMIT;
+ 	struct JS_DATA_TYPE JS_SAVE;
+ 	struct JS_DATA_TYPE JS_CORR;
+ };
+ 
+ struct JS_DATA_SAVE_TYPE_64 {
+-	int32_t JS_TIMEOUT;
+-	int32_t BUSY;
+-	int64_t JS_EXPIRETIME;
+-	int64_t JS_TIMELIMIT;
++	__s32 JS_TIMEOUT;
++	__s32 BUSY;
++	__s64 JS_EXPIRETIME;
++	__s64 JS_TIMELIMIT;
+ 	struct JS_DATA_TYPE JS_SAVE;
+ 	struct JS_DATA_TYPE JS_CORR;
+ };

Modified: linux-kernel-headers/trunk/debian/patches/series
===================================================================
--- linux-kernel-headers/trunk/debian/patches/series	2006-07-25 03:44:27 UTC (rev 1687)
+++ linux-kernel-headers/trunk/debian/patches/series	2006-07-27 00:47:11 UTC (rev 1688)
@@ -33,3 +33,4 @@
 videodev2-timeval.patch -p0
 asm-powerpc-unaligned.patch
 #linux-input-input_device.patch
+linux-joystick.patch



Reply to: