From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp01.mrf.mail.rcn.net ([207.172.4.60]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AKkTi-0004WE-00 for ; Fri, 14 Nov 2003 15:23:38 -0500 Received: from 207-172-173-212.s466.tnt3.nywnj.ny.dialup.rcn.com ([207.172.173.212] helo=Kevin) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.35 #3) id 1AKkTe-0002Lr-00 for speakup@braille.uwo.ca; Fri, 14 Nov 2003 15:23:35 -0500 Message-ID: <001e01c3aaed$2c174740$7f4cfea9@Kevin> From: "kevin" To: Date: Fri, 14 Nov 2003 15:23:30 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_001A_01C3AAC3.427B7E40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Proving myself X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 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: Fri, 14 Nov 2003 20:23:38 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C3AAC3.427B7E40 Content-Type: multipart/alternative; boundary="----=_NextPart_001_001B_01C3AAC3.427B7E40" ------=_NextPart_001_001B_01C3AAC3.427B7E40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This is to prove I know how to program in linux. Some doubts arows and = I am hear to clear up certain points: I have attached a mouse driver you all might find usefull Kevin email: kjsisco@rcn.com ------=_NextPart_001_001B_01C3AAC3.427B7E40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
This is to prove I know how to program = in=20 linux.  Some doubts arows and I am hear to clear up certain=20 points:
I have attached a mouse driver you all = might find=20 usefull
Kevin
email:
kjsisco@rcn.com
 
------=_NextPart_001_001B_01C3AAC3.427B7E40-- ------=_NextPart_000_001A_01C3AAC3.427B7E40 Content-Type: application/octet-stream; name="mousemodual.mouse" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mousemodual.mouse" MODULE "PERIPHERALS/MOUSE" MSGCATALOG "peripherals/mouse" -- Import some types TYPEDEF DeviceName IMPORT ".DeviceName" TYPEDEF DevicePathName IMPORT ".DevicePathName" device RECORD { model STRING MATCHES "[a-z0-9]*" protocol STRING deviceFile DevicePathName DEFAULT "/dev/mouse" threshold UNSIGNED IN RANGE 2 ... 65535 DEFAULT "25" acceleration UNSIGNED DEFAULT "2" emulation STRING IN CHOICE { "none" ":MOUSE_EMULATE_NONE:", "3button" ":MOUSE_EMULATE_3BUTTON:", } } models LIST OF RECORD { models LIST OF RECORD { name STRING MATCHES "[a-z0-9]*" protocol STRING description STRING deviceFile DevicePathName driver DeviceName } NAMINGATTR name READONLY ------=_NextPart_000_001A_01C3AAC3.427B7E40--