summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udl.h
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2009-09-20 10:18:21 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2009-09-20 10:18:21 +0000
commit98d8d217384b07580dc1aba6f3f596da070b92b6 (patch)
tree63f1fc81224b3727686725787d438255106de0d6 /sys/dev/usb/udl.h
parent3ffd3724094528428a179e7ef91672424a6b73d2 (diff)
Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To
be completed.
Diffstat (limited to 'sys/dev/usb/udl.h')
-rw-r--r--sys/dev/usb/udl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/udl.h b/sys/dev/usb/udl.h
index 832e4dac8c3..cd4c66e4be9 100644
--- a/sys/dev/usb/udl.h
+++ b/sys/dev/usb/udl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: udl.h,v 1.11 2009/09/19 21:48:34 mglocker Exp $ */
+/* $OpenBSD: udl.h,v 1.12 2009/09/20 10:18:20 mglocker Exp $ */
/*
* Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org>
@@ -60,6 +60,8 @@ struct udl_softc {
struct rasops_info sc_ri;
uint8_t sc_nscreens;
+ int sc_mode;
+
#define UDL_CMD_XFER_COUNT 8
int sc_cmd_xfer_cnt;
struct udl_cmd_xfer sc_cmd_xfer[UDL_CMD_XFER_COUNT];