Re: [U-Boot] [PATCH] usbtty: adapt buffers for large packet support

2012-12-18 Thread Marek Vasut
Dear Vipin Kumar, > From: Shiraz Hashim > > Increase buffer sizes at driver and tty level to accommodate kermit > large packet support. > > Signed-off-by: Shiraz Hashim Applied, thanks. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH] usbtty: adapt buffers for large packet support

2012-12-17 Thread Vipin Kumar
From: Shiraz Hashim Increase buffer sizes at driver and tty level to accommodate kermit large packet support. Signed-off-by: Shiraz Hashim --- drivers/serial/usbtty.c | 2 +- include/usbdevice.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/serial/usbtty.

[U-Boot] [PATCH] usbtty: adapt buffers for large packet support

2012-02-24 Thread Amit Virdi
From: Shiraz Hashim Increase buffer sizes at driver and tty level to accommodate kermit large packet support. Signed-off-by: Shiraz Hashim Signed-off-by: Amit Virdi --- drivers/serial/usbtty.c |2 +- include/usbdevice.h |4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) di