summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2019-04-08 17:53:53 -0400
committerReinhard Tartler <siretart@tauware.de>2019-04-08 17:53:53 -0400
commite63f2153e711998bb139fb44a643e3b75b61e0c4 (patch)
treee4ef5619f44989f2ef647c0a636d46b89e729302
parent3f6081ad335d123b14375fde0a4fb87d29c22dda (diff)
Incorporate NMU pcsc-cyberjack_3.99.5final.sp09-1.1
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/enable_pinpad_ecom.patch20
-rw-r--r--debian/patches/series1
3 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b24d2f0..3611103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pcsc-cyberjack (3.99.5final.sp09-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch from Frank Dietrich to re-enable proper support
+ for devices with id 0x400 and 0x401. (Closes: #819555)
+
+ -- Adrian Bunk <bunk@debian.org> Mon, 29 May 2017 21:33:13 +0300
+
pcsc-cyberjack (3.99.5final.sp09-1) unstable; urgency=medium
* Imported Upstream version 3.99.5final.SP09
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,
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..d481a2b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable_pinpad_ecom.patch