need a patch to handle cherry-pick debian/1.6.8-3
authorBdale Garbee <bdale@gag.com>
Tue, 13 Dec 2016 07:24:34 +0000 (00:24 -0700)
committerBdale Garbee <bdale@gag.com>
Tue, 13 Dec 2016 07:24:34 +0000 (00:24 -0700)
debian/patches/need-more-static.diff [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/need-more-static.diff b/debian/patches/need-more-static.diff
new file mode 100644 (file)
index 0000000..324d03a
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/src/stm/ao_usb_stm.c b/src/stm/ao_usb_stm.c
+index 0de501ab..f2b8ea94 100644
+--- a/src/stm/ao_usb_stm.c
++++ b/src/stm/ao_usb_stm.c
+@@ -174,7 +174,7 @@ static inline uint32_t ao_usb_epr_dtog_tx(uint32_t epr) {
+  * Set current device address and mark the
+  * interface as active
+  */
+-void
++static void
+ ao_usb_set_address(uint8_t address)
+ {
+       debug("ao_usb_set_address %02x\n", address);
index bb3937e1bd0bc71827593726abcf1a330d0f415d..9fb713b1b9ae761c07e65bf2a7c94885172a4289 100644 (file)
@@ -1 +1,2 @@
 pdclib-use-target-ar.diff
+need-more-static.diff