mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove extra */
Submitted by: Manfred Antar <null@pozo.com>
This commit is contained in:
parent
422e4f5b5b
commit
12bdf8d107
1 changed files with 1 additions and 1 deletions
|
|
@ -819,7 +819,7 @@ usbd_setup_pipe(usbd_device_handle dev, usbd_interface_handle iface,
|
|||
if (UE_GET_ADDR(ep->edesc->bEndpointAddress) != USB_CONTROL_ENDPOINT) {
|
||||
err = usbd_clear_endpoint_stall(p);
|
||||
/*
|
||||
* Some devices reject this command, so ignore a STALL. */
|
||||
* Some devices reject this command, so ignore a STALL.
|
||||
* Some device just time out on this command, so ignore
|
||||
* that too.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue