From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264432AbTH1XcA (ORCPT ); Thu, 28 Aug 2003 19:32:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264433AbTH1XcA (ORCPT ); Thu, 28 Aug 2003 19:32:00 -0400 Received: from postoffice9.mail.cornell.edu ([132.236.56.39]:5545 "EHLO postoffice9.mail.cornell.edu") by vger.kernel.org with ESMTP id S264432AbTH1Xb7 (ORCPT ); Thu, 28 Aug 2003 19:31:59 -0400 Message-ID: <3F4E91B3.9050706@cornell.edu> Date: Thu, 28 Aug 2003 19:35:15 -0400 From: Ivan Gyurdiev User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030816 Thunderbird/0.2a X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg KH CC: Linux-Kernel Subject: Re: Novatek USB Keyboard/Mouse Bug References: <3F4E796E.5090203@cornell.edu> <20030828215913.GA13284@kroah.com> In-Reply-To: <20030828215913.GA13284@kroah.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Why not just use /dev/mice and then you don't have to worry about the > mice ording issue? Hmm..didn't know I could do that - will work, I guess. Thank you.