usb: gadget: android: Set usb_core_id if exists
Read usb_core_id from platfrom data. Change-Id: I360bc064c173214c3e1381dac47eec10f3285819 Signed-off-by: Ido Shayevitz <idos@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
21d48165d0
commit
b32c19290c
@@ -20,6 +20,7 @@
|
||||
struct android_usb_platform_data {
|
||||
int (*update_pid_and_serial_num)(uint32_t, const char *);
|
||||
u32 swfi_latency;
|
||||
u8 usb_core_id;
|
||||
};
|
||||
|
||||
#endif /* __LINUX_USB_ANDROID_H */
|
||||
|
||||
Reference in New Issue
Block a user