diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-09 19:23:08 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-09 19:23:08 +0000 |
commit | 12f3ea40e46deb8cb10e6c55ea6ad8d03dccdd85 (patch) | |
tree | 45bcb1bb48451b3d6c94686e0975928122e203ae /sys/dev/usb/files.usb | |
parent | f887e7365a5d4a9e35498e5183fe4506316e3823 (diff) |
Initial console device driver for USB displays based on the DisplayLink
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer. Based on
the reversed engineered specifications of Florian Echtler. The driver
is disabled in GENERIC for now.
Thanks to claudio@ for donating me a device and to oga@ and miod@ for
giving me hints in the graphic and wsdisplay area.
OK deraadt
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index faacdb428ff..8cfbe15ba49 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.82 2009/03/23 21:53:57 damien Exp $ +# $OpenBSD: files.usb,v 1.83 2009/05/09 19:23:07 mglocker Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -39,6 +39,10 @@ device uvideo: video, firmload attach uvideo at uhub file dev/usb/uvideo.c uvideo +device udl: wsemuldisplaydev, rasops16 +attach udl at uhub +file dev/usb/udl.c udl + # MIDI devices device umidi: midibus attach umidi at uhub |