mirror of https://github.com/4yn/slidershim
add tolerance to yuancon usb report
parent
17cd942148
commit
396e77ac38
|
@ -177,7 +177,7 @@ impl HidJob {
|
||||||
0x02,
|
0x02,
|
||||||
*disable_air,
|
*disable_air,
|
||||||
|buf, input| {
|
|buf, input| {
|
||||||
if buf.len != 34 {
|
if buf.len != 34 && buf.len != 35 {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue