Skip to content

Commit

Permalink
Merge pull request #279 from thoragio/master
Browse files Browse the repository at this point in the history
Sync dpdb.json with webvrrocks/webvr-polyfill-dpdb for consistency
  • Loading branch information
cvan authored Sep 6, 2017
2 parents 3e3be5e + 729de6e commit c329fbe
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion src/dpdb/dpdb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"format": 1,
"last_updated": "2017-06-01T22:33:42Z",
"last_updated": "2017-08-27T14:39:31Z",
"devices": [
{
"type": "android",
Expand Down Expand Up @@ -183,6 +183,23 @@
"bw": 3,
"ac": 1000
},
{
"type": "android",
"rules": [
{
"mdmh": "LENOVO/*/Lenovo PB2-690Y/*"
},
{
"ua": "Lenovo PB2-690Y"
}
],
"dpi": [
457.2,
454.713
],
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
Expand Down Expand Up @@ -1303,6 +1320,40 @@
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
{
"mdmh": "samsung/*/SM-G950F/*"
},
{
"ua": "SM-G950F"
}
],
"dpi": [
562.707,
565.293
],
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
{
"mdmh": "samsung/*/SM-G955U/*"
},
{
"ua": "SM-G955U"
}
],
"dpi": [
522.514,
525.762
],
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
Expand Down

0 comments on commit c329fbe

Please sign in to comment.