]> git.proxmox.com Git - qemu.git/commit
usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS
authorHans de Goede <hdegoede@redhat.com>
Wed, 10 Nov 2010 09:06:23 +0000 (10:06 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Nov 2010 20:35:00 +0000 (14:35 -0600)
commit0f5160d1ea8bcd69d539f8a87a1b350d98fa5d52
treec943d7218028a9469aa3f495164caabc27441722
parent43ad7e3e986dea82831debad68e68cff552b6746
usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS

This allows us to recreate the sysfspath used during scanning later
(which will be used in a later patch in this series).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
usb-linux.c