usb: gadget: RIP Samsung MTP driver

* It simply doesn't work on AOSP, and never did.

Change-Id: Id42c091d45965037eca200041cd00de5ada8d275
This commit is contained in:
LuK1337
2023-11-24 18:36:08 +01:00
committed by Haky86
parent 86c03e9959
commit 98bd0a32e0
2 changed files with 0 additions and 2148 deletions

View File

@@ -51,13 +51,8 @@ usb_f_printer-y := f_printer.o
obj-$(CONFIG_USB_F_PRINTER) += usb_f_printer.o
usb_f_tcm-y := f_tcm.o
obj-$(CONFIG_USB_F_TCM) += usb_f_tcm.o
ifeq ($(CONFIG_SEC_FACTORY),y)
usb_f_mtp-y := f_mtp.o
obj-$(CONFIG_USB_F_MTP) += usb_f_mtp.o
else
usb_f_mtp_samsung-y := f_mtp_samsung.o
obj-$(CONFIG_USB_F_MTP) += usb_f_mtp_samsung.o
endif
usb_f_ptp-y := f_ptp.o
obj-$(CONFIG_USB_F_PTP) += usb_f_ptp.o
usb_f_audio_source-y := f_audio_source.o

File diff suppressed because it is too large Load Diff