25 Nov
2015
25 Nov
'15
1:01 p.m.
On Tue, Nov 24, 2015 at 10:55:29AM +0800, Bard Liao wrote:
- {
.ident = "Google Terra",
.callback = strago_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Terra"),
},
- },
It might make more sense to just have a single entry for all these Google platforms and extend this table rather than adding a complete new entry for every platform - they're all the same and it'd make the table smaller.