info: add special case for Atom(TM)
This commit is contained in:
parent
fe04b358a4
commit
56592a114d
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ prettify_info (const char *info)
|
|||
{ "Mesa DRI ", ""},
|
||||
{ "Intel[(]R[)]", "Intel<sup>\302\256</sup>"},
|
||||
{ "Core[(]TM[)]", "Core<sup>\342\204\242</sup>"},
|
||||
{ "Atom[(]TM[)]", "Atom<sup>\342\204\242</sup>"},
|
||||
{ "Graphics Controller", "Graphics"},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue