Module Name: src
Committed By: tsutsui
Date: Mon Nov 30 16:22:33 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Mention udl(4) USB display device support.
To generate a diff of this commit:
cvs rdiff -u -r1.1323 -r1.1324 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1323 src/doc/CHANGES:1.1324
--- src/doc/CHANGES:1.1323 Mon Nov 30 16:16:53 2009
+++ src/doc/CHANGES Mon Nov 30 16:22:33 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1323 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1324 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -491,3 +491,6 @@
support by ums(4). [mbalmer 20091128]
build.sh: Handle externally added programs and libraries and create
sets. [uebayasi 20091130]
+ udl(4): Add a driver for DisplayLink DL-1x0/1x5 based USB LCDs and
+ USB-VGA adaptors. Ported from OpenBSD by FUKAUMI Naoki
+ with many modification. [tsutsui 20091130]