Searched hist:"61 e094c049c1f58291e596910d300c7842cfd998" (Results 1 – 2 of 2) sorted by relevance
/qemu/include/hw/ |
H A D | usb.h | 61e094c049c1f58291e596910d300c7842cfd998 Mon Oct 26 14:56:48 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> usb: make attach optional.
Add a auto_attach field to USBDevice, which is enabled by default. USB drivers can clear this field in case they do *not* want the device being attached (i.e. plugged into a usb port) automatically after successfull init().
Use cases (see next patches): * attaching encrypted mass storage devices. * -usbdevice host:...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/hw/usb/ |
H A D | bus.c | 61e094c049c1f58291e596910d300c7842cfd998 Mon Oct 26 14:56:48 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> usb: make attach optional.
Add a auto_attach field to USBDevice, which is enabled by default. USB drivers can clear this field in case they do *not* want the device being attached (i.e. plugged into a usb port) automatically after successfull init().
Use cases (see next patches): * attaching encrypted mass storage devices. * -usbdevice host:...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|