Update usb.go (#60)

Possible typo fix
This commit is contained in:
Biling Uliar
2018-12-22 22:43:27 +01:00
committed by Sebastian Zagrodzki
parent a50ac957b1
commit 04360a5457

2
usb.go
View File

@@ -112,7 +112,7 @@ The control endpoint is present regardless of the current device config, claimed
interfaces and their alternate settings. It makes a lot of sense, as the control endpoint is actually used, among others,
to issue commands to switch the active config or select an alternate setting for an interface.
Control commands are also ofen use to control the behavior of the device. There is no single
Control commands are also often used to control the behavior of the device. There is no single
standard for control commands though, and many devices implement their custom control command schema.
Control commands can be issued through Device.Control().