summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/udl (follow)
Commit message (Collapse)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
| | | | | enable udl firmware and COMPAT_RAW_KBD to make udl useable with X. ok jsg@
* 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
| | | | | rather than doing 131074 write(2)s. OK mglocker, deraadt.
* Name fields in the udl_huffman struct same as on the driver side tomglocker2009-08-262-10/+10
| | | | simplify reading.
* Also avoid __packed struct to Huffman table in the driver side in favourmglocker2009-08-262-4/+4
| | | | | | of performance. Instead generate the Huffman table with two ints. Suggested, help and OK deraadt@
* add error checkingderaadt2009-08-251-3/+5
|
* if we do not use __packed, we must write the values more carefullyderaadt2009-08-251-3/+7
| | | | ok mglocker
* 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