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

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



Author: schizo
Date: 2006-06-21 01:02:53 +0000 (Wed, 21 Jun 2006)
New Revision: 1663

Modified:
   linux-kernel-headers/trunk/debian/changelog
   linux-kernel-headers/trunk/debian/patches/series
   linux-kernel-headers/trunk/debian/patches/videodev2-timeval.patch
Log:
  * New upstream release 2.6.17.1.
  * Update videodev2-timeval.patch.
  * Disable linux-input-input_device.patch.


Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog	2006-06-19 19:26:05 UTC (rev 1662)
+++ linux-kernel-headers/trunk/debian/changelog	2006-06-21 01:02:53 UTC (rev 1663)
@@ -1,3 +1,11 @@
+linux-kernel-headers (2.6.17.1-1) unstable; urgency=low
+
+  * New upstream release 2.6.17.1.
+  * Update videodev2-timeval.patch.
+  * Disable linux-input-input_device.patch.
+
+ -- Clint Adams <schizo@debian.org>  Tue, 20 Jun 2006 20:34:44 -0400
+
 linux-kernel-headers (2.6.16.20-6) unstable; urgency=low
 
   * Fix for byteorder-const.patch on arm from Martin Michlmayr.

Modified: linux-kernel-headers/trunk/debian/patches/series
===================================================================
--- linux-kernel-headers/trunk/debian/patches/series	2006-06-19 19:26:05 UTC (rev 1662)
+++ linux-kernel-headers/trunk/debian/patches/series	2006-06-21 01:02:53 UTC (rev 1663)
@@ -32,4 +32,4 @@
 usb.patch -p0
 videodev2-timeval.patch -p0
 asm-powerpc-unaligned.patch
-linux-input-input_device.patch
+#linux-input-input_device.patch

Modified: linux-kernel-headers/trunk/debian/patches/videodev2-timeval.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/videodev2-timeval.patch	2006-06-19 19:26:05 UTC (rev 1662)
+++ linux-kernel-headers/trunk/debian/patches/videodev2-timeval.patch	2006-06-21 01:02:53 UTC (rev 1663)
@@ -3,18 +3,16 @@
 one in time.h, even though it has the same fields with types of the same
 lengths.  So just use the userspace one in userspace!
 
-Update 2005-05-05 gotom.
-
 Index: include/linux/videodev2.h
 ===================================================================
---- include/linux/videodev2.h.orig	2006-06-05 13:18:23.000000000 -0400
-+++ include/linux/videodev2.h	2006-06-10 00:24:32.932387855 -0400
-@@ -17,6 +17,8 @@
- #include <linux/time.h> /* need struct timeval */
+--- include/linux/videodev2.h.orig	2006-06-20 05:31:55.000000000 -0400
++++ include/linux/videodev2.h	2006-06-20 20:46:56.667418632 -0400
+@@ -18,6 +18,8 @@
  #include <linux/poll.h>
  #include <linux/device.h>
+ #include <linux/mutex.h>
 +#else
-+#include <time.h> /* need struct timeval */
++#include <time.h>
  #endif
  #include <linux/compiler.h> /* need __user */
  



Reply to: