summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-4/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-9/+9
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-2/+2
* Rename udl_mode field to not shadow global `hz' variable.mpi2020-01-091-9/+9
* Convert to tsleep_nsec(9).mpi2020-01-051-2/+2
* Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPmglocker2019-11-061-4/+4
* Correct a bounds test. Coverity CID 1452930.jsg2017-09-051-2/+2
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-3/+5
* Add sizes to various free(9) calls. Fixing the simpler ones first.deraadt2017-03-261-4/+5
* Avoid calling usbd_set_config_no() in *_attach() and let the stack dompi2016-11-061-8/+2
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-8/+5
* add missing splx callsjsg2015-05-021-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-5/+4
* Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod2013-10-211-1/+23
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-10/+7
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-2/+4
* Don't use usbd_bulk_transfer() to submit a synchronous transfer. Thismpi2013-04-261-4/+4
* uvm_extern.h not uvm.htedu2013-04-171-2/+4
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-5/+3
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* the 'WIDE' was droppedjasper2012-09-181-2/+2
* support the Lenovo ThinkVision LT1421jasper2012-09-181-2/+3
* Add support for the udl(4) in the Polaris2 USB dockclaudio2012-03-261-2/+3
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-5/+1
* * add cfattach activate functions and call usbd_deactivate() in thejakemsr2010-12-271-2/+4
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-5/+1
* SUNWEIT DVI can be just about any chipset. Use the revision to select which.maja2010-10-161-25/+75
* Add proper malloc flags so we can attach again.mglocker2010-10-101-3/+3
* A few M_ZEROs without any M_WAITOK/M_NOWAITs.thib2010-09-271-2/+2
* annotate that this driver needs sc_dying codederaadt2010-08-311-1/+2
* Add some more devices. -mojmaja2010-07-291-1/+4
* Lilliput UM-70 uses the newer DL1x5 chipset. -mojmaja2010-07-191-2/+2
* Add another one. -mojmaja2010-06-271-2/+3
* Add ``StarTech CONV-USB2DVI'' udl device.mglocker2010-06-011-2/+3
* Enable transparent console cursor by adding a driver internal charactermglocker2010-04-121-12/+44
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Minor cleanup run, no functional changes;mglocker2009-10-111-33/+30
* Let udl select the maximum resolution supported by the udl device and themaja2009-10-101-31/+243
* If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernelmglocker2009-09-271-5/+17
* Fix artefacts in compression mode especially seen when running X.mglocker2009-09-261-2/+2
* Document a private ioctl range for wscons drivers (from Miod). Thereforemglocker2009-09-211-1/+2
* Remove XXX content about missing screen repaint when switching to EMULmglocker2009-09-201-2/+2
* For now just clear the screen when switching to emulation mode (need tomglocker2009-09-201-4/+30
* Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. Tomglocker2009-09-201-3/+20
* Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type ismglocker2009-09-191-7/+7
* Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, andmglocker2009-09-191-19/+19