mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
3G usb modem support: Fix compilation error
Signed-off-by: flar2 <asegaert@gmail.com>
This commit is contained in:
parent
23d7013ae4
commit
32fa054bfb
1 changed files with 4 additions and 4 deletions
|
@ -33,10 +33,10 @@ extern int usb_wwan_resume(struct usb_serial *serial);
|
|||
|
||||
/* per port private data */
|
||||
|
||||
#define N_IN_URB 5
|
||||
#define N_OUT_URB 5
|
||||
#define IN_BUFLEN 16384
|
||||
#define OUT_BUFLEN 65536
|
||||
#define N_IN_URB 4
|
||||
#define N_OUT_URB 4
|
||||
#define IN_BUFLEN 4096
|
||||
#define OUT_BUFLEN 4096
|
||||
|
||||
struct usb_wwan_intf_private {
|
||||
spinlock_t susp_lock;
|
||||
|
|
Loading…
Reference in a new issue