Skip to content

Commit ab36015

Browse files
authored
Merge pull request #796 from tksc/topic/fastboot-remove-vendor-id-matching
driver/fastbootdriver: remove vendor_id matching
2 parents bd36290 + 5516d36 commit ab36015

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

labgrid/driver/fastbootdriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def __attrs_post_init__(self):
3232
def _get_fastboot_prefix(self):
3333
prefix = self.fastboot.command_prefix+[
3434
self.tool,
35-
"-i", hex(self.fastboot.vendor_id),
3635
"-s", "usb:{}".format(self.fastboot.path),
3736
]
3837

0 commit comments

Comments
 (0)