d41583 linux_udev: silently ignore "bind" action

2 files Authored by John Keeping 3 years ago, Committed by Packit Service 3 years ago,
    linux_udev: silently ignore "bind" action
    
    When a driver is bound to a device, udev emits a "bind" action that
    causes libusb to log an error message:
    
    	libusb: error [udev_hotplug_event] ignoring udev action bind
    
    Since we know this action is not relevant for libusb, silently ignore it
    to avoid people thinking there is something wrong.
    
    There is already a debug log entry for the action, so there is no need
    to add a duplicate here.
    
    Signed-off-by: John Keeping <john@metanate.com>
    (cherry picked from commit f20f2be7825e34b5273af17fc0740c60bd352b32)
    
    patch_name: 0005-linux_udev-silently-ignore-bind-action.patch
    present_in_specfile: true
    location_in_specfile: 5
    squash_commits: true
    
        
file modified
+2 -0
file modified
+1 -1