summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorsujin119.kim <sujin119.kim@samsung.com>2011-09-24 17:40:23 +0900
committerBenoit Goby <benoit@android.com>2011-09-24 17:57:05 -0700
commit7849c048417f7608f4aad577cc573b77e725b70b (patch)
tree687a95d6097bd168cf44f5c7017a633c718dac0f /device.mk
parentdf8cc11d6150bbd87e6ad9c2e9512fa45afb035d (diff)
downloaddevice_samsung_maguro-7849c048417f7608f4aad577cc573b77e725b70b.zip
device_samsung_maguro-7849c048417f7608f4aad577cc573b77e725b70b.tar.gz
device_samsung_maguro-7849c048417f7608f4aad577cc573b77e725b70b.tar.bz2
maguro: usb: Update USB VID/PID pairs
Samsung VID/PID pairs will be used for both toro and maguro. This change moves the init.tuna.usb.rc from maguro to tuna in ordder to share it with toro. Change-Id: I336b0e1cb1101048e831cc7474f7bb725619ec9d Signed-off-by: sujin119.kim <sujin119.kim@samsung.com>
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 53ab58d..664ad2c 100644
--- a/device.mk
+++ b/device.mk
@@ -22,8 +22,7 @@ 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 \
- device/samsung/maguro/init.tuna.usb.rc:root/init.tuna.usb.rc
+ frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
$(call inherit-product, device/samsung/tuna/device.mk)
$(call inherit-product-if-exists, vendor/samsung/maguro/device-vendor.mk)