pine64-pinetab: use Allwinner USB IDs (!739)

Stock Android on PineTab is detected as 1f3a:1007.
Use those values as USB idVendor and idProduct on
postmarketOS, too.

  idVendor 1f3a is "Allwinner Technology Co., Ltd."
  idProduct 1007 is unknown to databases.
This commit is contained in:
Alexey Min 2019-11-13 18:37:58 +03:00 committed by Oliver Smith
parent 90341ef720
commit ac0fe90355
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@
pkgname="device-pine64-pinetab"
pkgdesc="PINE64 PineTab"
pkgver=0.1
pkgrel=7
pkgrel=8
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -74,7 +74,7 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="43ee4f4dde203bb5f3cd6323bc170ddd40413ec17668828bb0a14a9ee747350a514aeeb5c9673978f293583a6e2d4867d6012379c8c5fff18ca060e9d2c1593c deviceinfo
sha512sums="82ba12ed1b5018e1356a0359779ad84c4da21f1c3d2836706d52feb5b3d62cb9ec46e1da7b7729ae904074fbc9762728a51db79158bfafc7efc881721da2a9a7 deviceinfo
8f15bb62704ad5379c6f77c5ea766e69587a11829539cc339b486b72e248e04cc6202b505f12846f6537f259412f7749ce50d0b15227da182afe17fe7dd303e5 uboot-script.cmd
9e71c61bfa72b60e749c4dc04f17eb59d25de822765e81e65c937d6be5236d3951a652b69a1ab973abe6add9f34705be5dbaa98bbfa25daf7504dd50b28524c2 sway.conf
8d1ef04911f1cfa7eda8185f4f4d807af23105a7c8f23d8c18f02afeccd8ab124de70c2e2760c154a3128fe3793447039fb0abf37aa496f597d27051e275033e 99-pinetab-keyboard.hwdb

View file

@ -25,3 +25,6 @@ deviceinfo_flash_method="none"
deviceinfo_generate_legacy_uboot_initfs="true"
deviceinfo_sd_embed_firmware="u-boot/pine64-lts/u-boot-sunxi-with-spl.bin:8"
# USB related
deviceinfo_usb_idVendor="0x1f3a" # Allwinner Technology Co., Ltd.
deviceinfo_usb_idProduct="0x1007" # unknown (same as stock Android on PineTab)