mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
MI - add model codes
thx to beegee3 in https://github.com/lumapu/ahoy/issues/1111#issuecomment-1698100571 Only MI-600 (0x001311) is tested!
This commit is contained in:
parent
3105cd4380
commit
c0bb7403f3
1 changed files with 14 additions and 3 deletions
|
@ -260,9 +260,20 @@ typedef struct {
|
|||
} devInfo_t;
|
||||
|
||||
const devInfo_t devInfo[] = {
|
||||
// MI 2nd gen
|
||||
{ 0x13118f, 600 },
|
||||
|
||||
// MI 2nd gen; only 0x001311 is tested,
|
||||
// others (starting with MI-250) according to https://github.com/lumapu/ahoy/issues/1111#issuecomment-1698100571
|
||||
{ 0x000111, 250 },
|
||||
{ 0x000311, 300 },
|
||||
{ 0x000411, 350 },
|
||||
{ 0x001111, 500 },
|
||||
{ 0x001311, 600 },
|
||||
{ 0x001321, 600 },
|
||||
{ 0x001421, 700 },
|
||||
{ 0x001411, 700 },
|
||||
{ 0x002111, 1000 },
|
||||
{ 0x002311, 1200 },
|
||||
{ 0x002511, 1500 },
|
||||
{ 0x002411, 1500 },
|
||||
|
||||
// MI 3rd gen
|
||||
{ 0x100230, 1500 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue