mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-04 19:19:09 -07:00
update adb version which fixes adb key missing error. Fixes #330
This commit is contained in:
committed by
Cooper Quintin
parent
4ee504fed7
commit
58843413b5
@@ -434,14 +434,6 @@ pub fn open_orbic() -> Result<Option<Interface>> {
|
||||
return Ok(Some(interface));
|
||||
}
|
||||
|
||||
// Another device with rndis enabled as well
|
||||
if let Some(device) = open_usb_device(VENDOR_ID, 0xf626)? {
|
||||
let interface = device
|
||||
.detach_and_claim_interface(1) // will reattach drivers on release
|
||||
.context("detach_and_claim_interface(1) failed")?;
|
||||
return Ok(Some(interface));
|
||||
}
|
||||
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user