Re: [BUG] tty/serial: stty hangs for 30 seconds after interrupted transfer

2017-05-25 Thread Dmitry Artamonow
0m0.011s sys 0m0.000s root@madhouse:~# cat blah > /dev/ttyS0 ^C root@madhouse:~# time stty -F /dev/ttyS0 speed 9600 baud; line = 0; -brkint -imaxbel real0m30.732s user0m0.011s sys 0m0.002s root@madhouse:~# -- Best regards Dmitry Artamonow

[BUG] tty/serial: stty hangs for 30 seconds after interrupted transfer

2017-05-25 Thread Dmitry Artamonow
imx driver. Any ideas how to fix this hang? I tried to put uart_flush_buffer() into uart_close() before call to tty_port_close() and it kind of works, but I'm not really sure whether it's a proper fix. Given my lack of experience with TTY subsystem and level of its complexity I suspect that I can easily miss something. -- Best regards Dmitry Artamonow

[PATCH] ARM: pxa/colibri: fix build with CONFIG_USB_OHCI_HCD=y

2013-11-07 Thread Dmitry Artamonow
ion 'IOMEM' make[1]: *** [arch/arm/mach-pxa/colibri-evalboard.o] Error 1 make: *** [arch/arm/mach-pxa] Error 2 Signed-off-by: Dmitry Artamonow --- arch/arm/mach-pxa/colibri-evalboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-pxa/colibri-evalboard.c b/arch/

[PATCH] usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player

2013-03-09 Thread Dmitry Artamonow
Device stucks on filesystem writes, unless following quirk is passed: echo 04e8:5136:m > /sys/module/usb_storage/parameters/quirks Add corresponding entry to unusual_devs.h Signed-off-by: Dmitry Artamonow --- drivers/usb/storage/unusual_devs.h |7 +++ 1 files changed, 7 inserti

Re: [BUG sparc64] 2.6.22-rc broke X on Ultra5

2007-06-09 Thread Dmitry Artamonow
Good day! Sorry for intruding, but I'm seeing the same problem on my U10 with 2.6.22-rc3 and Xorg-7.1+gentoo patches. On Wed, Jun 06, 2007 at 04:22:10PM -0700, David Miller wrote: > From: David Miller <[EMAIL PROTECTED]> > Date: Wed, 30 May 2007 13:01:40 -0700 (PDT) > > > From: Mikael Pettersso