diff options
| author | christos <christos@NetBSD.org> | 2010-10-01 21:08:27 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-10-01 21:08:27 +0000 |
| commit | e5041587f1d9fc48b2bbcbd12976da5f81d8c92c (patch) | |
| tree | 96f478716a97a04164af973d0bc33526fce3bf74 /sys/dev/usb/usbdevs_data.h | |
| parent | 732dd678dddfd7acfc65248bcbcb45dfd57e7481 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 0187a0f5f0c..8375b65f0fc 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -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 */ /* @@ -7291,6 +7291,10 @@ const struct usb_product usb_products[] = { "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; |
