diff options
| author | rpaulo <rpaulo@NetBSD.org> | 2005-10-29 17:18:40 +0000 |
|---|---|---|
| committer | rpaulo <rpaulo@NetBSD.org> | 2005-10-29 17:18:40 +0000 |
| commit | 2b6672222b9632c0d449ffd7b1f542f4d73ed99c (patch) | |
| tree | 8728fd9ca81de5d6da08b6aafb7699acdac48652 /sys/dev/usb/usbdevs_data.h | |
| parent | b2880bdd35edf1e866a9cd568a29e604fac47b9d (diff) | |
regen
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 7f4d5e58850..f23ca4dcb81 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.420 2005/09/16 23:54:25 jmcneill Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.421 2005/10/29 17:18:40 rpaulo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp + * NetBSD: usbdevs,v 1.416 2005/10/29 17:18:08 rpaulo Exp */ /* @@ -678,6 +678,10 @@ const struct usb_vendor usb_vendors[] = { "Alaris", }, { + USB_VENDOR_CREATIVE3, + "Creative Labs", + }, + { USB_VENDOR_APEX, "Apex", }, @@ -1586,7 +1590,7 @@ const struct usb_vendor usb_vendors[] = { "Hewlett Packard", }, }; -const int usb_nvendors = 385; +const int usb_nvendors = 386; const struct usb_product usb_products[] = { { @@ -2302,6 +2306,10 @@ const struct usb_product usb_products[] = { "Voip Blaster", }, { + USB_VENDOR_CREATIVE3, USB_PRODUCT_CREATIVE3_OPTICAL_MOUSE, + "Notebook Optical Mouse", + }, + { USB_VENDOR_CSR, USB_PRODUCT_CSR_BLUETOOTH, "Bluetooth USB Adapter", }, @@ -5374,4 +5382,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 946; +const int usb_nproducts = 947; |
