Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Enable ualea(4) by default



details:   https://anonhg.NetBSD.org/src/rev/19ba9928b7c0
branches:  trunk
changeset: 932643:19ba9928b7c0
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 13 10:34:05 2020 +0000

description:
Enable ualea(4) by default

diffstat:

 sys/dev/usb/usbdevices.config |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r ee246c0cc18b -r 19ba9928b7c0 sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config     Wed May 13 10:33:16 2020 +0000
+++ b/sys/dev/usb/usbdevices.config     Wed May 13 10:34:05 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: usbdevices.config,v 1.38 2020/04/12 01:10:54 simonb Exp $
+#      $NetBSD: usbdevices.config,v 1.39 2020/05/13 10:34:05 martin Exp $
 #
 # This file contains all USB related configuration.
 # It is suitable for inclusion in a kernel config(5) file.
@@ -255,4 +255,4 @@
 bthub* at ubt?
 
 # Araneus Alea I/II TRNG
-#ualea* at uhub? port ? configuration ? interface ?
+ualea* at uhub? port ? configuration ? interface ?



Home | Main Index | Thread Index | Old Index