[Spice-commits] Changes to 'gudev'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 22 10:59:56 UTC 2019


New branch 'gudev' available with the following commits:
commit 1e3c959592094d1c39be90b4043eb95f9777c1e9
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 11:07:04 2019 +0100

    Remove GUdevDevice
    
    Now it's only a wrapper around libusb_device, so we can directly pass a
    libusb_device around rather than wrapping it in a GUdevDevice.

commit 0a1b5a297da76847b1e20726bff7b769e29d6557
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 13:41:21 2019 +0100

    Ignore duplicate devices in hotplug events
    
    This can happen with libusb hotplug during initial coldplug

commit f2f07954dcc0a103b265360722ae4cde9cd6692f
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 13:39:53 2019 +0100

    Persist libusb_device in usb-device-manager

commit 614317c52bee832aba8a1ebc81d48e21700d1539
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 11:21:15 2019 +0100

    Remove GUdevInfo
    
    Not really needed now that we have a libusb_device handy in GUdevDevice

commit 5e213f13a5cc6e59036194e665a89e2ead1debed
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 13:19:42 2019 +0100

    win-usb-dev: Remove unused functions

commit 22603488dde555fdf4d0b5b859723000b945477d
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 13:18:54 2019 +0100

    Remove unused  _SpiceUsbDeviceManagerPrivate::cold_plug
    
    Was used both by the code before _report_devices, and by the _add_udev
    code

commit c196b74f46d80a46b5fff018393c04f9067d7675
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 13:09:29 2019 +0100

    Remove unused spice_usb_device_manager_add_udev

commit 594c47dc59e21b608393dc9f78d7ba37c2f4119f
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 11:21:50 2019 +0100

    Make use of GUdevDevice::libusb_device in usb-device-manager.c

commit 7fc79e7f1e3592a9e7d2314014938e61245d7e3a
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 13:04:36 2019 +0100

    move coldplug to win-usb-dev
    
    But add_udev is still used, which makes use of the 'coldplug' list, so
    not the best way of splitting this..

commit 618d84f87ba035b635d27e10319731096cdce4df
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 11:21:03 2019 +0100

    gudev: Make sure libusb_device is up to date on hotplug/hotunplug events

commit 0135d831bc8929e45bac065f47daa1b4470ab7b0
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 10:24:16 2019 +0100

    keep libusb_device in gudev_device

commit 8927505d54893066391214b3c2762c6240d3ff95
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Feb 20 09:46:19 2019 +0100

    Drop USE_GUDEV, it's Windows only now, follow-up to 8269a5be6

commit d33807479b1af1990224f488519c34d0a56c984b
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Feb 19 23:08:37 2019 +0100

    on windows, reuse libusb_context
    
    preparation for next patches

commit 081fc0fe2cd8a967a09286bc42942b324053d019
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Feb 19 22:58:57 2019 +0100

    split: Replace string based "add"/"removed" api with boolean

commit 1a5e0bdfee3fe8a7680c2f2b965c7b162d71077e
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Feb 19 22:54:38 2019 +0100

    Remove unused member



More information about the Spice-commits mailing list