Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build all the firmware for usb devices on armv7. | 2015-05-26 | 1 | -3/+3 | |
| | |||||
* | Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx). | 2015-05-24 | 1 | -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 away | 2013-03-25 | 1 | -2/+2 | |
| | |||||
* | Build these firmwares on loongson. | 2010-01-30 | 1 | -7/+8 | |
| | |||||
* | Use buffered fwrite(3) to build the udl Huffman table, | 2009-11-10 | 1 | -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 to | 2009-08-26 | 2 | -10/+10 | |
| | | | | simplify reading. | ||||
* | Also avoid __packed struct to Huffman table in the driver side in favour | 2009-08-26 | 2 | -4/+4 | |
| | | | | | | of performance. Instead generate the Huffman table with two ints. Suggested, help and OK deraadt@ | ||||
* | add error checking | 2009-08-25 | 1 | -3/+5 | |
| | |||||
* | if we do not use __packed, we must write the values more carefully | 2009-08-25 | 1 | -3/+7 | |
| | | | | ok mglocker | ||||
* | no need for __packed; ok mglocker | 2009-08-25 | 1 | -2/+2 | |
| | |||||
* | 16bit Huffman table for pixel difference compression on udl(4) devices. | 2009-08-25 | 3 | -0/+65636 | |