mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 14:13:54 +08:00
openpilot v0.8.4 release
This commit is contained in:
@@ -179,7 +179,7 @@ class Panda(object):
|
||||
self.bootstub = device.getProductID() == 0xddee
|
||||
self.legacy = (device.getbcdDevice() != 0x2300)
|
||||
self._handle = device.open()
|
||||
if sys.platform not in ["win32", "cygwin", "msys"]:
|
||||
if sys.platform not in ["win32", "cygwin", "msys", "darwin"]:
|
||||
self._handle.setAutoDetachKernelDriver(True)
|
||||
if claim:
|
||||
self._handle.claimInterface(0)
|
||||
|
||||
Reference in New Issue
Block a user