aboutsummaryrefslogtreecommitdiffstats
path: root/packages/librfid/files/010-rc632-definitions-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/librfid/files/010-rc632-definitions-fix.patch')
-rw-r--r--packages/librfid/files/010-rc632-definitions-fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/librfid/files/010-rc632-definitions-fix.patch b/packages/librfid/files/010-rc632-definitions-fix.patch
new file mode 100644
index 0000000000..bfb70229b2
--- /dev/null
+++ b/packages/librfid/files/010-rc632-definitions-fix.patch
@@ -0,0 +1,15 @@
+Index: librfid-svn/src/rc632.h
+===================================================================
+--- librfid-svn.orig/src/rc632.h 2008-01-31 13:27:49.000000000 -0500
++++ librfid-svn/src/rc632.h 2008-02-23 19:18:51.000000000 -0500
+@@ -70,8 +70,8 @@
+ enum rc632_reg_status {
+ RC632_STAT_LOALERT = 0x01,
+ RC632_STAT_HIALERT = 0x02,
+- RC632_STAT_IRQ = 0x04,
+- RC632_STAT_ERR = 0x08,
++ RC632_STAT_ERR = 0x04,
++ RC632_STAT_IRQ = 0x08,
+ #define RC632_STAT_MODEM_MASK 0x70
+ RC632_STAT_MODEM_IDLE = 0x00,
+ RC632_STAT_MODEM_TXSOF = 0x10,