From e3f553b025a423aa33ece55f45fe025a46189112 Mon Sep 17 00:00:00 2001 From: Adam Hampson Date: Tue, 20 Sep 2011 16:00:40 -0700 Subject: maguro: usb: Update USB VID/PID pairs Samsung VID/PID pairs are to be used for toro. Maguro will still use the Google pairs. This change moves the existing init.tuna.usb.rc from tuna to maguro. Change-Id: I94efb8aba6dfaba9c4dc1437110cc990d00d0873 Signed-off-by: Adam Hampson --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 664ad2c..53ab58d 100644 --- a/device.mk +++ b/device.mk @@ -22,7 +22,8 @@ DEVICE_PACKAGE_OVERLAYS := device/samsung/maguro/overlay # These are the hardware-specific features PRODUCT_COPY_FILES := \ - frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml + frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ + device/samsung/maguro/init.tuna.usb.rc:root/init.tuna.usb.rc $(call inherit-product, device/samsung/tuna/device.mk) $(call inherit-product-if-exists, vendor/samsung/maguro/device-vendor.mk) -- cgit v1.1