Searched refs:REQUEST_SENSE_LENGTH (Results 1 – 1 of 1) sorted by relevance
/external/libusb/examples/ |
D | xusb.c | 72 #define REQUEST_SENSE_LENGTH 0x12 macro 432 cdb[4] = REQUEST_SENSE_LENGTH; in get_sense() 434 …send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, … in get_sense() 435 …rc = libusb_bulk_transfer(handle, endpoint_in, (unsigned char*)&sense, REQUEST_SENSE_LENGTH, &size… in get_sense()
|