aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-08-06 10:13:02 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-08-06 10:13:02 +0000
commite48398bee7d1ec5fe2301118f1be2a160dd949bd (patch)
tree986264e0e83ff86bd96c9eeba35a4ee61d9a84ae
parent7292ac41755b6c13726d71d364b5a481f5d3b80e (diff)
downloadv-usb-e48398bee7d1ec5fe2301118f1be2a160dd949bd.tar.gz
v-usb-e48398bee7d1ec5fe2301118f1be2a160dd949bd.tar.bz2
v-usb-e48398bee7d1ec5fe2301118f1be2a160dd949bd.zip
- documented changes
-rw-r--r--usbdrv/Changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index b45f97e..34598e9 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -280,3 +280,7 @@ Scroll down to the bottom to see the most recent changes.
Jason Kotzin.
- Removed USBID-License.txt in favor of USB-IDs-for-free.txt and
USB-ID-FAQ.txt
+ - Fixed a bug in the 12.8 MHz module: End Of Packet decection was made in
+ the center between bit 0 and 1 of each byte. This is where the data lines
+ are expected to change and the sampled data may therefore be nonsense.
+ We therefore check EOP ONLY if bits 0 AND 1 have both been read as 0 on D-.