mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
foo
This commit is contained in:
committed by
Will Greenberg
parent
3358a06454
commit
9967f93af2
@@ -391,7 +391,7 @@ pub fn enable_command_mode() -> Result<()> {
|
||||
|
||||
let timeout = Duration::from_secs(1);
|
||||
|
||||
if let Some(device) = open_usb_device(VENDOR_ID, PRODUCT_ID)? {
|
||||
if let Some(device) = open_usb_device(VENDOR_ID, 0xf626)? {
|
||||
let enable_command_mode = Control {
|
||||
control_type: ControlType::Vendor,
|
||||
recipient: Recipient::Device,
|
||||
|
||||
Reference in New Issue
Block a user