summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2009-02-20 08:34:48 +0000
committermglocker <mglocker@openbsd.org>2009-02-20 08:34:48 +0000
commit8286c68cc24c42a8047b94c1e044a7f198ee434f (patch)
treeecf52f66dea09b6649140021032483b5d14f1306 /sys/dev
parentregen (diff)
downloadwireguard-openbsd-8286c68cc24c42a8047b94c1e044a7f198ee434f.tar.xz
wireguard-openbsd-8286c68cc24c42a8047b94c1e044a7f198ee434f.zip
Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uvideo.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index d7100a5c4da..da18a50645e 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.118 2009/02/20 08:24:07 mglocker Exp $ */
+/* $OpenBSD: uvideo.c,v 1.119 2009/02/20 08:34:48 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -295,6 +295,13 @@ struct uvideo_devs {
},
{
/* Needs firmware */
+ { USB_VENDOR_RICOH, USB_PRODUCT_RICOH_VGPVCC9 },
+ "uvideo_r5u87x_05ca-183e",
+ uvideo_ucode_loader_ricoh,
+ 0
+ },
+ {
+ /* Needs firmware */
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH },
"uvideo_isight_05ac-8300",
uvideo_ucode_loader_apple_isight,