Merge "init.qti.debug.sh: Add support to enable ftraces for xhci on usb"
diff --git a/etc/init.qcom.usb.sh b/etc/init.qcom.usb.sh
index 2a73578..fe02387 100644
--- a/etc/init.qcom.usb.sh
+++ b/etc/init.qcom.usb.sh
@@ -82,7 +82,7 @@
     else
 	  case "$(getprop ro.baseband)" in
 	      "apq")
-	        if [[ "$target" == "neo" ]]; then
+	        if [ "$target" == "neo" ] || [ "$target" == "anorak" ]; then
 			setprop persist.vendor.usb.config diag,qdss,adb
 		else
 			setprop persist.vendor.usb.config diag,adb
diff --git a/vendor_product.mk b/vendor_product.mk
index f2fbed9..1db5fed 100644
--- a/vendor_product.mk
+++ b/vendor_product.mk
@@ -29,7 +29,7 @@
 PRODUCT_PROPERTY_OVERRIDES += vendor.usb.dpl.inst.name=dpl
 
 # QDSS uses SW path on these targets
-ifneq ($(filter lahaina taro parrot neo,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter lahaina taro parrot neo anorak,$(TARGET_BOARD_PLATFORM)),)
   PRODUCT_PROPERTY_OVERRIDES += vendor.usb.qdss.inst.name=qdss_sw
 else
   PRODUCT_PROPERTY_OVERRIDES += vendor.usb.qdss.inst.name=qdss