diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-01 09:48:21 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-01 09:48:21 +0000 |
commit | 539efb5e41e1b0ee68b3434be63c8d5bd35a04f0 (patch) | |
tree | 429527c9b8b414fa3933381a7fea463abf34538c /sys/dev/usb/usbdevs | |
parent | c36ebd0ad9e805685097f825b5d0eb6381c8d6fc (diff) |
New USB device driver for Audio/Video capture devices based on the
Fushicai USBTV007 chip.
The chip specific code has been written by Lubomir Rintel and Federico
Simoncelli. Patrick Keshishian has ported it to OpenBSD and wrote the
remaining code based on uvideo(4).
Input and help also from mpi@ and ratchov@.
ok mpi
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 6b37d31415d..bacf813056a 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.665 2016/06/01 00:21:43 chris Exp $ +$OpenBSD: usbdevs,v 1.666 2016/06/01 09:48:20 mglocker Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -591,6 +591,7 @@ vendor SILABS5 0x1ba4 Silicon Labs vendor CORSAIR 0x1b1c Corsair vendor MATRIXORB 0x1b3d Matrix Orbital vendor TORADEX 0x1b67 Toradex inc. +vendor FUSHICAI 0x1b71 Fushicai vendor OVISLINK 0x1b75 OvisLink vendor TML 0x1b91 The Mobility Lab vendor TCTMOBILE 0x1bbb TCT Mobile @@ -1997,6 +1998,9 @@ product FUJITSUCOMP VIRTETH 0xa4a2 Virtual Eth Device /* Fujitsu Siemens Computers products */ product FSC E5400 0x1009 PrismGT USB 2.0 WLAN +/* Fushicai */ +product FUSHICAI USBTV007 0x3002 Fushicai Audio-Video Grabber + /* G.Mate */ product GMATE YP3X00 0x1001 YP3X00 PDA |