summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local
diff options
context:
space:
mode:
authorKevin Kirspel <kevin-kirspel@idexx.com>2017-05-17 08:40:29 -0400
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-19 07:24:30 +0200
commita7415b7f2fd3ca218459a8edd96e4e6e231f8746 (patch)
tree72d691d428e8b222011cf6fe06bccb3f4281a793 /rtemsbsd/include/rtems/bsd/local
parentAdd FREEBSD USB input device files (diff)
downloadrtems-libbsd-a7415b7f2fd3ca218459a8edd96e4e6e231f8746.tar.bz2
Add USB UGEN support for RTEMS
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/local')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_usb.h b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
index 7eb61487..2b7227bd 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_usb.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_usb.h
@@ -1,6 +1,6 @@
#define USB_HAVE_CONDVAR 1
-#define USB_HAVE_UGEN 0
+#define USB_HAVE_UGEN 1
#define USB_HAVE_BUSDMA 1