summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2015-09-01 09:52:11 -0400
committerJoey Grover <joeygrover@gmail.com>2015-09-01 09:52:11 -0400
commit3c58cd19b6343383f7d449b3364950c589ded3b1 (patch)
treea149e9a39459ae06c6b53ce99748d1a6a03d38dd
parentc2a75461d26e466ef4cae0bc9aac576ddafb484b (diff)
parent3014e1a625002baecc033a8bea88533ea4304756 (diff)
downloadsdl_android-3c58cd19b6343383f7d449b3364950c589ded3b1.tar.gz
Merge branch 'hotfix/usb_metadata' of https://github.com/smartdevicelink/sdl_android into develop
-rw-r--r--sdl_android_lib/src/com/smartdevicelink/transport/USBTransport.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl_android_lib/src/com/smartdevicelink/transport/USBTransport.java b/sdl_android_lib/src/com/smartdevicelink/transport/USBTransport.java
index 26240053a..eecd91cfc 100644
--- a/sdl_android_lib/src/com/smartdevicelink/transport/USBTransport.java
+++ b/sdl_android_lib/src/com/smartdevicelink/transport/USBTransport.java
@@ -63,12 +63,12 @@ public class USBTransport extends SdlTransport {
* Manufacturer name of the accessory we want to connect to. Must be the
* same as in accessory_filter.xml to work properly.
*/
- private final static String ACCESSORY_MANUFACTURER = "Ford";
+ private final static String ACCESSORY_MANUFACTURER = "SDL";
/**
* Model name of the accessory we want to connect to. Must be the same as
* in accessory_filter.xml to work properly.
*/
- private final static String ACCESSORY_MODEL = "HMI";
+ private final static String ACCESSORY_MODEL = "Core";
/**
* Version of the accessory we want to connect to. Must be the same as in
* accessory_filter.xml to work properly.