• B
    USB: allow match on bInterfaceNumber · 81df2d59
    Bjørn Mork 提交于
    Some composite USB devices provide multiple interfaces
    with different functions, all using "vendor-specific"
    for class/subclass/protocol.  Another OS use interface
    numbers to match the driver and interface. It seems
    these devices are designed with that in mind - using
    static interface numbers for the different functions.
    
    This adds support for matching against the
    bInterfaceNumber, allowing such devices to be supported
    without having to resort to testing against interface
    number whitelists and/or blacklists in the probe.
    Signed-off-by: NBjørn Mork <bjorn@mork.no>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    81df2d59
mod_devicetable.h 16.2 KB