Searched refs:USB_BUFF_SIZE (Results 1 – 1 of 1) sorted by relevance
36 #define USB_BUFF_SIZE 2048 macro371 read_buf = (char *)calloc(1, USB_BUFF_SIZE + 1); in usb_get_capability()379 if(read(fd, read_buf, USB_BUFF_SIZE) < 0) { in usb_get_capability()