Module Name: src Committed By: jmcneill Date: Mon Apr 19 21:56:00 UTC 2010
Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen for SUNRISING SR9600 Fast Ethernet To generate a diff of this commit: cvs rdiff -u -r1.543 -r1.544 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.544 -r1.545 src/sys/dev/usb/usbdevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/usbdevs.h diff -u src/sys/dev/usb/usbdevs.h:1.543 src/sys/dev/usb/usbdevs.h:1.544 --- src/sys/dev/usb/usbdevs.h:1.543 Sun Apr 11 13:58:30 2010 +++ src/sys/dev/usb/usbdevs.h Mon Apr 19 21:56:00 2010 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.543 2010/04/11 13:58:30 drochner Exp $ */ +/* $NetBSD: usbdevs.h,v 1.544 2010/04/19 21:56:00 jmcneill Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.548 2010/04/11 13:57:22 drochner Exp + * NetBSD: usbdevs,v 1.549 2010/04/19 21:55:20 jmcneill Exp */ /* @@ -430,6 +430,7 @@ #define USB_VENDOR_FALCOM 0x0f94 /* Falcom Wireless Communications GmbH */ #define USB_VENDOR_RIM 0x0fca /* Research In Motion */ #define USB_VENDOR_DYNASTREAM 0x0fcf /* Dynastream Innovations */ +#define USB_VENDOR_SUNRISING 0x0fe6 /* SUNRISING */ #define USB_VENDOR_QUALCOMM 0x1004 /* Qualcomm */ #define USB_VENDOR_GIGABYTE 0x1044 /* GIGABYTE */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ @@ -2297,6 +2298,9 @@ /* XXX The above is a North American PC style keyboard possibly */ #define USB_PRODUCT_SUN_MOUSE 0x0100 /* Type 6 USB mouse */ +/* SUNRISING products */ +#define USB_PRODUCT_SUNRISING_SR9600 0x8101 /* SR9600 Ethernet */ + /* SuperTop products */ #define USB_PRODUCT_SUPERTOP_IDEBRIDGE 0x6600 /* SuperTop IDE Bridge */ Index: src/sys/dev/usb/usbdevs_data.h diff -u src/sys/dev/usb/usbdevs_data.h:1.544 src/sys/dev/usb/usbdevs_data.h:1.545 --- src/sys/dev/usb/usbdevs_data.h:1.544 Sun Apr 11 13:58:30 2010 +++ src/sys/dev/usb/usbdevs_data.h Mon Apr 19 21:56:00 2010 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.544 2010/04/11 13:58:30 drochner Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.545 2010/04/19 21:56:00 jmcneill Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.548 2010/04/11 13:57:22 drochner Exp + * NetBSD: usbdevs,v 1.549 2010/04/19 21:55:20 jmcneill Exp */ /* @@ -1499,6 +1499,10 @@ "Dynastream Innovations", }, { + USB_VENDOR_SUNRISING, + "SUNRISING", + }, + { USB_VENDOR_QUALCOMM, "Qualcomm", }, @@ -1899,7 +1903,7 @@ "GNU Radio USRP", }, }; -const int usb_nvendors = 465; +const int usb_nvendors = 466; const struct usb_product usb_products[] = { { @@ -6663,6 +6667,10 @@ "Type 6 USB mouse", }, { + USB_VENDOR_SUNRISING, USB_PRODUCT_SUNRISING_SR9600, + "SR9600 Ethernet", + }, + { USB_VENDOR_SUPERTOP, USB_PRODUCT_SUPERTOP_IDEBRIDGE, "SuperTop IDE Bridge", }, @@ -7155,4 +7163,4 @@ "Prestige", }, }; -const int usb_nproducts = 1313; +const int usb_nproducts = 1314;