Use the correct firmware image filename on 009a devices.
This commit is contained in:
parent
2eb301576f
commit
82b42e4fd1
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ def default_fwext_name():
|
|||
return '6_07f_Lenovo.xpfwext'
|
||||
elif usb.usb_dev().idProduct == 0x0097:
|
||||
return '6_07f_lenovo_mis.xpfwext'
|
||||
elif usb.usb_dev().idVendor == 0x06cb:
|
||||
if usb.usb_dev().idProduct == 0x009a:
|
||||
return '6_07f_lenovo_mis_qm.xpfwext'
|
||||
|
||||
def upload_fwext(fw_path=None):
|
||||
# no idea what this is:
|
||||
|
|
|
|||
Loading…
Reference in a new issue