Enable NFC for Linux and pcscd on Dell E7470 (and others) with ControlVault2
Jacek Kowalski
2019-03-25 74ff7ba12f2f5f422191609d6c8ccbfe5e19f6d1
bcm20795.py
@@ -86,8 +86,9 @@
      bcm_interface = None
      for interface in configuration:
         if interface.bInterfaceClass == 0xff and interface.iInterface == 0x08:
            if bcm_interface is not None:
               raise Exception('More than one vendor-specific interface found!')
            bcm_interface = interface
            break
      if bcm_interface is None:
         raise Exception('Cannot find vendor-specific interface')
      logger.debug('Interface found: {}'.format(bcm_interface._str()))