From: jury gerold <geroldj@grips.com>
To: linux-kernel@vger.kernel.org
Subject: usb net1080.c vendor/device id
Date: Mon, 28 May 2001 10:29:06 +0200 [thread overview]
Message-ID: <3B120C52.5360B863@grips.com> (raw)
in kernel 2.4.3 2.4.4 2.4.5
In drivers/usb/net1080.c somewhere near line 61 i see the following
{ USB_DEVICE(0x1080, 0x525),
the vendor and device id are reversed.
I have changed this to
{ USB_DEVICE(0x525, 0x1080),
and it worked since then.
I have checked it against the id database on http://www.linux-usb.org/usb.ids
Dear usb maintainer's, please change it.
best regards
Gerold
reply other threads:[~2001-05-28 8:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3B120C52.5360B863@grips.com \
--to=geroldj@grips.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.