diff options
| author | jmmv <jmmv@NetBSD.org> | 2004-10-11 15:28:00 +0000 |
|---|---|---|
| committer | jmmv <jmmv@NetBSD.org> | 2004-10-11 15:28:00 +0000 |
| commit | c6d18895ed06f3d971bf3d1a54969dcd232015f4 (patch) | |
| tree | 243b8ba8a025b1c615dcbc35a06b2b1b28ecee95 /sys/dev/usb/usbdevs_data.h | |
| parent | e97dc76a9333da65b8fd06760959e36ec2dd6c2c (diff) | |
Regen after addition of another vendor identifier for AIPTEK International
and the product identifier for AIPTEK International PenCam Mega 1.3.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 15be7809475..d6f56916b74 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.382 2004/07/07 21:54:38 mycroft Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.383 2004/10/11 15:28:00 jmmv Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.378 2004/07/07 21:54:21 mycroft Exp + * NetBSD: usbdevs,v 1.379 2004/10/11 15:26:53 jmmv Exp */ /* @@ -388,6 +388,12 @@ const struct usb_knowndev usb_knowndevs[] = { "SnapScan e52", }, { + USB_VENDOR_AIPTEK2, USB_PRODUCT_AIPTEK2_PENCAM_MEGA_1_3, + 0, + "AIPTEK International", + "PenCam Mega 1.3", + }, + { USB_VENDOR_AKS, USB_PRODUCT_AKS_USBHASP, 0, "Aladdin Knowledge Systems", @@ -5386,6 +5392,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_AIPTEK2, 0, + USB_KNOWNDEV_NOPROD, + "AIPTEK International", + NULL, + }, + { USB_VENDOR_ACER, 0, USB_KNOWNDEV_NOPROD, "Acer", |
