diff options
| author | reinoud <reinoud@NetBSD.org> | 2006-06-15 20:33:33 +0000 |
|---|---|---|
| committer | reinoud <reinoud@NetBSD.org> | 2006-06-15 20:33:33 +0000 |
| commit | faf56850ba09176f9d8a7e7973c2f5097d854459 (patch) | |
| tree | 89c0dfb4d0c5997de12fb18e61efd443223c2815 /sys/dev/usb/usbdevs_data.h | |
| parent | b541e8386ac3c7dfd309f2f5f9f56d234b2ed73b (diff) | |
Regen due to addition of MosChip Semiconductors MCS7830 Ethernet adapter
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 7caa2846801..0d23464084a 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.435 2006/06/08 17:57:14 rjs Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.436 2006/06/15 20:33:33 reinoud Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.431 2006/06/08 17:56:20 rjs Exp + * NetBSD: usbdevs,v 1.432 2006/06/15 20:30:24 reinoud Exp */ /* @@ -1610,6 +1610,10 @@ const struct usb_vendor usb_vendors[] = { "Intel", }, { + USB_VENDOR_MOSCHIP, + "MosChip Semiconductor", + }, + { USB_VENDOR_HP2, "Hewlett Packard", }, @@ -1618,7 +1622,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 393; +const int usb_nvendors = 394; const struct usb_product usb_products[] = { { @@ -3970,6 +3974,10 @@ const struct usb_product usb_products[] = { "Ethernet Adapter", }, { + USB_VENDOR_MOSCHIP, USB_PRODUCT_MOSCHIP_MCS7830, + "Ethernet Adapter", + }, + { USB_VENDOR_MOTOROLA, USB_PRODUCT_MOTOROLA_MC141555, "MC141555 hub controller", }, @@ -5470,4 +5478,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 962; +const int usb_nproducts = 963; |
