Skip to content

Commit

Permalink
Fix D410hn detect
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Aug 14, 2014
1 parent 7f7bc53 commit 607dde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/init_w7.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
property_get("ro.boot.serialno", serial);
if (strncmp(serial, "LGD410", 6) == 0) {
/* D415, D410n (is this exist!?) */
if (check_cmdline("model.name=LG-D410n") == 1) {
if (check_cmdline("model.name=LG-D410hn") == 1) {
property_set("ro.product.device", "w7nds");
property_set("ro.product.model", "LG-D410n");
property_set("ro.product.model", "LG-D410hn");
property_set("ro.nfc.port", "I2C");
} else {
property_set("ro.product.device", "w7ds");
Expand Down

0 comments on commit 607dde9

Please sign in to comment.