Code cleanup
This commit is contained in:
parent
8cf68c5970
commit
83359bb2cc
@ -145,7 +145,8 @@ public final class InterfaceDescriptor implements UsbInterfaceDescriptor
|
||||
bInterfaceNumber() & 0xff,
|
||||
bAlternateSetting() & 0xff,
|
||||
bNumEndpoints() & 0xff,
|
||||
bInterfaceClass() & 0xff, DumpUtils.getUSBClassName(bInterfaceClass()),
|
||||
bInterfaceClass() & 0xff,
|
||||
DumpUtils.getUSBClassName(bInterfaceClass()),
|
||||
bInterfaceSubClass() & 0xff,
|
||||
bInterfaceProtocol() & 0xff,
|
||||
iInterface() & 0xff, sInterface,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user