File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -572,6 +572,9 @@ libusbp_error * libusbp_generic_handle_set_timeout(
572
572
uint32_t timeout );
573
573
574
574
/*! Performs a synchronous (blocking) control transfer on endpoint 0.
575
+ *
576
+ * Under Linux, this blocking transfer unfortunately cannot be interrupted with
577
+ * Ctrl+C.
575
578
*
576
579
* The @a buffer parameter should point to a buffer that is at least @a wLength
577
580
* bytes long.
@@ -595,7 +598,7 @@ libusbp_error * libusbp_control_transfer(
595
598
/*! Performs a synchronous (blocking) write of data to a bulk or interrupt
596
599
* endpoint.
597
600
*
598
- * Under Linux, this blocking write unfortunately cannot be interrupted with
601
+ * Under Linux, this blocking transfer unfortunately cannot be interrupted with
599
602
* Ctrl+C.
600
603
*
601
604
* The @a pipe_id parameter specifies which endpoint to use. This argument
@@ -620,7 +623,7 @@ libusbp_error * libusbp_write_pipe(
620
623
* an error when the device sends more data than can fit in the
621
624
* buffer. This type of error is called an overflow.
622
625
*
623
- * Under Linux, this blocking read unfortunately cannot be interrupted with
626
+ * Under Linux, this blocking transfer unfortunately cannot be interrupted with
624
627
* Ctrl+C.
625
628
*
626
629
* The @a pipe_id parameter specifies which endpoint to use. This argument
You can’t perform that action at this time.
0 commit comments