mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Another debug print
This commit is contained in:
parent
a11b260008
commit
c015a92e0c
@ -222,6 +222,8 @@ class Device(DeviceConfig, DevicePlugin):
|
|||||||
'USBDevice', 'vendor_id product_id bcd manufacturer product serial')(
|
'USBDevice', 'vendor_id product_id bcd manufacturer product serial')(
|
||||||
usbdevice.vendor_id, usbdevice.product_id, usbdevice.bcd,
|
usbdevice.vendor_id, usbdevice.product_id, usbdevice.bcd,
|
||||||
data.get('manufacturer') or '', data.get('product') or '', data.get('serial_number') or '')
|
data.get('manufacturer') or '', data.get('product') or '', data.get('serial_number') or '')
|
||||||
|
if debug:
|
||||||
|
prints('USB Info for device: {}'.format(dev))
|
||||||
return self.can_handle(dev, debug=debug)
|
return self.can_handle(dev, debug=debug)
|
||||||
|
|
||||||
def open_windows(self):
|
def open_windows(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user