mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
1267ef3902
commit
3a972c81cc
@ -941,6 +941,7 @@ def drives_for(vendor_id, product_id):
|
||||
if usbdev.vendor_id == vendor_id and usbdev.product_id == product_id:
|
||||
print('Drives for: {}'.format(usbdev))
|
||||
pprint(get_drive_letters_for_device(usbdev, debug=True))
|
||||
print('USB info:', get_usb_info(usbdev, debug=True))
|
||||
|
||||
if __name__ == '__main__':
|
||||
develop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user