index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
udl.c
Age
Commit message (
Expand
)
Author
2023-05-07
RISC-V support that works on QEMU with a single hart.
skrll
2022-09-06
Don't hold a spin lock entering usbd_transfer.
nat
2022-09-06
Do a full screen update upon vt switch.
nat
2022-09-06
Ensure the device is fully initialized before starting the update thread.
nat
2022-09-06
Don't throttle the frame rate.
nat
2022-09-06
Finally fix the blitting function.
nat
2022-05-17
fix few typos in comments.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-09-05
Round of uvm.h cleanup.
riastradh
2019-12-27
s/transfered/transferred/
msaitoh
2019-09-14
Fix error handling, to prevent kernel crashes at detach time. The code is
maxv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-04-01
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
ryo
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2016-12-04
Whitespace
skrll
2016-11-25
+#include "opt_usb.h"
skrll
2016-10-18
Stop crash when switching vt or leaving X windows.
nat
2016-10-17
Add a kthread to update display with framebuffer contents.
nat
2016-10-17
Add DisplayLink FY-DVI usb adaptor.
nat
2016-04-23
Merge nick-nhusb
skrll
2016-01-19
Add three devices:
msaitoh
2014-12-12
Add BUFFALO GX-DVI/U2B DisplayLink USB-DVI box. PR#49105 from MOCHIDA Shuji.
msaitoh
2014-02-23
Update a comment
skrll
2013-11-14
Use __diagused
skrll
2013-09-14
Conditionalize udl_draw_line_comp and udl_cmp_add_buf_comp
joerg
2013-01-14
PR/47447: YAMASHIRO, Jun: New device id for udl(4)
christos
2012-12-27
Consistent/Correct error message from failing usbd_set_config.
skrll
2011-11-20
Added "Lenovo ThinkVision LT1421 Wide" entry.
nonaka
2011-07-22
PR/45133: usb/udl(4): Add new device ID
nonaka
2011-06-11
Added LCD-8000UD-DVI entry.
nonaka
2010-04-11
add the 19" Samsung display, make udl handle it
drochner
2010-02-24
Fix porting miss.
kiyohara
2009-11-30
Add a driver for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors.
tsutsui