mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Add support for RmNet networking over USB. This is based on a snapshot from kernel msm-3.10 'commit ee337c6f350c ("net: rmnet_usb: Add sleep state extended IOCTL")' with changes to remove ether mode support and some code cleanup. This driver is used for only DATA message transactions between host and device. Change-Id: I6919ddf67613b1434adb78587e3a523897c2b5c6 Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
2 lines
42 B
Makefile
2 lines
42 B
Makefile
obj-$(CONFIG_RMNET_USB) += rmnet_usb.o
|