linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: linux-hotplug@vger.kernel.org
Subject: Re: dabusb/usb modems conflict issue
Date: Mon, 05 May 2003 18:53:01 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-105216005222409@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-105200517616922@msgid-missing>

Hi,

> Well.. our driver support a lot of GlobeSpan chipset-based USB ADSL modems,
> and in most cases, hotplug loads dabusb module at startup to add support for
> the (modem) devices.

The URLs you mentioned don't seem available to me just now,
so I can't see any more information than is found in your
email message ...

EVERY version of "dabusb" I've ever seen has a bug in
its MODULE_DEVICE_TABLE entries:  they claim the default
EZ-USB product/vendor IDs.  Those IDs are not supposed
to be used by _any_ product except Cypress devkits.
(Which means any developers working with Cypress EZ-USB
and Linux trip over the bug...)

In fact, the current drivers (2.4, 2.5) seem to have
only two IDs, both with Cypress vendor IDs.  One of
them is a bug, and needs to be removed.  I don't know
about the other one; it could be legit.

Assuming this isn't a hotplug bug, there are exactly
three possibilities:

  - This GlobeSpan driver is also trying to bind to
    default EZ-USB devices.  **BOTH** drivers have bugs,
    since no production devices may use those IDs.

  - Or the globespan driver is also trying to bind
    to the other (pid 9999) device entry.  Assuming
    that ID was allocated legally only one of the
    drivers can possibly be correct.

  - Both drivers are using VID/PID entries they aren't
    allowed to use, for the second entry (the one that's
    not the EZ-USB default).  For example, that ID may
    not have been allocated to either one by Cypress.

Do you know which is the situation?


> We used to disable dabusb module load by removing the module file or
> re-configuring the kernel to skip dabusb support, and with latest versions of
> hotplug (depending on the GNU/Linux distro), we recommend our users to add
> dabusb to the blacklist file.
> 
> 
> You will find related info about how we manage this issue there:
> 
> the project page..
> http://eciadsl.flashtux.org/index.php?lang=en
> 
> the supported modems list (including vid/pid)..
> http://eciadsl.flashtux.org/modems.php?lang=en
> 
> our Q/A in the FAQ related to this dabusb issue..
> http://eciadsl.flashtux.org/faq.php?lang=en#2.1
> 
> 
> My questions:
> 1/
> Do we use the right method to avoid dabusb loading for non-audio-dabusb
> devices (modems).
> 
> 2/
> Is this really a conflict? What's your thought about this?
> 
> 3/
> Do you have any piece of advice related to this (generally)?

The blacklist exists basically to cope with driver bugs,
you should find out what the situation is.  Does your modem
driver include product/vendor IDs for pre-production units?
If so, just remove them.

- Dave


> 
> Thanx in advance,
> regards
> 





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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

  reply	other threads:[~2003-05-05 18:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-03 23:38 dabusb/usb modems conflict issue wwp
2003-05-05 18:53 ` David Brownell [this message]
2003-05-05 22:29 ` wwp
2003-05-06 13:31 ` Thomas Sailer
2003-05-06 14:58 ` David Brownell
2003-10-02  8:07 ` wwp

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=marc-linux-hotplug-105216005222409@msgid-missing \
    --to=david-b@pacbell.net \
    --cc=linux-hotplug@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).