summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/udl
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Build firmware for usb devices on arm64.jsg1-2/+2
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther1-2/+2
2016-08-10armish handled some early-gen arm machines, which required tons ofderaadt1-2/+2
2016-07-10Build firmware for USB devices on octeon.visa1-2/+2
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-3/+2
2015-05-26Build all the firmware for usb devices on armv7.jsg1-3/+3
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).matthieu1-1/+2
2013-03-25these will not be built for palm since it went awayderaadt1-2/+2
2010-01-30Build these firmwares on loongson.miod1-7/+8
2009-11-10Use buffered fwrite(3) to build the udl Huffman table,mpf1-10/+11
2009-08-26Name fields in the udl_huffman struct same as on the driver side tomglocker2-10/+10
2009-08-26Also avoid __packed struct to Huffman table in the driver side in favourmglocker2-4/+4
2009-08-25add error checkingderaadt1-3/+5
2009-08-25if we do not use __packed, we must write the values more carefullyderaadt1-3/+7
2009-08-25no need for __packed; ok mglockerderaadt1-2/+2
2009-08-2516bit Huffman table for pixel difference compression on udl(4) devices.mglocker3-0/+65636