diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-10-08 17:26:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-10-08 17:26:03 +0000 |
commit | ffce9007b8668e8c89e3e2ac929e34185814f3e0 (patch) | |
tree | 0ce8b4063bd67411310044c3d31be0569e7eabcf /sys/arch/amd64/conf | |
parent | 94ebc472f707c947052aa3dff9e6638bde390a86 (diff) |
enable 3 new OAK usb sensors on at least two architectures
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a415ab90a90..12306a865cb 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.333 2012/09/27 14:01:35 jsg Exp $ +# $OpenBSD: GENERIC,v 1.334 2012/10/08 17:26:02 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -251,6 +251,9 @@ uthum* at uhidev? # TEMPerHUM sensor utrh* at uhidev? # USBRH sensor utwitch* at uhidev? # YUREX BBU sensor uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter +uoakrh* at uhidev? # Toradex OAK temp and rel humidity +uoaklux* at uhidev? # Toradex OAK LUX +uoakv* at uhidev? # Toradex OAK 10V sensor onewire* at uow? uvideo* at uhub? # USB Video video* at uvideo? |