Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-30 | The start() method no longer takes a metadata parameter | Bert Vermeulen | |
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2013-01-01 | Small cosmetic/consistency fixes in the PDs. | Uwe Hermann | |
2012-11-24 | All PDs: Name the files pd.py consistently. | Uwe Hermann | |
The Python module name is determined by the directory name (e.g. dcf77), the *.py file names in that directory don't matter and can be kept consistent. | |||
2012-07-04 | srd: 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-12 | srd: Cosmetics. | Uwe Hermann | |
2012-05-30 | srd: Cosmetics. | Uwe Hermann | |
2012-05-09 | srd: Add usable one-liner descriptions for all PDs. | Uwe Hermann | |
2012-03-24 | srd: List 'report()' in all PDs for consistency. | Uwe Hermann | |
2012-03-04 | srd: PDs: More cosmetics. | Uwe Hermann | |
2012-03-04 | srd: PDs: Consistency/cosmetic fixes. | Uwe Hermann | |
2012-02-28 | srd: PDs: Whitespace and cosmetics. | Uwe Hermann | |
2012-02-01 | srd: Move all protocol docs to __init__.py files. | Uwe Hermann | |
2012-01-31 | edid: properly deal with leading I2C crud + small fixes | Bert Vermeulen | |
2012-01-29 | edid: move PD docstring to __init__.py | Bert Vermeulen | |
also minor code cleanups | |||
2012-01-29 | srd: add EDID 1.3 decoder | Bert Vermeulen | |