rpms/kernel/devel linux-2.6-usb-conexant-extra-id.patch, NONE, 1.1 kernel-2.6.spec, 1.1716, 1.1717

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 28 18:46:50 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2434

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-usb-conexant-extra-id.patch 
Log Message:
* Mon Nov 28 2005 Dave Jones <davej at redhat.com>
- Additional ID for Conexant AccessRunner USB driver (#174339)


linux-2.6-usb-conexant-extra-id.patch:
 cxacru.c |    3 +++
 1 files changed, 3 insertions(+)

--- NEW FILE linux-2.6-usb-conexant-extra-id.patch ---
--- linux-2.6.14/drivers/usb/atm/cxacru.c~	2005-11-28 13:41:15.000000000 -0500
+++ linux-2.6.14/drivers/usb/atm/cxacru.c	2005-11-28 13:41:49.000000000 -0500
@@ -787,6 +787,9 @@ static const struct usb_device_id cxacru
 	{ /* V = Conexant			P = ADSL modem (Hasbani project)	*/
 		USB_DEVICE(0x0572, 0xcb00),	.driver_info = (unsigned long) &cxacru_cb00
 	},
+	{ /* V = Conexant             P = ADSL modem (Well PTI-800 */
+		USB_DEVICE(0x0572, 0xcb02),	.driver_info = (unsigned long) &cxacru_cb00
+	},
 	{ /* V = Conexant			P = ADSL modem				*/
 		USB_DEVICE(0x0572, 0xcb01),	.driver_info = (unsigned long) &cxacru_cb00
 	},


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1716
retrieving revision 1.1717
diff -u -r1.1716 -r1.1717
--- kernel-2.6.spec	28 Nov 2005 17:30:13 -0000	1.1716
+++ kernel-2.6.spec	28 Nov 2005 18:46:44 -0000	1.1717
@@ -332,6 +332,7 @@
 Patch1720: linux-2.6-selinux-hush.patch
 Patch1750: linux-2.6-ub.patch
 Patch1760: linux-2.6-sata-enable-atapi-by-default.patch
+Patch1770: linux-2.6-usb-conexant-extra-id.patch
 
 # ACPI patches.
 Patch1800: linux-2.6-acpi-thinkpad-c2c3.patch
@@ -778,6 +779,8 @@
 %patch1750 -p1
 # Enable SATA ATAPI by default.
 %patch1760 -p1
+# Extra ID for Conexant USB driver
+%patch1770 -p1
 
 # ACPI patches.
 # Blacklist another 'No C2/C3 states' Thinkpad R40e BIOS.
@@ -1295,6 +1298,9 @@
 %endif
 
 %changelog
+* Mon Nov 28 2005 Dave Jones <davej at redhat.com>
+- Additional ID for Conexant AccessRunner USB driver (#174339)
+
 * Mon Nov 28 2005 David Woodhouse <dwmw2 at redhat.com>
 - Fix RX packet alignment and multicast on MV643xx Ethernet
 




More information about the fedora-cvs-commits mailing list