Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb regen:



details:   https://anonhg.NetBSD.org/src/rev/285aeb0d19ee
branches:  trunk
changeset: 545897:285aeb0d19ee
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Apr 17 16:41:48 2003 +0000

description:
regen:
fix handle for Avance Logic (AVANCELOGIC, not ADVANCELOGIC), and add
id for their USB Audio Speaker
provided in PR kern/18986 by Yasushi Oshima

diffstat:

 sys/dev/usb/usbdevs.h      |   9 ++++++---
 sys/dev/usb/usbdevs_data.h |  12 +++++++++---
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (73 lines):

diff -r 60371edb6fe3 -r 285aeb0d19ee sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Thu Apr 17 16:41:00 2003 +0000
+++ b/sys/dev/usb/usbdevs.h     Thu Apr 17 16:41:48 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.317 2003/04/11 01:28:18 simonb Exp $     */
+/*     $NetBSD: usbdevs.h,v 1.318 2003/04/17 16:41:48 jdolecek Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.312 2003/04/11 01:25:25 simonb Exp 
+ *     NetBSD: usbdevs,v 1.313 2003/04/17 16:41:00 jdolecek Exp 
  */
 
 /*
@@ -223,7 +223,7 @@
 #define        USB_VENDOR_ACARD        0x0678          /* ACARD Technology */
 #define        USB_VENDOR_PROLIFIC     0x067b          /* Prolific Technology */
 #define        USB_VENDOR_SIEMENS      0x067c          /* Siemens */
-#define        USB_VENDOR_ADVANCELOGIC 0x0680          /* Avance Logic */
+#define        USB_VENDOR_AVANCELOGIC  0x0680          /* Avance Logic */
 #define        USB_VENDOR_HAGIWARA     0x0693          /* Hagiwara Sys-Com */
 #define        USB_VENDOR_MINOLTA      0x0686          /* Minolta */
 #define        USB_VENDOR_CTX  0x0698          /* Chuntex */
@@ -497,6 +497,9 @@
 /* Audio-Technica products */
 #define        USB_PRODUCT_AUDIOTECHNICA_ATCHA4USB     0x0009          /* ATC-HA4USB USB headphone */
 
+/* Avance Logic products */
+#define        USB_PRODUCT_AVANCELOGIC_USBAUDIO        0x0100          /* USB Audio Speaker */
+
 /* Avision products */
 #define        USB_PRODUCT_AVISION_1200U       0x0268          /* 1200U scanner */
 
diff -r 60371edb6fe3 -r 285aeb0d19ee sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Thu Apr 17 16:41:00 2003 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Thu Apr 17 16:41:48 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.318 2003/04/11 01:28:19 simonb Exp $        */
+/*     $NetBSD: usbdevs_data.h,v 1.319 2003/04/17 16:41:48 jdolecek Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.312 2003/04/11 01:25:25 simonb Exp 
+ *     NetBSD: usbdevs,v 1.313 2003/04/17 16:41:00 jdolecek Exp 
  */
 
 /*
@@ -490,6 +490,12 @@
            "ATC-HA4USB USB headphone",
        },
        {
+           USB_VENDOR_AVANCELOGIC, USB_PRODUCT_AVANCELOGIC_USBAUDIO,
+           0,
+           "Avance Logic",
+           "USB Audio Speaker",
+       },
+       {
            USB_VENDOR_AVISION, USB_PRODUCT_AVISION_1200U,
            0,
            "Avision",
@@ -4834,7 +4840,7 @@
            NULL,
        },
        {
-           USB_VENDOR_ADVANCELOGIC, 0,
+           USB_VENDOR_AVANCELOGIC, 0,
            USB_KNOWNDEV_NOPROD,
            "Avance Logic",
            NULL,



Home | Main Index | Thread Index | Old Index