Skip to content

Commit

Permalink
Add the 2024 non-pro legion ID
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed May 8, 2024
1 parent cb5447a commit d3075d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ use std::{

pub mod error;

const KNOWN_DEVICE_INFOS: [(u16, u16, u16, u16); 10] = [
(0x048d, 0xc995, 0xff89, 0x00cc), // 2024
const KNOWN_DEVICE_INFOS: [(u16, u16, u16, u16); 11] = [
(0x048d, 0xc995, 0xff89, 0x00cc), // 2024 Pro
(0x048d, 0xc994, 0xff89, 0x00cc), // 2024
(0x048d, 0xc993, 0xff89, 0x00cc), // 2024 LOQ
(0x048d, 0xc985, 0xff89, 0x00cc), // 2023
(0x048d, 0xc985, 0xff89, 0x00cc), // 2023 Pro
(0x048d, 0xc984, 0xff89, 0x00cc), // 2023
(0x048d, 0xc983, 0xff89, 0x00cc), // 2023 LOQ
(0x048d, 0xc975, 0xff89, 0x00cc), // 2022
Expand Down

0 comments on commit d3075d8

Please sign in to comment.