Code cleanup

This commit is contained in:
Klaus Reimer 2013-04-13 12:36:14 +02:00
parent 8cf68c5970
commit 83359bb2cc

View File

@ -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,