Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Support USB super speed in fastboot #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libefiusb/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LOCAL_SRC_FILES := \
usb.c

ifeq ($(KERNELFLINGER_SUPPORT_SELF_USB_DEVICE_MODE_PROTOCOL),true)
LOCAL_CFLAGS += -DSUPPORT_SUPER_SPEED
LOCAL_CFLAGS += -DUSE_SELF_USB_DEVICE_MODE_PROTOCOL
LOCAL_SRC_FILES += \
device_mode/cpuio.c \
Expand Down
Loading