summaryrefslogtreecommitdiff
path: root/decoders/edid
AgeCommit message (Collapse)Author
2012-07-04srd: i2cfilter: Output actual I2C packets.Uwe Hermann
Change this PD from an I2C->databytes converter/filter to an actual pure I2C filter in the sense that both input and output is a valid I2C protocol stream. Also, change the EDID decoder accordingly, to use the new i2cfilter output.
2012-06-12srd: Cosmetics.Uwe Hermann
2012-05-30srd: Cosmetics.Uwe Hermann
2012-05-09srd: Add usable one-liner descriptions for all PDs.Uwe Hermann
2012-03-24srd: List 'report()' in all PDs for consistency.Uwe Hermann
2012-03-04srd: PDs: More cosmetics.Uwe Hermann
2012-03-04srd: PDs: Consistency/cosmetic fixes.Uwe Hermann
2012-02-28srd: PDs: Whitespace and cosmetics.Uwe Hermann
2012-02-01srd: Move all protocol docs to __init__.py files.Uwe Hermann
2012-01-31edid: properly deal with leading I2C crud + small fixesBert Vermeulen
2012-01-29edid: move PD docstring to __init__.pyBert Vermeulen
also minor code cleanups
2012-01-29srd: add EDID 1.3 decoderBert Vermeulen