Skip to content

Commit 07e6acd

Browse files
committed
New additions from weekend ended on 20140127
1 parent d147c1b commit 07e6acd

File tree

5 files changed

+201
-33
lines changed

5 files changed

+201
-33
lines changed

ACER.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
5050
<commonname>Iconia Tab A700</commonname>
5151
<ro.product.model>A700</ro.product.model>
5252
<ro.product.device>picasso_mf</ro.product.device>
53-
<ro.product.board></ro.product.board>
53+
<ro.product.board>picasso_mf</ro.product.board>
5454
<description></description>
5555
</device>
5656
<device>

HTC.xml

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
6767
<ro.product.board></ro.product.board>
6868
<description></description>
6969
</device>
70+
<device>
71+
<commonname>Desire X</commonname>
72+
<ro.product.model>HTC Desire X</ro.product.model>
73+
<ro.product.device>protou</ro.product.device>
74+
<ro.product.board>protou</ro.product.board>
75+
<description></description>
76+
</device>
7077
<device>
7178
<commonname>Desire X</commonname>
7279
<ro.product.model>X515e</ro.product.model>
@@ -102,6 +109,13 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
102109
<ro.product.board>dlx</ro.product.board>
103110
<description></description>
104111
</device>
112+
<device>
113+
<commonname>Droid DNA</commonname>
114+
<ro.product.model>HTC6435LVW</ro.product.model>
115+
<ro.product.device>dlx</ro.product.device>
116+
<ro.product.board>dlx</ro.product.board>
117+
<description></description>
118+
</device>
105119
<device>
106120
<commonname>Droid Eris</commonname>
107121
<ro.product.model></ro.product.model>
@@ -144,6 +158,13 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
144158
<ro.product.board>speedy</ro.product.board>
145159
<description></description>
146160
</device>
161+
<device>
162+
<commonname>Evo V 4G</commonname>
163+
<ro.product.model>HTCEVOV4G</ro.product.model>
164+
<ro.product.device>shooter</ro.product.device>
165+
<ro.product.board>shooter</ro.product.board>
166+
<description></description>
167+
</device>
147168
<device>
148169
<commonname>Evo View 4G</commonname>
149170
<ro.product.model></ro.product.model>
@@ -298,6 +319,13 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
298319
<ro.product.board>APQ8064</ro.product.board>
299320
<description></description>
300321
</device>
322+
<device>
323+
<commonname>One</commonname>
324+
<ro.product.model>HTCONE</ro.product.model>
325+
<ro.product.device>m7wls</ro.product.device>
326+
<ro.product.board></ro.product.board>
327+
<description></description>
328+
</device>
301329
<device>
302330
<commonname>One</commonname>
303331
<ro.product.model>M7WLS</ro.product.model>
@@ -319,13 +347,27 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
319347
<ro.product.board>villec2</ro.product.board>
320348
<description>Snapdragon S3 One S</description>
321349
</device>
350+
<device>
351+
<commonname>One SV</commonname>
352+
<ro.product.model>C525c</ro.product.model>
353+
<ro.product.device>k2cl</ro.product.device>
354+
<ro.product.board></ro.product.board>
355+
<description>Boost Mobile One SV (C525c)</description>
356+
</device>
322357
<device>
323358
<commonname>One SV</commonname>
324359
<ro.product.model>K2CL</ro.product.model>
325360
<ro.product.device>k2cl</ro.product.device>
326361
<ro.product.board></ro.product.board>
327362
<description>Boost Mobile One SV (C525c)</description>
328363
</device>
364+
<device>
365+
<commonname>One V</commonname>
366+
<ro.product.model>HTC One V</ro.product.model>
367+
<ro.product.device>primoc</ro.product.device>
368+
<ro.product.board>primoc</ro.product.board>
369+
<description>Virgin Mobile One V</description>
370+
</device>
329371
<device>
330372
<commonname>One V</commonname>
331373
<ro.product.model>PRO_C</ro.product.model>
@@ -340,6 +382,13 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
340382
<ro.product.board></ro.product.board>
341383
<description></description>
342384
</device>
385+
<device>
386+
<commonname>One X</commonname>
387+
<ro.product.model>HTC One X</ro.product.model>
388+
<ro.product.device>endeavoru</ro.product.device>
389+
<ro.product.board></ro.product.board>
390+
<description></description>
391+
</device>
343392
<device>
344393
<commonname>One X</commonname>
345394
<ro.product.model>HTC One X</ro.product.model>
@@ -405,9 +454,9 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
405454
</device>
406455
<device>
407456
<commonname>ThunderBolt</commonname>
408-
<ro.product.model></ro.product.model>
409-
<ro.product.device></ro.product.device>
410-
<ro.product.board></ro.product.board>
457+
<ro.product.model>ADR6400L</ro.product.model>
458+
<ro.product.device>mecha</ro.product.device>
459+
<ro.product.board>mecha</ro.product.board>
411460
<description></description>
412461
</device>
413462
<device>

HUAWEI.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,41 @@ along with Foobar. If not, see http://www.gnu.org/licenses/.
2525
<ro.product.board>M860</ro.product.board>
2626
<description></description>
2727
</device>
28+
<device>
29+
<commonname>Ascend II</commonname>
30+
<ro.product.model>M865</ro.product.model>
31+
<ro.product.device>hwm865</ro.product.device>
32+
<ro.product.board>M865</ro.product.board>
33+
<description></description>
34+
</device>
35+
<device>
36+
<commonname>Ascend P1</commonname>
37+
<ro.product.model>U9200</ro.product.model>
38+
<ro.product.device>viva</ro.product.device>
39+
<ro.product.board>U9200</ro.product.board>
40+
<description></description>
41+
</device>
42+
<device>
43+
<commonname>Fusion 2</commonname>
44+
<ro.product.model>Huawei-U8665</ro.product.model>
45+
<ro.product.device>hwu8665</ro.product.device>
46+
<ro.product.board>U8665</ro.product.board>
47+
<description></description>
48+
</device>
49+
<device>
50+
<commonname>Honor</commonname>
51+
<ro.product.model>U8860</ro.product.model>
52+
<ro.product.device>hwu8860</ro.product.device>
53+
<ro.product.board>U8860</ro.product.board>
54+
<description></description>
55+
</device>
56+
<device>
57+
<commonname>Sonic</commonname>
58+
<ro.product.model>C8650</ro.product.model>
59+
<ro.product.device>hwc8650</ro.product.device>
60+
<ro.product.board>C8650</ro.product.board>
61+
<description></description>
62+
</device>
2863
<device>
2964
<commonname>Vodafone Smart</commonname>
3065
<ro.product.model>Vodafone 858</ro.product.model>

0 commit comments

Comments
 (0)