REPLY_SIZE
char vendor[REPLY_SIZE];
char product[REPLY_SIZE];
memcpy(data, priv->cmd_buffer + 2, REPLY_SIZE);
u8 data[REPLY_SIZE];