summaryrefslogtreecommitdiff
path: root/rc632.h
diff options
context:
space:
mode:
Diffstat (limited to 'rc632.h')
-rw-r--r--rc632.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc632.h b/rc632.h
index 41beb2a..4ad0e99 100644
--- a/rc632.h
+++ b/rc632.h
@@ -117,7 +117,12 @@ enum rc632_reg_coder_control {
RC632_CDRCTRL_TXCD_ICODE_STD = 0x04,
RC632_CDRCTRL_RATE_848K = 0x00,
+#if 0
+ /* See mc073930.pdf, page 41 */
RC632_CDRCTRL_RATE_424K = 0x80,
+#else
+ RC632_CDRCTRL_RATE_424K = 0x08,
+#endif
RC632_CDRCTRL_RATE_212K = 0x10,
RC632_CDRCTRL_RATE_106K = 0x18,
RC632_CDRCTRL_RATE_14443B = 0x20,
personal git repositories of Harald Welte. Your mileage may vary