diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2009-10-10 08:59:19 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2009-10-10 08:59:19 +0000 |
commit | 13837208b353da1fe2a2a8c8423937b4262ea09d (patch) | |
tree | 8b055a2b5f1b4814a75c48e6de9b79c91c592635 /sys/dev/usb/files.usb | |
parent | 43f7b8ac4ce917215ef14cfee8b9eaad1278bac7 (diff) |
Let udl select the maximum resolution supported by the udl device and the
monitor. Use the EDID parsing from videomode. -moj ok mglocker@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 8cfbe15ba49..27a3099e128 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.83 2009/05/09 19:23:07 mglocker Exp $ +# $OpenBSD: files.usb,v 1.84 2009/10/10 08:59:18 maja 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,7 +39,7 @@ device uvideo: video, firmload attach uvideo at uhub file dev/usb/uvideo.c uvideo -device udl: wsemuldisplaydev, rasops16 +device udl: wsemuldisplaydev, rasops16, edid attach udl at uhub file dev/usb/udl.c udl |