summaryrefslogtreecommitdiff
path: root/debian/patches/enable_pinpad_ecom.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/enable_pinpad_ecom.patch')
-rw-r--r--debian/patches/enable_pinpad_ecom.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/enable_pinpad_ecom.patch b/debian/patches/enable_pinpad_ecom.patch
new file mode 100644
index 0000000..48d6b58
--- /dev/null
+++ b/debian/patches/enable_pinpad_ecom.patch
@@ -0,0 +1,20 @@
+--- a/cjeca32/USBUnix.cpp 2016-02-10 11:52:17.000000000 +0100
++++ b/cjeca32/USBUnix.cpp 2017-01-05 22:11:09.671117747 +0100
+@@ -287,7 +287,7 @@ int CUSBUnix::Open() {
+ m_bulkIn=0x85;
+ m_intPipe=0x81;
+ break;
+-#if 0
++// #if 0
+ case 0x400:
+ Debug.Out("<USB>",
+ DEBUG_MASK_COMMUNICATION_ERROR,
+@@ -309,7 +309,7 @@ int CUSBUnix::Open() {
+ m_bulkIn=0x82;
+ m_intPipe=0x81;
+ break;
+-#endif
++// #endif
+ default:
+ Debug.Out("<USB>",
+ DEBUG_MASK_COMMUNICATION_ERROR,