zeroplus: Add support for Meilhaus Logian-16L.
Untested yet, but pretty likely to work.
This commit is contained in:
parent
42d14d9108
commit
fb1d341d6e
|
@ -50,6 +50,7 @@ static const struct zp_model zeroplus_models[] = {
|
|||
{0x0c12, 0x700e, "LAP-C(16032)", 16, 32, 100},
|
||||
{0x0c12, 0x7016, "LAP-C(162000)", 16, 2048, 200},
|
||||
{0x0c12, 0x7025, "LAP-C(16128+)", 16, 128, 200},
|
||||
{0x0c12, 0x7064, "Logian-16L", 16, 64, 100},
|
||||
{0x0c12, 0x7100, "AKIP-9101", 16, 256, 200},
|
||||
ALL_ZERO
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue