Description: Suppress unbind-helper warning.
 We don't package it, so no need to make a noise about it.
Author: Stefano Rivera <stefanor@debian.org>

--- a/hdmi2usb/modeswitch/lsusb.py
+++ b/hdmi2usb/modeswitch/lsusb.py
@@ -37,7 +37,7 @@
     logging.warning("unbind-helper not found, will have to run as root!")
     return None
 
-unbind_helper = find_unbind_helper()
+unbind_helper = None
 
 
 SYS_ROOT = '/sys/bus/usb/devices'
