1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-11-12 00:40:49 +01:00

add tolerance to yuancon usb report

This commit is contained in:
4yn 2022-07-28 02:12:28 +08:00
parent 17cd942148
commit 396e77ac38

View File

@ -177,7 +177,7 @@ impl HidJob {
0x02,
*disable_air,
|buf, input| {
if buf.len != 34 {
if buf.len != 34 && buf.len != 35 {
return;
}