From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx1.holmesgrown.com ident=steve) by speech.braille.uwo.ca with esmtp (Exim 3.31 #1 (Debian)) id 15dceJ-0005jf-00 for ; Sun, 02 Sep 2001 15:11:16 -0400 Received: from localhost (steve@localhost) by lnx1.holmesgrown.com (8.9.3/8.9.3) with ESMTP id MAA08781 for ; Sun, 2 Sep 2001 12:11:18 -0700 Date: Sun, 2 Sep 2001 12:11:17 -0700 (MST) From: Steve Holmes To: Subject: Re: speakup changes in cvs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Actually, I just did a checkout this morning before knowing about your changes and ran into a problem while patching the kernel source. I am using a fresh 2.4.5 kernel tree and running checkout for the first time on this newly formatted machine. I got the following Makefile.rej in /usr/src/linux/drivers/char: *************** *** 232,234 **** qtronixmap.c: qtronixmap.map set -e ; loadkeys --mktable $< | sed -e 's/^static *//' > $@ --- 244,247 ---- qtronixmap.c: qtronixmap.map set -e ; loadkeys --mktable $< | sed -e 's/^static *//' > $@ + Can I go along with this error condition or do I need to upgrade the kernel to 2.4.9 to get around this? On Thu, 30 Aug 2001, Kirk Reiser wrote: > Hi Folks: I have made quite a few changes to speakup in cvs over the > past two weeks. > > First of all I rewrote the keyboard.c interface for the 2.2.x and > 2.4.x trees to bring speakup into conformance with the official kernel > tree. > > I also rewrote the way speakup registers the /dev/synth misc device to > allow the 2.4.x kernels to use devfs. > > Finally, I rewrote the speakup interface to drivers/char/Makefile and > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree, > so thank you very much Shane. > > I would appreciate if people would check out the latest version and > make sure it all works okay. It works for me with the 2.4.9ac4 and > 2.2.19 kernels. > > Kirk > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >