All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Hancock <hancockr@shaw.ca>
To: Keith Chew <keith.chew@gmail.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: One Vendor/Device ID multiple instances of driver
Date: Fri, 13 Jul 2007 21:58:00 -0600	[thread overview]
Message-ID: <469849C8.9080409@shaw.ca> (raw)
In-Reply-To: <fa.6cQieg/J+91tnyM674iETzYudjY@ifi.uio.no>

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/


       reply	other threads:[~2007-07-14  3:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.6cQieg/J+91tnyM674iETzYudjY@ifi.uio.no>
2007-07-14  3:58 ` Robert Hancock [this message]
2007-07-14  1:40 One Vendor/Device ID multiple instances of driver Keith Chew

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=469849C8.9080409@shaw.ca \
    --to=hancockr@shaw.ca \
    --cc=keith.chew@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.