Remove BCD.Int, add BCD.Major/Minor. Remove USB spec versions
- I don't expect them to get much use, and reuse of BCD for USB spec version and device revision makes it somewhat confusing.
This commit is contained in:
@@ -76,6 +76,7 @@ var errorString = map[Error]string{
|
||||
// TransferStatus contains information about the result of a transfer.
|
||||
type TransferStatus uint8
|
||||
|
||||
// Transfer status values provided by libusb.
|
||||
const (
|
||||
TransferCompleted TransferStatus = C.LIBUSB_TRANSFER_COMPLETED
|
||||
TransferError TransferStatus = C.LIBUSB_TRANSFER_ERROR
|
||||
|
Reference in New Issue
Block a user