endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

metrics: Do not normalize the display vendors #41

Closed bochecha closed 4 years ago

bochecha commented 4 years ago

Turns out those are always a code made of 3 upper-case letters, rather than the full name of the vendor.

https://en.wikipedia.org/wiki/Extended_Display_Identification_Data#Structure,_version_1.4

If we really want to normalize these, it will have to be with its own mapping.

Fortunately this hasn't been deployed yet.