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