Submitter | Antonio Ospite |
---|---|
Date | 2014-12-30 09:56:12 |
Message ID | <1419933372-9003-1-git-send-email-ao2@ao2.it> |
Download | mbox | patch |
Permalink | /patch/4263/ |
State | Accepted |
Headers | show |
Comments
On Tue, 30 Dec 2014 10:56:12 +0100 Antonio Ospite <ao2@ao2.it> wrote: > Tested on a Teclast X98 Air 3G tablet. > > Signed-off-by: Antonio Ospite <ao2@ao2.it> > --- > chipset_enable.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/chipset_enable.c b/chipset_enable.c > index dd4e0ea..abab086 100644 > --- a/chipset_enable.c > +++ b/chipset_enable.c > @@ -1593,7 +1593,7 @@ const struct penable chipset_enables[] = { > {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000}, > {0x17f3, 0x6030, OK, "RDC", "R8610/R3210", enable_flash_rdc_r8610}, > {0x8086, 0x0c60, NT, "Intel", "S12x0", enable_flash_s12x0}, > - {0x8086, 0x0f1c, NT, "Intel", "Bay Trail", enable_flash_silvermont}, > + {0x8086, 0x0f1c, OK, "Intel", "Bay Trail", enable_flash_silvermont}, > {0x8086, 0x0f1d, NT, "Intel", "Bay Trail", enable_flash_silvermont}, > {0x8086, 0x0f1e, NT, "Intel", "Bay Trail", enable_flash_silvermont}, > {0x8086, 0x0f1f, NT, "Intel", "Bay Trail", enable_flash_silvermont}, I have done this in my tested stuff branch, committed in r1879. Thanks Antonio!
Patch
diff --git a/chipset_enable.c b/chipset_enable.c index dd4e0ea..abab086 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1593,7 +1593,7 @@ const struct penable chipset_enables[] = { {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000}, {0x17f3, 0x6030, OK, "RDC", "R8610/R3210", enable_flash_rdc_r8610}, {0x8086, 0x0c60, NT, "Intel", "S12x0", enable_flash_s12x0}, - {0x8086, 0x0f1c, NT, "Intel", "Bay Trail", enable_flash_silvermont}, + {0x8086, 0x0f1c, OK, "Intel", "Bay Trail", enable_flash_silvermont}, {0x8086, 0x0f1d, NT, "Intel", "Bay Trail", enable_flash_silvermont}, {0x8086, 0x0f1e, NT, "Intel", "Bay Trail", enable_flash_silvermont}, {0x8086, 0x0f1f, NT, "Intel", "Bay Trail", enable_flash_silvermont},
Tested on a Teclast X98 Air 3G tablet. Signed-off-by: Antonio Ospite <ao2@ao2.it> --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)