diff options
| author | augustss <augustss@NetBSD.org> | 2005-08-03 21:18:07 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2005-08-03 21:18:07 +0000 |
| commit | 97455524f16f5dc4720c7be47af1336ae1f37b63 (patch) | |
| tree | 3ce4373fc2474088ca8399d165ae356329f9e47f /sys/dev/usb/usbdevs_data.h | |
| parent | 8a14d84884f4bdc36c03a7249e207de088528ad2 (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 47cb2e42a1c..f40e4ca3889 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.412 2005/07/12 12:10:41 drochner Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.413 2005/08/03 21:18:07 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.407 2005/07/12 12:10:18 drochner Exp + * NetBSD: usbdevs,v 1.408 2005/08/03 21:17:50 augustss Exp */ /* @@ -1414,6 +1414,10 @@ const struct usb_vendor usb_vendors[] = { "Tsunami", }, { + USB_VENDOR_TARGUS, + "Targus", + }, + { USB_VENDOR_CREATIVE2, "Creative Labs", }, @@ -1574,7 +1578,7 @@ const struct usb_vendor usb_vendors[] = { "Hewlett Packard", }, }; -const int usb_nvendors = 382; +const int usb_nvendors = 383; const struct usb_product usb_products[] = { { @@ -4998,6 +5002,10 @@ const struct usb_product usb_products[] = { "USBPS2", }, { + USB_VENDOR_TARGUS, USB_PRODUCT_TARGUS_PAUM004, + "PAUM004 Mouse", + }, + { USB_VENDOR_TAUGA, USB_PRODUCT_TAUGA_CAMERAMATE, "CameraMate (DPCM_USB)", }, @@ -5314,4 +5322,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 934; +const int usb_nproducts = 935; |
