This commit is contained in:
christos 2010-10-01 21:08:27 +00:00
parent 732dd678dd
commit e5041587f1
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.555 2010/09/25 15:30:30 tsutsui Exp $ */
/* $NetBSD: usbdevs.h,v 1.556 2010/10/01 21:08:27 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.562 2010/09/25 15:29:40 tsutsui Exp
* NetBSD: usbdevs,v 1.563 2010/10/01 20:56:10 christos Exp
*/
/*
@ -2565,6 +2565,7 @@
/* Zoom Telephonics, Inc. products */
#define USB_PRODUCT_ZOOM_2986L 0x9700 /* 2986L Fax modem */
#define USB_PRODUCT_ZOOM_3095 0x3095 /* 3095 USB Fax modem */
/* Zydas Technology Corporation products */
#define USB_PRODUCT_ZYDAS_ZD1211 0x1211 /* ZD1211 WLAN abg */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.556 2010/09/25 15:30:30 tsutsui Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.557 2010/10/01 21:08:28 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.562 2010/09/25 15:29:40 tsutsui Exp
* NetBSD: usbdevs,v 1.563 2010/10/01 20:56:10 christos Exp
*/
/*
@ -7290,6 +7290,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_2986L,
"2986L Fax modem",
},
{
USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_3095,
"3095 USB Fax modem",
},
{
USB_VENDOR_ZYDAS, USB_PRODUCT_ZYDAS_ZD1211,
"ZD1211 WLAN abg",
@ -7327,4 +7331,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1349;
const int usb_nproducts = 1350;