Skip to content

Commit e8d1be4

Browse files
committed
Merge pull request #13 from gu1dry/pull1
Correct the SONY & SONYERICSSON info and Added another device to MOTOROLA
2 parents c6185f9 + bf73966 commit e8d1be4

File tree

3 files changed

+226
-177
lines changed

3 files changed

+226
-177
lines changed

MOTOROLA.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,25 @@ You should have received a copy of the GNU General Public License
1818
along with Foobar. If not, see http://www.gnu.org/licenses/.
1919
-->
2020
<devices vendor="Motorola">
21-
<device>
22-
<commonname>Razr</commonname>
23-
<ro.product.model>XT910</ro.product.model>
24-
<ro.product.device>umts_spyder</ro.product.device>
25-
<ro.product.board>spyder</ro.product.board>
26-
<description></description>
27-
</device>
2821
<device>
2922
<commonname>Droid Ultra</commonname>
3023
<ro.product.model>XT1080</ro.product.model>
3124
<ro.product.device></ro.product.device>
3225
<ro.product.board>obake</ro.product.board>
3326
<description></description>
3427
</device>
28+
<device>
29+
<commonname>Droid Razr M</commonname>
30+
<ro.product.model>XT907</ro.product.model>
31+
<ro.product.device>scorpion_mini</ro.product.device>
32+
<ro.product.board>MSM8960</ro.product.board>
33+
<description></description>
34+
</device>
35+
<device>
36+
<commonname>Razr</commonname>
37+
<ro.product.model>XT910</ro.product.model>
38+
<ro.product.device>umts_spyder</ro.product.device>
39+
<ro.product.board>spyder</ro.product.board>
40+
<description></description>
41+
</device>
3542
</devices>

0 commit comments

Comments
 (0)