public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* One Vendor/Device ID multiple instances of driver
@ 2007-07-14  1:40 Keith Chew
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Chew @ 2007-07-14  1:40 UTC (permalink / raw)
  To: linux-kernel

Hi

We have a WIFI driver that only supports a single device at a time. We
want to use 2 devices with the same vendor/device ID, but spawn 2
instances of the same driver. Each instance will handle a single
device.

If we bought the devices from 2 vendors, we'd have 2 DeviceIDs, we can
modify the driver to look at different IDs, which will solve our
problem. But how can we achieve this if we wanted to use the same
device from the same vendor?

Regards
Keith

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: One Vendor/Device ID multiple instances of driver
       [not found] <fa.6cQieg/J+91tnyM674iETzYudjY@ifi.uio.no>
@ 2007-07-14  3:58 ` Robert Hancock
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Hancock @ 2007-07-14  3:58 UTC (permalink / raw)
  To: Keith Chew; +Cc: linux-kernel

Keith Chew wrote:
> Hi
> 
> We have a WIFI driver that only supports a single device at a time. We
> want to use 2 devices with the same vendor/device ID, but spawn 2
> instances of the same driver. Each instance will handle a single
> device.
> 
> If we bought the devices from 2 vendors, we'd have 2 DeviceIDs, we can
> modify the driver to look at different IDs, which will solve our
> problem. But how can we achieve this if we wanted to use the same
> device from the same vendor?

The most obvious response is, why does the driver support only a single 
device at a time? Fixing that would be the best solution, as this goes 
against all kernel convention.

-- 
Robert Hancock      Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-14  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.6cQieg/J+91tnyM674iETzYudjY@ifi.uio.no>
2007-07-14  3:58 ` One Vendor/Device ID multiple instances of driver Robert Hancock
2007-07-14  1:40 Keith Chew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox