libuvcc  0.41a
simple uvc implementation for os x
 All Data Structures Functions Variables Typedefs Enumerations Groups Pages
USB standard requests

Macros

#define USB_REQ_GET_STATUS   0x00
 
#define USB_REQ_CLEAR_FEAT   0x01
 
#define USB_REQ_SET_FEAT   0x03
 
#define USB_REQ_SET_ADDR   0x05
 
#define USB_REQ_GET_DESC   0x06
 
#define USB_REQ_SET_DESC   0x07
 
#define USB_REQ_GET_CONF   0x08
 
#define USB_REQ_SET_CONF   0x09
 
#define USB_REQ_GET_IFACE   0x0a
 
#define USB_REQ_SET_IFACE   0x0b
 
#define USB_REQ_SYNCH_FRAME   0x0c
 

Detailed Description

Standars requests, see usb2 spec table 9-4, p.251 (279). Values 0x02 and 0x04 are reserved for future use.