]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the correct USB interface macros instead of USB_IF_CSI.
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>
Wed, 26 Dec 2012 19:12:31 +0000 (19:12 +0000)
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>
Wed, 26 Dec 2012 19:12:31 +0000 (19:12 +0000)
commitac76cdc670ac78598e94303aca36793dc709b0f5
treead8f82e481be026ee483df5b478126df1b4b3f3d
parent0083d61abc81ed54b2486a5f541ad8942320f2cd
Use the correct USB interface macros instead of USB_IF_CSI.

As pointed out by hselasky@, USB_IF_CSI is the wrong macro here since we want
to declare the device's interface class, subclass and protocol, not class,
subclass and driver info.

Follow-up to r244704.

PR: kern/174707
Approved by: glebius
MFC after: 1 week
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c