]> git.baikalelectronics.ru Git - kernel.git/commit
usbnet: move the CDC parser into USB core
authorOliver Neukum <oneukum@suse.com>
Thu, 14 Jul 2016 13:41:30 +0000 (15:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Jul 2016 15:46:57 +0000 (08:46 -0700)
commit8d87451e347fcb779be8229445dae120f65c4b44
treef9cb73a1017afbd0962ee2c4fbd3c6179d17b744
parent201d676055ca327a1668febf83c903a645342343
usbnet: move the CDC parser into USB core

The dependencies were impossible to handle preventing
drivers for CDC devices not which are not network drivers
from using the common parser.

Signed-off-by: Oliver Neukum <ONeukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/usbnet.c
drivers/usb/core/message.c