From: Greg KH <greg@kroah.com>
To: "Adam J. Richter" <adam@yggdrasil.com>
Cc: dag@brattli.net, linux-kernel@vger.kernel.org,
torvalds@transmeta.com, bhards@bigpond.net.au,
bvermeul@devel.blackstar.nl
Subject: Re: PATCH: linux-2.4.10-pre4/drivers/net/irda/irda-usb.c incorrectly matched to other USB devices
Date: Wed, 5 Sep 2001 15:46:46 -0700 [thread overview]
Message-ID: <20010905154646.A15893@kroah.com> (raw)
In-Reply-To: <20010904215553.A23814@baldur.yggdrasil.com>
In-Reply-To: <20010904215553.A23814@baldur.yggdrasil.com>
On Tue, Sep 04, 2001 at 09:55:53PM -0700, Adam J. Richter wrote:
> --- linux-2.4.10-pre4/drivers/net/irda/irda-usb.c Sun Aug 5 13:12:40 2001
> +++ linux/drivers/net/irda/irda-usb.c Tue Sep 4 21:19:43 2001
> @@ -76,7 +76,8 @@
> { USB_DEVICE(0x50f, 0x180), driver_info: IUC_SPEED_BUG | IUC_NO_WINDOW },
> /* Extended Systems, Inc., XTNDAccess IrDA USB (ESI-9685) */
> { USB_DEVICE(0x8e9, 0x100), driver_info: IUC_SPEED_BUG | IUC_NO_WINDOW },
> - { match_flags: USB_DEVICE_ID_MATCH_INT_CLASS,
> + { match_flags: USB_DEVICE_ID_MATCH_INT_CLASS |
> + USB_DEVICE_ID_MATCH_INT_SUBCLASS,
> bInterfaceClass: USB_CLASS_APP_SPEC,
> bInterfaceSubClass: USB_CLASS_IRDA,
> driver_info: IUC_DEFAULT, },
That should be:
{ USB_INTERFACE_INFO (USB_CLASS_APP_SPEC, USB_CLASS_IRDA, 0), driver_info: IUC_DEFAULT},
according to the IrDA USB spec.
greg k-h
prev parent reply other threads:[~2001-09-05 22:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-05 4:55 PATCH: linux-2.4.10-pre4/drivers/net/irda/irda-usb.c incorrectly matched to other USB devices Adam J. Richter
2001-09-05 22:46 ` Greg KH [this message]
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=20010905154646.A15893@kroah.com \
--to=greg@kroah.com \
--cc=adam@yggdrasil.com \
--cc=bhards@bigpond.net.au \
--cc=bvermeul@devel.blackstar.nl \
--cc=dag@brattli.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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