summaryrefslogtreecommitdiff
path: root/driver/xf86-video-wsudl
AgeCommit message (Collapse)Author
2009-09-27Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4).Marcus Glocker
2009-09-24wsudl(4) / udl(4) works on NetBSD as well now.Marcus Glocker
From FUKAUMI Naoki
2009-09-23If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudlMarcus Glocker
sleep for a bit before retrying, so we don't overload the kernel by busy looping. Tested and agreed matthieu@
2009-09-22XF86Config -> xorg.conf in comments.Matthieu Herrb
2009-09-22Initial Xorg driver to support DisplayLink USB display devices usingMarcus Glocker
the udl(4) device driver over wsdisplay(4). OK matthieu@, miod@