summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-12-22 20:51:19 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-12-22 20:51:19 +0000
commit2f911177811e54b9fbb15dae3d6807c0bd041b6b (patch)
treef6a9776504350fb3adde9af0620199bdfda7a5e2 /sys/dev/usb
parent9b39037a024c4ac28af78082240821c5646f157d (diff)
First shoot of the uvideo firmware package.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/uvideo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c
index 7d2b4539b2c..71843e1691f 100644
--- a/sys/dev/usb/uvideo.c
+++ b/sys/dev/usb/uvideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvideo.c,v 1.113 2008/12/22 13:33:43 mglocker Exp $ */
+/* $OpenBSD: uvideo.c,v 1.114 2008/12/22 20:51:18 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@ -253,14 +253,14 @@ struct uvideo_devs {
{
/* Needs firmware */
{ USB_VENDOR_RICOH, USB_PRODUCT_RICOH_VGPVCC7 },
- "r5u87x-05ca-183a.fw",
+ "uvideo_r5u87x_05ca-183a",
uvideo_ucode_loader_ricoh,
0
},
{
/* Needs firmware */
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_BLUETOOTH },
- "isight.fw",
+ "uvideo_isight_05ac-8300",
uvideo_ucode_loader_apple_isight,
0
},