From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxsf02.insightbb.com (mxsf02.insightbb.com [74.128.0.63]) by speech.braille.uwo.ca (Postfix) with ESMTP id ADD83C1A230 for ; Sun, 27 Jun 2010 13:53:24 -0400 (EDT) X-IronPort-AV: E=Sophos;i="4.53,492,1272859200"; d="scan'208";a="807947134" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf02.insightbb.com with ESMTP; 27 Jun 2010 13:51:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EACssJ0xKgtGZ/2dsb2JhbACId5Y2cr11hSQE X-IronPort-AV: E=Sophos;i="4.53,492,1272859200"; d="scan'208";a="269256672" Received: from 74-130-209-153.dhcp.insightbb.com (HELO randy3) ([74.130.209.153]) by asav01.insightbb.com with SMTP; 27 Jun 2010 13:51:57 -0400 Message-ID: <655143C87515406DA13CF0DF52E1AC47@randy3> From: "Kitty Litter" To: "Speakup is a screen review system for Linux." Subject: quick fix for 2.6.34 problem with serial synths Date: Sun, 27 Jun 2010 13:52:01 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 17:53:24 -0000 In speakup/src/serialio.c comment out the return (NULL); line just below __release_region. Looking at the kernel source in kernel/resource.c it seems that if __release_region fails you would get a kernel message. So speakup seems to think it fails but the kernel doesn't. Someone with more smarts than me maybe can figure this all out.