Re: [Qemu-devel] [PATCH 0/6] usb: descriptor rework.

2012-03-30 Thread Hans de Goede
Looks good, ack series. Acked-by: Hans de Goede On 03/29/2012 04:48 PM, Gerd Hoffmann wrote: Hi, This patch series reworks the usb descriptor handling in qemu. It adds a struct for the binary representation of usb descriptors. It is put into use for both generating usb descriptors (for e

[Qemu-devel] [PATCH 0/6] usb: descriptor rework.

2012-03-29 Thread Gerd Hoffmann
Hi, This patch series reworks the usb descriptor handling in qemu. It adds a struct for the binary representation of usb descriptors. It is put into use for both generating usb descriptors (for emulated devices) and parsing usb descriptors (usb-host driver). Additionally the usb-host parser c