Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A Quote: Originally Posted by Quoth Almost all AV software fails on new malware and periodically damages systems with false positives. <snip> Don't rely on AV. When I did IT in the past, all the computers with...
path.join(base, 'calibre-eject.exe') class USBDevice: def __init__(self, dev): self.idVendor = dev[0] self.idProduct = dev[1] self.bcdDevice = dev[2] if iswindows: # Getting this information requires communicating with the device # we only do that in the can_handle_windows() ...