diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-15 17:36:30 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-15 17:36:30 +0000 |
commit | 90213f849b7559bc20bb312ea935af64c494a2d6 (patch) | |
tree | b9ee7f596b88bf2e982a2fc8ad5d5efdb4c4b3e8 /sys/dev/usb/usb_port.h | |
parent | 12a0da203499c6d86ab5f92639ebbcbbfdbebd1d (diff) |
urio(4) - Diamond Multimedia RIO 500 (from NetBSD)
This driver will eventually go away as it really should be implemented
using ugen(4) instead.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index c62154d7f66..6915c3711b1 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.13 2000/04/12 16:19:12 aaron Exp $ */ +/* $OpenBSD: usb_port.h,v 1.14 2000/04/15 17:36:28 jakob Exp $ */ /* $NetBSD: usb_port.h,v 1.28 2000/03/30 08:53:31 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -231,6 +231,7 @@ __CONCAT(dname,_detach)(self, flags) \ #define usbpoll usbselect #define uhidpoll uhidselect #define ugenpoll ugenselect +#define uriopoll urioselect #define powerhook_establish(fn, sc) (fn) #define powerhook_disestablish(hdl) |