diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-01 11:40:01 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-01 11:40:01 +0000 |
commit | 246331793941c8e3261daa9f881dcbc67177daf4 (patch) | |
tree | 7dfd1f822b79ccf82fd631befdd09814d0bd4700 /sys/arch/octeon | |
parent | 4575b37ca8b82872b7a79df6fc7fbe1c9c06d09e (diff) |
Enable utvfu(4) everywhere where uvideo(4) is also enabled.
suggested by mpi
Diffstat (limited to 'sys/arch/octeon')
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index 9f6ebf64ba6..1505cef1a0f 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2016/03/18 05:38:10 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.26 2016/06/01 11:40:00 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -112,6 +112,9 @@ uaudio* at uhub? # USB Audio audio* at uaudio? uvideo* at uhub? # USB Video video* at uvideo? +utvfu* at uhub? # Fushicai Audio-Video Grabber +video* at utvfu? +audio* at utvfu? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices ugen* at uhub? # USB Generic driver |