mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
usb: hide usb_mass_storage 2
nand flash user area is recognise as a usb device when connect to computer, we hide it now
This commit is contained in:
2
arch/arm/mach-rk2818/devices.c
Normal file → Executable file
2
arch/arm/mach-rk2818/devices.c
Normal file → Executable file
@@ -625,7 +625,7 @@ struct platform_device android_usb_device = {
|
||||
};
|
||||
|
||||
static struct usb_mass_storage_platform_data mass_storage_pdata = {
|
||||
.nluns = 2,
|
||||
.nluns = 1,
|
||||
.vendor = "RockChip",
|
||||
.product = "rk2818 sdk",
|
||||
.release = 0x0100,
|
||||
|
||||
Reference in New Issue
Block a user