From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756909AbcIGIMx (ORCPT ); Wed, 7 Sep 2016 04:12:53 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:53695 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756325AbcIGIMv (ORCPT ); Wed, 7 Sep 2016 04:12:51 -0400 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.56 with qID u878Cl1T019587, This message is accepted by code: ctloc85258 From: Hayes Wang To: CC: , , , Hayes Wang Subject: [PATCH net-next 0/3] r8152: configuration setting Date: Wed, 7 Sep 2016 16:12:19 +0800 Message-ID: <1394712342-15778-215-Taiwan-albertk@realtek.com> X-Mailer: Microsoft Office Outlook 11 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.177.199] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some people prefer to use ECM mode rather than vendor mode. Therefore, I add CONFIG_RTL8152_CONFIG_VALUE in Kconfig. Then, the users could choose the USB configuration value which they want. The default is to support vendor mode only. Hayes Wang (3): r8152: check hw version first r8152: support ECM mode r8152: add CONFIG_RTL8152_CONFIG_VALUE drivers/net/usb/Kconfig | 13 ++ drivers/net/usb/r8152.c | 383 +++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 345 insertions(+), 51 deletions(-) -- 2.7.4