Re: [Qemu-devel] [usb] display device identifier string for user with info usb

2006-06-15 Thread Lonnie Mendez
On Wed, 2006-06-14 at 18:17 +0200, Fabrice Bellard wrote: > OK for this patch, but the following must be changed: > > 1) All instances of strcpy and strncpy must be replaced by pstrcpy. > > 2) product_name_size must be passed as parameter to usb_host_find_device(). lo. Attached is something

Re: [Qemu-devel] [usb] display device identifier string for user with info usb

2006-05-22 Thread Lonnie Mendez
Whoops. Wrong patch - missing 1 chunk - please see attached. --- qemu/hw/usb.h 2006-05-21 11:30:15.0 -0500 +++ qemu/hw/usb.h 2006-05-22 13:23:10.0 -0500 @@ -127,6 +127,7 @@ int (*handle_data)(USBDevice *dev, int pid, uint8_t devep, uint8_

[Qemu-devel] [usb] display device identifier string for user with info usb

2006-05-22 Thread Lonnie Mendez
The attached patch provides more output to accompany info usb. A device name is provided which is obtained from product string descriptor. This is to help clear up what device is which as the only information currently provided to the user are the bus and address the device has been given f