Bug 71396

Summary: [PATCH] return = return + 0
Product: [Retired] Red Hat Public Beta Reporter: Chris Kloiber <ckloiber>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: high    
Version: limboCC: wacker
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-13 03:33:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 67217    
Attachments:
Description Flags
Updated speakup patch none

Description Chris Kloiber 2002-08-13 00:28:33 UTC
Description of Problem:

You may have seen the problem where at the bash prompt you always get a '0' as
your next command? I've received this patch from the speakup people that is
supposed to fix it. Here's the note I received:

--- forwarded message

From: 
William F. Acker WB2FLW +1-303-777-8123 <wacker>
To: 
Chris Kloiber <ckloiber>
Subject: 
Re: return = return + 0
Date: 
11 Aug 2002 16:23:29 -0600	

OK, here it is.  It's meant to replace the previously submitted patch.  
The difference is only one line.  Line 696 of keyboard.c.

     Thanks as always.


-- 
Bill in Denver

Comment 1 Chris Kloiber 2002-08-13 00:29:07 UTC
Created attachment 70206 [details]
Updated speakup patch

Comment 2 Arjan van de Ven 2002-08-13 08:33:34 UTC
added the keyboard.c chunk, thanks!