Subject: Re: Belkin Bluetooth vs aue vs ubt
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Iain Hibbert <plunky@rya-online.net>
List: tech-kern
Date: 03/08/2007 20:11:40
On Wed, 7 Mar 2007, Stephen Borrill wrote:
> Iain, should I skip this if dd->bDeviceClass == UDCLASS_IN_INTERFACE?
I confess, it seems beyond me.. but why does the following not make a
difference?
ubt.c:
if (uaa->iface == NULL)
return UMATCH_NONE;
if_aue.c:
if (uaa->iface != NULL)
return (UMATCH_NONE);
surely its one or the other..?
iain