Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
obj-$(CONFIG_USB_WUSB)		+= wusbcore.o
obj-$(CONFIG_USB_WUSB)		+= wusbcore.o wusb-cbaf.o

wusbcore-objs := 	\
	crypto.o	\
@@ -10,3 +10,5 @@ wusbcore-objs := \
	reservation.o	\
	security.o	\
	wusbhc.o

wusb-cbaf-objs := cbaf.o
+620 −0

File added.

Preview size limit exceeded, changes collapsed.