mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update readme, slash configs
This commit is contained in:
@@ -24,7 +24,7 @@ impl USBRaw {
|
||||
}
|
||||
|
||||
fn get_dev_handle(
|
||||
device: &Device<rusb::GlobalContext>,
|
||||
device: &Device<rusb::GlobalContext>
|
||||
) -> Result<DeviceHandle<rusb::GlobalContext>> {
|
||||
// We don't expect this ID to ever change
|
||||
let device = device.open()?;
|
||||
@@ -42,7 +42,7 @@ impl USBRaw {
|
||||
0x35e, // value
|
||||
0x00, // index
|
||||
message,
|
||||
Duration::from_millis(200),
|
||||
Duration::from_millis(200)
|
||||
)
|
||||
.map_err(PlatformError::USB)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user