Bug 45271

Summary: avmfritz module capi20 not working properly for fax sending
Product: Drivers Reporter: Tobias Powalowski (t.powa)
Component: ISDNAssignee: Karsten Keil (kernel)
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan, kernel
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.5.0 Subsystem:
Regression: Yes Bisected commit-id:
Attachments: patch from karsten keil

Description Tobias Powalowski 2012-07-29 06:24:07 UTC
The new mISDN subsystem has a bug in avmfritz driver which makes it impossible to use for sending fax via capi20.

Attached is the patch from Karsten Keil which fixes it.
From: Karsten Keil <keil@b1-systems.de>
Date: Sat, 28 Jul 2012 20:10:04 +0200
Subject: [PATCH] mISDN: Bugfix only few bytes are transfered on a connection

The test for the fillempty condition was wrong in one place.
Changed the variable to the right boolean type.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
Comment 1 Tobias Powalowski 2012-07-29 07:43:36 UTC
Created attachment 76451 [details]
patch from karsten keil
Comment 2 Karsten Keil 2012-07-29 15:38:27 UTC
Thanks for the report and testing the fix.