Skip to content

Commit

Permalink
Merge pull request #32 from jacobrosenthal/board_update
Browse files Browse the repository at this point in the history
Board update
  • Loading branch information
jacobrosenthal authored Oct 17, 2020
2 parents a8e8f58 + f99af7f commit 2f9bc70
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions hf2/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,16 @@ fn verify(
pub fn vendor_map() -> std::collections::HashMap<u16, Vec<u16>> {
maplit::hashmap! {
0x1D50 => vec![0x6110, 0x6112],
0x239A => vec![0x0035, 0x002D, 0x0015, 0x001B, 0xB000, 0x0024, 0x000F, 0x0013, 0x0021, 0x0022, 0x0031, 0x002B, 0x0037, 0x0035, 0x002F, 0x002B, 0x0033, 0x0034, 0x003D, 0x0018, 0x001C, 0x001E, 0x0027, 0x0022],
0x04D8 => vec![0xEDB3, 0xEDBE, 0xEF66],
0x2341 => vec![0x024E, 0x8053, 0x024D],
0x239A => vec![0x007F, 0x00B3, 0x003F, 0x0051, 0x0093, 0x0087, 0x003B, 0x0071, 0x0045, 0x0063, 0x0029, 0x0079, 0x0061, 0xE005, 0x0095, 0x004D, 0x006B, 0x0057, 0x00B5, 0x007D, 0x00B9, 0x0065, 0x0047, 0x0049, 0x00AF, 0x00CD, 0x00BF, 0x00C3, 0x00CB, 0x00AB, 0x00C5, 0x00A5, 0x00A7, 0x00C7, 0x002D, 0x0015, 0x001B, 0xB000, 0x0024, 0x000F, 0x0013, 0x0021, 0x0031, 0x0037, 0x0035, 0x002F, 0x002B, 0x0033, 0x0034, 0x003D, 0x0018, 0x001C, 0x001E, 0x0027, 0x0022],
0x04D8 => vec![0xEC44, 0xEC64, 0xEC63, 0xEDB3, 0xEDBE, 0xEF66],
0x2341 => vec![0x0057, 0x024E, 0x8053, 0x024D],
0x16D0 => vec![0x0CDA],
0x03EB => vec![0x2402],
0x2886 => vec![0x000D, 0x002F],
0x2886 => vec![0x002D, 0x000D, 0x002F],
0x1B4F => vec![0x0D23, 0x0D22],
0x1209 => vec![0x4D44, 0x2017],
0x1209 => vec![0x805A, 0x7102, 0x4D44, 0x2017],
0x3171 => vec![0x0100],
0x1915 => vec![0x521F],
}
}

Expand Down

0 comments on commit 2f9bc70

Please sign in to comment.