Add G731 support

This commit is contained in:
Luke D Jones
2020-08-04 22:04:25 +12:00
parent 7adb477e1b
commit 4011bdd554
8 changed files with 50 additions and 42 deletions
+1 -1
View File
@@ -10,8 +10,8 @@ const APPLY: u8 = 0xc3;
const SET: u8 = 0xc4;
use crate::config::Config;
use log::{error, info, warn};
use asus_nb::error::AuraError;
use log::{error, info, warn};
use rusb::{Device, DeviceHandle};
use std::error::Error;
use std::sync::Arc;