diff options
| author | cegger <cegger@NetBSD.org> | 2008-04-21 21:18:59 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2008-04-21 21:18:59 +0000 |
| commit | a76bb1857c1d966863eb623d3524b28a647a389e (patch) | |
| tree | b8226571ff5f1356ed3f8ded2c0de287a17ffafc /sys/dev/usb/usbdevs_data.h | |
| parent | a9cad030a2b083ad02c3e6e482a54799a43e7e51 (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 a5d108b9191..080d9469c33 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.495 2008/03/17 02:37:51 elric Exp $ */ +/* ??? */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.495 2008/02/24 20:22:06 rafal Exp + * NetBSD: usbdevs,v 1.497 2008/04/21 21:17:51 cegger Exp */ /* @@ -1598,6 +1598,10 @@ const struct usb_vendor usb_vendors[] = { "Shark", }, { + USB_VENDOR_PHISON, + "Phison Electronics Corp.", + }, + { USB_VENDOR_NOVATEL2, "Novatel", }, @@ -1826,7 +1830,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 445; +const int usb_nvendors = 446; const struct usb_product usb_products[] = { { |
