Re: [mpf70-devel] Re: MpMan driver
Status: Inactive
Brought to you by:
jeremy_laine
From: Kiss K. <cr...@kl...> - 2003-10-19 10:08:05
|
Hello, Hmmmm .... You have a point. Still I don't see how this didn't work for me. I tryed something similar with a list of 8 devices and I had the simptoms you describe. After 8 connects and disconnects the driver didn't accept new devices. I see why I saw that the pointer contains an integer with the address of the device, though ... The usb_device structure has this integer as it's first element. So I have to admit it was a false alarm :o((( Regards Kiss Karoly On Sun, 19 Oct 2003, Jeremy [ISO-8859-1] Lain=E9 wrote: > Hi! > > I'm not sure what you describe is accurate, there would already be > problems in a single device situation upon disconnecting/reconnecting. > If you look at mpf70.h you'll see that currently, the "list of > devices" only allows for one device (MPF70_MAX =3D 1). If indeed I am > writing s->usbdev =3D NULL in the wrong place, reconnecting the device > work should cause a failure (mpf70_find_struct would not find an entry > with a NULL usbdev). This is not the observed behaviour! > > Jeremy > |