haimgel / display-switch

Turn a $30 USB switch into a full-featured multi-monitor KVM switch
https://haim.dev/posts/2020-07-28-dual-monitor-kvm/
MIT License
2.82k stars 110 forks source link

Update rusb dependency to ^0.9.1 #111

Closed jabl closed 1 year ago

jabl commented 1 year ago

As part of the update, the context.register_callback() has been deprecated in favor of HotplugBuilder, so change the code to use that method instead.

This also seems to solve https://github.com/haimgel/display-switch/issues/110

haimgel commented 1 year ago

Thank you for this PR! On vacation rn, but should have time to review & merge this by the end of this week.