Skip to content

Commit

Permalink
usb: tag xhci as hotpluggable
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Sep 23, 2014
1 parent 7334d65 commit 3533c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/usb/hcd-xhci.c
Expand Up @@ -3874,7 +3874,6 @@ static void xhci_class_init(ObjectClass *klass, void *data)
dc->vmsd = &vmstate_xhci;
dc->props = xhci_properties;
dc->reset = xhci_reset;
dc->hotpluggable = false;
set_bit(DEVICE_CATEGORY_USB, dc->categories);
k->init = usb_xhci_initfn;
k->exit = usb_xhci_exit;
Expand Down

0 comments on commit 3533c3d

Please sign in to comment.