Merge branch 'patch-1' of https://github.com/ThomasKaiser/util-linux
This commit is contained in:
commit
a3b47fbfac
1 changed files with 18 additions and 0 deletions
|
@ -176,12 +176,30 @@ static const struct id_part marvell_part[] = {
|
|||
};
|
||||
|
||||
static const struct id_part apple_part[] = {
|
||||
{ 0x000, "Swift" },
|
||||
{ 0x001, "Cyclone" },
|
||||
{ 0x002, "Typhoon" },
|
||||
{ 0x003, "Typhoon/Capri" },
|
||||
{ 0x004, "Twister" },
|
||||
{ 0x005, "Twister/Elba/Malta" },
|
||||
{ 0x006, "Hurricane" },
|
||||
{ 0x007, "Hurricane/Myst" },
|
||||
{ 0x008, "Monsoon" },
|
||||
{ 0x009, "Mistral" },
|
||||
{ 0x00b, "Vortex" },
|
||||
{ 0x00c, "Tempest" },
|
||||
{ 0x00f, "Tempest-M9" },
|
||||
{ 0x010, "Vortex/Aruba" },
|
||||
{ 0x011, "Tempest/Aruba" },
|
||||
{ 0x012, "Lightning" },
|
||||
{ 0x013, "Thunder" },
|
||||
{ 0x020, "Icestorm-A14" },
|
||||
{ 0x021, "Firestorm-A14" },
|
||||
{ 0x022, "Icestorm-M1" },
|
||||
{ 0x023, "Firestorm-M1" },
|
||||
{ 0x024, "Icestorm-M1-Pro" },
|
||||
{ 0x025, "Firestorm-M1-Pro" },
|
||||
{ 0x026, "Thunder-M10" },
|
||||
{ 0x028, "Icestorm-M1-Max" },
|
||||
{ 0x029, "Firestorm-M1-Max" },
|
||||
{ 0x030, "Blizzard-A15" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue