summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorAdam Hampson <ahampson@sta.samsung.com>2011-09-20 16:00:40 -0700
committerBenoit Goby <benoit@android.com>2011-09-20 18:30:21 -0700
commite3f553b025a423aa33ece55f45fe025a46189112 (patch)
tree2f4f5f18b4b5384a4ab5922c009c555e8b64fd3c /device.mk
parentc739911c5105825265bd6588bd4eb34b3743df0f (diff)
downloaddevice_samsung_maguro-e3f553b025a423aa33ece55f45fe025a46189112.zip
device_samsung_maguro-e3f553b025a423aa33ece55f45fe025a46189112.tar.gz
device_samsung_maguro-e3f553b025a423aa33ece55f45fe025a46189112.tar.bz2
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 <ahampson@sta.samsung.com>
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
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)