diff options
author | 2015-09-15 19:33:35 +0000 | |
---|---|---|
committer | 2015-09-15 19:33:35 +0000 | |
commit | 8153509f906d4289445ab252ed9540ea54445839 (patch) | |
tree | 6b4c500e233c9aa7c70a9b903921f76d779ebeb8 /sys/dev/usb/usbdevs_data.h | |
parent | add fingerprint reader as found the x250 as well as another similar (diff) | |
download | wireguard-openbsd-8153509f906d4289445ab252ed9540ea54445839.tar.xz wireguard-openbsd-8153509f906d4289445ab252ed9540ea54445839.zip |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 0ae8f61c8db..e145ba8c56a 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.662 2015/08/24 04:05:40 jsg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.663 2015/09/15 19:33:35 jasper Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.656 2015/08/24 04:05:12 jsg Exp + * OpenBSD: usbdevs,v 1.657 2015/09/15 19:33:14 jasper Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -10990,6 +10990,14 @@ const struct usb_known_product usb_known_products[] = { "VFS5011 Fingerprint Reader", }, { + USB_VENDOR_VALIDITY, USB_PRODUCT_VALIDITY_VFS5011_2, + "VFS5011 Fingerprint Reader", + }, + { + USB_VENDOR_VALIDITY, USB_PRODUCT_VALIDITY_VFS5011_3, + "VFS5011 Fingerprint Reader", + }, + { USB_VENDOR_VALIDITY, USB_PRODUCT_VALIDITY_VFS5471, "VFS471 Fingerprint Reader", }, |