commit | 916d15445f4ad2a9018e5451760734f36083be77 | [log] [tgz] |
---|---|---|
author | Karsten Keil <kkeil@suse.de> | Mon Jun 26 20:21:01 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 12:41:54 2006 -0700 |
tree | cd86d73ec501537fc202fbc2f90381b56ea0bc1d | |
parent | 5fd571cbc13db113bda26c20673e1ec54bfd26b4 [diff] |
[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>