diff options
author | 2008-12-08 21:09:15 +0000 | |
---|---|---|
committer | 2008-12-08 21:09:15 +0000 | |
commit | b3d28c6125fba734abb6e453a36adf15e56a75c7 (patch) | |
tree | b67a8833a74da8644158d7027a6a1c26aab35f2d /sys/dev/usb/usbdevs_data.h | |
parent | isight (diff) | |
download | wireguard-openbsd-b3d28c6125fba734abb6e453a36adf15e56a75c7.tar.xz wireguard-openbsd-b3d28c6125fba734abb6e453a36adf15e56a75c7.zip |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index bb8d0399a5f..4d9e66f6597 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.399 2008/12/03 18:29:50 damien Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.400 2008/12/08 21:09:15 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.395 2008/12/03 18:28:21 damien Exp + * OpenBSD: usbdevs,v 1.396 2008/12/08 21:09:07 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -574,6 +574,10 @@ const struct usb_known_product usb_known_products[] = { "Bluetooth", }, { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ISIGHT, + "iSight", + }, + { USB_VENDOR_ARANEUS, USB_PRODUCT_ARANEUS_ALEA, "True Random Number Generator", }, |