Loading drivers/usb/gadget/function/f_ipc.c +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ #define MAX_INST_NAME_LEN 40 #define IPC_BRIDGE_MAX_READ_SZ (8 * 1024) #define IPC_BRIDGE_MAX_WRITE_SZ (8 * 1024) #define IPC_BRIDGE_MAX_READ_SZ (24 * 1024) #define IPC_BRIDGE_MAX_WRITE_SZ (24 * 1024) #define IPC_WRITE_WAIT_TIMEOUT 10000 Loading Loading
drivers/usb/gadget/function/f_ipc.c +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ #define MAX_INST_NAME_LEN 40 #define IPC_BRIDGE_MAX_READ_SZ (8 * 1024) #define IPC_BRIDGE_MAX_WRITE_SZ (8 * 1024) #define IPC_BRIDGE_MAX_READ_SZ (24 * 1024) #define IPC_BRIDGE_MAX_WRITE_SZ (24 * 1024) #define IPC_WRITE_WAIT_TIMEOUT 10000 Loading