Commit 870d5395 authored by Inaky Perez-Gonzalez's avatar Inaky Perez-Gonzalez Committed by David Vrabel

wusb: add the USB wusb-cbaf driver

Add a driver for cable based associated of (Wireless) USB devices.
Signed-off-by: default avatarDavid Vrabel <david.vrabel@csr.com>
parent 470cc415
obj-$(CONFIG_USB_WUSB) += wusbcore.o obj-$(CONFIG_USB_WUSB) += wusbcore.o wusb-cbaf.o
wusbcore-objs := \ wusbcore-objs := \
crypto.o \ crypto.o \
...@@ -10,3 +10,5 @@ wusbcore-objs := \ ...@@ -10,3 +10,5 @@ wusbcore-objs := \
reservation.o \ reservation.o \
security.o \ security.o \
wusbhc.o wusbhc.o
wusb-cbaf-objs := cbaf.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment