I have connected a ftdi_sio dongle to beagle board (ftdi_sio loaded automatlilty)
When I tried to communicate with baud rate 9600 everthing is ok,
When I increase the rate, I see Kernel Opss (See below the Logs)
------------[ cut here ]------------
WARNING: at drivers/usb/serial/usb-serial.c:410 serial_unthrottle+0x48/0x78()
Modules linked in: ftdi_sio omaplfb pvrsrvkm
[<c0039890>] (unwind_backtrace+0x0/0xd0) from [<c005e9cc>] (warn_slowpath_common+0x48/0x60)
[<c005e9cc>] (warn_slowpath_common+0x48/0x60) from [<c02470fc>] (serial_unthrottle+0x48/0x78)
[<c02470fc>] (serial_unthrottle+0x48/0x78) from [<c01d8980>] (tty_unthrottle+0x4c/0x58)
[<c01d8980>] (tty_unthrottle+0x4c/0x58) from [<c01d7634>] (n_tty_flush_buffer+0xc/0x58)
[<c01d7634>] (n_tty_flush_buffer+0xc/0x58) from [<c01da100>] (tty_ldisc_flush+0x2c/0x40)
[<c01da100>] (tty_ldisc_flush+0x2c/0x40) from [<c01daa20>] (tty_port_close_start+0x160/0x18c)
[<c01daa20>] (tty_port_close_start+0x160/0x18c) from [<c01daea8>] (tty_port_close+0x10/0x54)
[<c01daea8>] (tty_port_close+0x10/0x54) from [<c01d5574>] (tty_release+0x158/0x40c)
[<c01d5574>] (tty_release+0x158/0x40c) from [<c00afa88>] (__fput+0x104/0x1c4)
[<c00afa88>] (__fput+0x104/0x1c4) from [<c00acca4>] (filp_close+0x6c/0x78)
[<c00acca4>] (filp_close+0x6c/0x78) from [<c00acd24>] (sys_close+0x74/0xa8)
[<c00acd24>] (sys_close+0x74/0xa8) from [<c0033e80>] (ret_fast_syscall+0x0/0x2c)
---[ end trace c42547f0195f9215 ]---
Any ideas how to solve this issue?