libusb.h   libusb.h 
skipping to change at line 98 skipping to change at line 98
/** Mass storage class */ /** Mass storage class */
LIBUSB_CLASS_MASS_STORAGE = 8, LIBUSB_CLASS_MASS_STORAGE = 8,
/** Hub class */ /** Hub class */
LIBUSB_CLASS_HUB = 9, LIBUSB_CLASS_HUB = 9,
/** Data class */ /** Data class */
LIBUSB_CLASS_DATA = 10, LIBUSB_CLASS_DATA = 10,
/** Wireless class */
LIBUSB_CLASS_WIRELESS = 0xe0,
/** Application class */
LIBUSB_CLASS_APPLICATION = 0xfe,
/** Class is vendor-specific */ /** Class is vendor-specific */
LIBUSB_CLASS_VENDOR_SPEC = 0xff LIBUSB_CLASS_VENDOR_SPEC = 0xff
}; };
/** \ingroup desc /** \ingroup desc
* Descriptor types as defined by the USB specification. */ * Descriptor types as defined by the USB specification. */
enum libusb_descriptor_type { enum libusb_descriptor_type {
/** Device descriptor. See libusb_device_descriptor. */ /** Device descriptor. See libusb_device_descriptor. */
LIBUSB_DT_DEVICE = 0x01, LIBUSB_DT_DEVICE = 0x01,
 End of changes. 1 change blocks. 
0 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/