[kernel] r7810 - in dists/trunk/linux-2.6/debian: . patches/features patches/series

Sven Luther luther at alioth.debian.org
Sat Nov 18 20:17:19 UTC 2006


Author: luther
Date: Sat Nov 18 21:17:18 2006
New Revision: 7810

Added:
   dists/trunk/linux-2.6/debian/patches/features/ti.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/6
Log:
Added support for TI ez430 development tool ID in ti_usb.


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Nov 18 21:17:18 2006
@@ -46,6 +46,10 @@
     strictly. Loosen it to apply to additional devices with a smaller bcd.
     (closes: #396375)
 
+  [ Sven Luther ]
+  * Added support for TI ez430 development tool ID in ti_usb.
+    Thanks to Oleg Verych for providing the patch.
+
  -- dann frazier <dannf at debian.org>  Fri, 17 Nov 2006 12:28:17 -0700
 
 linux-2.6 (2.6.18-5) unstable; urgency=low

Added: dists/trunk/linux-2.6/debian/patches/features/ti.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/features/ti.patch	Sat Nov 18 21:17:18 2006
@@ -0,0 +1,62 @@
+usb-serial: ti_usb, TI ez430 development tool ID
+
+Cc: Greg KH <greg at kroah.com>
+Signed-off-by: Oleg Verych <olecom at flower.upol.cz>
+---
+  Please apply to stable and rc kernels. Thanks.
+
+
+ drivers/usb/serial/ti_usb_3410_5052.c |    2 ++
+ drivers/usb/serial/ti_usb_3410_5052.h |    1 +
+ 2 files changed, 3 insertions(+)
+
+Index: linux-source-2.6.18/drivers/usb/serial/ti_usb_3410_5052.c
+===================================================================
+*** linux-source-2.6.18.orig/drivers/usb/serial/ti_usb_3410_5052.c	2006-11-17 08:54:28.378314000 +0100
+--- linux-source-2.6.18/drivers/usb/serial/ti_usb_3410_5052.c	2006-11-17 07:10:45.000000000 +0100
+***************
+*** 228,233 ****
+--- 228,234 ----
+  /* null entry */
+  static struct usb_device_id ti_id_table_3410[1+TI_EXTRA_VID_PID_COUNT+1] = {
+  	{ USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) },
++         { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) },
+  };
+  
+  static struct usb_device_id ti_id_table_5052[4+TI_EXTRA_VID_PID_COUNT+1] = {
+***************
+*** 239,244 ****
+--- 240,246 ----
+  
+  static struct usb_device_id ti_id_table_combined[] = {
+  	{ USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) },
++         { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) },
+  	{ USB_DEVICE(TI_VENDOR_ID, TI_5052_BOOT_PRODUCT_ID) },
+  	{ USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) },
+  	{ USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) },
+Index: linux-source-2.6.18/drivers/usb/serial/ti_usb_3410_5052.h
+===================================================================
+*** linux-source-2.6.18.orig/drivers/usb/serial/ti_usb_3410_5052.h	2006-11-17 08:54:25.402128000 +0100
+--- linux-source-2.6.18/drivers/usb/serial/ti_usb_3410_5052.h	2006-11-17 08:49:40.000000000 +0100
+***************
+*** 28,33 ****
+--- 28,34 ----
+  /* Vendor and product ids */
+  #define TI_VENDOR_ID			0x0451
+  #define TI_3410_PRODUCT_ID		0x3410
++ #define TI_3410_EZ430_ID		0xF430  /* TI ez430 development tool */
+  #define TI_5052_BOOT_PRODUCT_ID		0x5052	/* no EEPROM, no firmware */
+  #define TI_5152_BOOT_PRODUCT_ID		0x5152	/* no EEPROM, no firmware */
+  #define TI_5052_EEPROM_PRODUCT_ID	0x505A	/* EEPROM, no firmware */
+
+
+-- 
+To UNSUBSCRIBE, email to debian-kernel-REQUEST at lists.debian.org
+with a subject of "unsubscribe". Trouble? Contact listmaster at lists.debian.org
+
+---------------------------------------------------------------------------------------
+Orange vous informe que cet  e-mail a ete controle par l'anti-virus mail. 
+Aucun virus connu a ce jour par nos services n'a ete detecte.
+
+
+

Modified: dists/trunk/linux-2.6/debian/patches/series/6
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/6	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/6	Sat Nov 18 21:17:18 2006
@@ -19,3 +19,5 @@
 + bugfix/arm/versatile-pci.patch
 + bugfix/arm/nslu2-disk-leds.patch
 + bugfix/UCR-61S2B-unusual_dev-update.patch
++ features/ti.patch
+



More information about the Kernel-svn-changes mailing list