]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb-hub: add usb_hub_port_update()
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 24 May 2019 07:03:09 +0000 (09:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 29 May 2019 05:04:05 +0000 (07:04 +0200)
commit638ac2d8437b7600262bc584e3634f1aaca732cf
tree394058c56aaf7e93fe3e8f7288f1524c38c945de
parent868a420393e1231be75d12a3d0df67f3c466a56a
usb-hub: add usb_hub_port_update()

Helper function to update port status bits which depends on the
connected device.  We need the same logic for device attach and
port reset, so factor it out.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190524070310.4952-5-kraxel@redhat.com
hw/usb/dev-hub.c