modify usb lun number to 2, and vendor id to be HTC

This commit is contained in:
陈辉
2010-12-21 09:59:04 +08:00
committed by root
parent c8958d5d75
commit ad7468eca8

View File

@@ -636,8 +636,8 @@ static struct android_usb_product usb_products[] = {
* please change vendor_id to 0x0bb4 and product_id to 0x0c02.
*/
static struct android_usb_platform_data android_usb_pdata = {
.vendor_id = 0x2207,//0x0bb4,//0x18d1,
.product_id = 0x2810,//0x4e11,
.vendor_id = 0x0bb4,//0x2207,//0x0bb4,//0x18d1,
.product_id = 0x4e11,//0x2810,//0x4e11,
.version = 0x0100,
.product_name = "rk2818 sdk",
.manufacturer_name = "RockChip",
@@ -658,7 +658,7 @@ struct platform_device android_usb_device = {
/********************usb*********************/
struct usb_mass_storage_platform_data mass_storage_pdata = {
.nluns = 1,
.nluns = 2,
.vendor = "RockChip",
.product = "rk29 sdk",
.release = 0x0100,