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:
rejoe2 2023-08-30 14:48:40 +02:00 committed by GitHub
parent 3105cd4380
commit c0bb7403f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 },