Date: Thu, 9 Jan 2014 07:02:39 -0800 From: Adrian Chadd <adrian@freebsd.org> To: "freebsd-usb@freebsd.org" <freebsd-usb@freebsd.org> Subject: USB_DEV_BCD_LTEQ() doesn't work Message-ID: <CAJ-VmokvUZk930h_Q=mSvVQ9JNn5KbYG7um1ocg0wzRD=V_NJQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi,
I'm trying to fix the atheros bluetooth USB matching to match the
ath3k rules and unfortunately I'm hitting a snag.
eg, in the blacklist:
- { USB_VPI(0x0cf3, 0x3004, 0) },
+ { USB_VPI(0x0cf3, 0x3004, 0), USB_DEV_BCD_LTEQ(1) },
Now, the rule is "if it's in the list, it's blacklisted", and in this
instance, these devices with a bcdDevice of <=1 are blacklisted.
However, this doesn't at all work. The USB matching code that looks
like it's doing it isn't.
Ideas?
-adrian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmokvUZk930h_Q=mSvVQ9JNn5KbYG7um1ocg0wzRD=V_NJQ>
