summaryrefslogtreecommitdiff
path: root/lib/cp-usb-async.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cp-usb-async.c')
-rw-r--r--lib/cp-usb-async.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cp-usb-async.c b/lib/cp-usb-async.c
index 1fe09aad..6539394b 100644
--- a/lib/cp-usb-async.c
+++ b/lib/cp-usb-async.c
@@ -130,7 +130,7 @@ cp_usb_async_write(struct cp_usb_async *cp, uint8_t mask, uint8_t value)
0x37e1, /* value */
gpio_set, /* index */
0); /* length */
-
+
libusb_fill_control_transfer(cp->packet[p].transfer,
cp->handle,
cp->packet[p].data,
@@ -163,7 +163,7 @@ cp_usb_async_read(struct cp_usb_async *cp, uint8_t *valuep)
0x00c2, /* value */
0, /* index */
1); /* length */
-
+
libusb_fill_control_transfer(cp->packet[p].transfer,
cp->handle,
cp->packet[p].data,