Subject: Re: Sprint/Novatel Merlin S720 Card
To: David Dudley <DavidDu@cctexas.com>
From: Steven M. Bellovin <smb@cs.columbia.edu>
List: port-i386
Date: 04/26/2007 12:37:21
On Thu, 26 Apr 2007 11:05:48 -0500
"David Dudley" <DavidDu@cctexas.com> wrote:

> Didn't realize that the email would be truncated when it found a line
> with only a period.  Have to remember that.
> 
> I had it defined, but didn't have the 'port ?' portion included.  Had
> high hopes, but didn't change the problem.
> 
> Here's from my dmesg output

> ohci0 at pci0 dev 19 function 0: vendor 0x0e11 product 0xa0f8 (rev.
> uhub0: vendor 0x0e11 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> ohci1 at cardbus0 function 0: vendor 0x1033 product 0x0035 (rev. 0x43)
> uhub1: vendor 0x1033 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
> ohci2 at cardbus0 function 1: vendor 0x1033 product 0x0035 (rev. 0x43)
> uhub2: vendor 0x1033 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1

At a guess, you have to modify the ugensa_devs table in ugensa.c.
I don't know if you should add

	{0x0e11, 0xa0f8},

or

	{0x1033, 0x0035},

but try one or the other, build a new kernel, and test that way.