From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 28 Apr 2005 05:12:02 +0000 Subject: Re: AirPrime 5220 1xEVDO PC Card Message-Id: <20050428051201.GA10563@kroah.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, Apr 27, 2005 at 07:57:21PM -0500, Ian Pilcher wrote: > Greg KH wrote: > >Oh, that was just too easy, here's a patch, let me know if this driver > >works for you. > > GOOD NEWS: > > The driver works. It's loaded automatically when I insert the card, and > the /dev/ttyUSB* devices are created with the correct major numbers. Yeah! > BAD NEWS: > > Two "bogus" /dev/ttyUSB* devices are also created. Boo! Can you try the patch below to see if it fixes the issue? > Trying to connect with ttyUSB1 or ttyUSB3 causes a kernel oops. What is the oops message? thanks, greg k-h --- gregkh-2.6.orig/drivers/usb/serial/airprime.c 2005-04-27 11:20:26.000000000 -0700 +++ gregkh-2.6/drivers/usb/serial/airprime.c 2005-04-27 22:11:08.000000000 -0700 @@ -36,7 +36,7 @@ .num_interrupt_in = NUM_DONT_CARE, .num_bulk_in = NUM_DONT_CARE, .num_bulk_out = NUM_DONT_CARE, - .num_ports = 2, + .num_ports = 1, }; static int __init airprime_init(void) ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id5hix _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel