Panda: Fix the model and the manufacturer

Fix the model string and add the manufacturer.

These two properties are used in USB and we should expose
the correct information.

Without this patch manufacturer was unknown and model was just Full

Change-Id: I9c2eb13e108c7689621b3e09bb1ed5559e358a3b
Signed-off-by: Dan Murphy <dmurphy@ti.com>
diff --git a/full_panda.mk b/full_panda.mk
index 9a1f7fd..46b188f 100644
--- a/full_panda.mk
+++ b/full_panda.mk
@@ -41,4 +41,5 @@
 PRODUCT_NAME := full_panda
 PRODUCT_DEVICE := panda
 PRODUCT_BRAND := Android
-PRODUCT_MODEL := Full AOSP on Panda
+PRODUCT_MODEL := Panda
+PRODUCT_MANUFACTURER := Texas_Instruments_Inc