mirror of https://github.com/ARMmbed/mbed-os.git
Moved USB greentea tests
parent
9964212f9e
commit
30e9050f10
|
|
@ -185,7 +185,7 @@ class MSDUtils(object):
|
|||
return False
|
||||
|
||||
@staticmethod
|
||||
def _disk_path_windows(serial):
|
||||
def _disk_path_windows(serial):
|
||||
c = wmi.WMI()
|
||||
for physical_disk in c.Win32_DiskDrive():
|
||||
if serial == physical_disk.SerialNumber:
|
||||
|
|
@ -163,4 +163,3 @@ You may want to connect the device directly to the host machine with no hubs on
|
|||
[LN-linux_xhci_patch]: https://github.com/torvalds/linux/commit/f5249461b504d35aa1a40140983b7ec415807d9e
|
||||
[LN-xhci_lkml_discussion]: https://lkml.org/lkml/2016/12/15/388
|
||||
[LN-xhci_setpci]: https://linuxmusicians.com/viewtopic.php?t=16901
|
||||
|
||||
Loading…
Reference in New Issue