mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: gki - enable CONFIG_USB_NET_CDC_EEM=y
CDC protocols in chronological order from oldest to newest: ECM - Ethernet Control Model EEM - Ethernet Emulation Model NCM - Network Control Model We have CDC ECM (CDCETHER) and CDC NCM support already, so also support the intermediate CDC EEM usb network protocol. Some USB Ethernet dongles use this mode when there is no native driver available. Test: built and booted on a gki using phone Bug: 183564444 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ie34fc86b7243cf76edf39211e9f9359714414408
This commit is contained in:
@@ -323,6 +323,7 @@ CONFIG_USB_RTL8152=y
|
||||
CONFIG_USB_USBNET=y
|
||||
# CONFIG_USB_NET_AX8817X is not set
|
||||
# CONFIG_USB_NET_AX88179_178A is not set
|
||||
CONFIG_USB_NET_CDC_EEM=y
|
||||
# CONFIG_USB_NET_NET1080 is not set
|
||||
# CONFIG_USB_NET_CDC_SUBSET is not set
|
||||
# CONFIG_USB_NET_ZAURUS is not set
|
||||
|
||||
@@ -296,6 +296,7 @@ CONFIG_USB_RTL8152=y
|
||||
CONFIG_USB_USBNET=y
|
||||
# CONFIG_USB_NET_AX8817X is not set
|
||||
# CONFIG_USB_NET_AX88179_178A is not set
|
||||
CONFIG_USB_NET_CDC_EEM=y
|
||||
# CONFIG_USB_NET_NET1080 is not set
|
||||
# CONFIG_USB_NET_CDC_SUBSET is not set
|
||||
# CONFIG_USB_NET_ZAURUS is not set
|
||||
|
||||
Reference in New Issue
Block a user