summaryrefslogtreecommitdiff
path: root/configs/apalis_t30_defconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-11-11 09:49:02 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 21:22:25 +0100
commit2533000f4be36f4ea607e9c467046f8ada756139 (patch)
tree42deef00eba0f733494a47fc16eade0ea53d9099 /configs/apalis_t30_defconfig
parenta78ed5e22646ffb50cbf841a3f56bb48c5a50f62 (diff)
toradex apalis/colibri: use common USB product id fallback
All modules use the common g_dnl_bind_fixup implementaton which calculates the PID according to product id (read from the config block) plus offset of 0x4000. In case there is no config block support (e.g. SPL) or in case the config block is not readable, fall back to a generic product id (product id 0, which can be interpreted as "Unknown Module"). Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'configs/apalis_t30_defconfig')
-rw-r--r--configs/apalis_t30_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
index 8ae6e7a0d9..353eeb8b8a 100644
--- a/configs/apalis_t30_defconfig
+++ b/configs/apalis_t30_defconfig
@@ -47,6 +47,6 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
-CONFIG_G_DNL_MANUFACTURER="NVIDIA"
-CONFIG_G_DNL_VENDOR_NUM=0x0955
-CONFIG_G_DNL_PRODUCT_NUM=0x701a
+CONFIG_G_DNL_MANUFACTURER="Toradex"
+CONFIG_G_DNL_VENDOR_NUM=0x1b67
+CONFIG_G_DNL_PRODUCT_NUM=0x4000