- minor doc changes
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@152 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -30,12 +30,12 @@ public class Usb_Descriptor {
|
||||
USB_DT_HUB_NONVAR_SIZE = 7;
|
||||
|
||||
/**
|
||||
* Size of descriptor in bytes.
|
||||
* Size of descriptor in bytes
|
||||
*/
|
||||
public byte bLength;
|
||||
|
||||
/**
|
||||
* Type of descriptor.
|
||||
* Type of descriptor
|
||||
*/
|
||||
public byte bDescriptorType;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ public class Usb_Interface_Descriptor extends Usb_Descriptor {
|
||||
public static final int USB_MAXINTERFACES = 32;
|
||||
|
||||
/**
|
||||
* Number of interface
|
||||
* Number (identifier) of interface
|
||||
*/
|
||||
public byte bInterfaceNumber;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user