]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix processing of the last byte in isdn_readbchan_tty()
authorKarsten Keil <kkeil@suse.de>
Mon, 26 Jun 2006 18:21:01 +0000 (20:21 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 19:41:54 +0000 (12:41 -0700)
commit91452cc60c9480a814f1342eaa16066d3bc6b35f
treecd86d73ec501537fc202fbc2f90381b56ea0bc1d
parent3f5aafd5343b6d74bfdb171a0515b24ccdf01e36
[PATCH] fix processing of the last byte in isdn_readbchan_tty()

The changes in the tty handling contain a bug while accessing
the last byte in the skb. Since special sequence for control of
DTMF and FAX via ttyI* devices handled via this path, these services
do not work anymore.

Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/i4l/isdn_common.c