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

Skip to content
Commit 59ff8848 authored by Jack Pham's avatar Jack Pham
Browse files

usb: gadget: qdss: Use usb_ep_autoconfig() instead of ss() variant



usb_ep_autoconfig_ss() is only needed in case a function wants
to match on both an EP descriptor as well as a SS companion
that specifies the number of streams. Since the QDSS function
doesn't use streams, we can simply use the normal
usb_ep_autoconfig() function instead to simplify the code.

This also allows building usb_f_qdss as a module against a GKI
kernel which doesn't currently have the usb_ep_autoconfig_ss()
symbol exported from the KMI.

Change-Id: Iab1caff332b7a9d708286a2d67ae2ee6bf490f34
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent b0b5ab39
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment