summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/udl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build all the firmware for usb devices on armv7.jsg2015-05-261-3/+3
* Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).matthieu2015-05-241-1/+2
* these will not be built for palm since it went awayderaadt2013-03-251-2/+2
* Build these firmwares on loongson.miod2010-01-301-7/+8
* Use buffered fwrite(3) to build the udl Huffman table,mpf2009-11-101-10/+11
* Name fields in the udl_huffman struct same as on the driver side tomglocker2009-08-262-10/+10
* Also avoid __packed struct to Huffman table in the driver side in favourmglocker2009-08-262-4/+4
* add error checkingderaadt2009-08-251-3/+5
* if we do not use __packed, we must write the values more carefullyderaadt2009-08-251-3/+7
* no need for __packed; ok mglockerderaadt2009-08-251-2/+2
* 16bit Huffman table for pixel difference compression on udl(4) devices.mglocker2009-08-253-0/+65636