Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1414929 > unrolled thread
| Started by | "J. Mayer" <l_indien@magic.fr> |
|---|---|
| First post | 2016-06-06 13:40 +0200 |
| Last post | 2016-06-06 13:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/1][resend] usbnet: cdc_ether.c: use Samsung Galaxy Grand Prime VE as an USB modem "J. Mayer" <l_indien@magic.fr> - 2016-06-06 13:40 +0200
| From | "J. Mayer" <l_indien@magic.fr> |
|---|---|
| Date | 2016-06-06 13:40 +0200 |
| Subject | [PATCH 1/1][resend] usbnet: cdc_ether.c: use Samsung Galaxy Grand Prime VE as an USB modem |
| Message-ID | <rH12V-4it-1@gated-at.bofh.it> |
From: Jocelyn Mayer <l_indien@magic.fr>
Make cdc_ether able to use Samsung Galaxy Grand Prime VE (aka SM-G531F)
smartphone as an USB Wifi / 4G network gateway.
This patch has only been succesfully tested with Galaxy Grand Prime VE
but according to libmtp headers, it should also work with most (or all)
Samsung Android based devices.
Signed-off-by: Jocelyn Mayer <l_indien@magic.fr>
Please explicitly keep me on CC as I did not register the mailing list.
---
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c
index 7cba2c3..6186693 100644
--- a/drivers/net/usb/cdc_ether.c
+++ b/drivers/net/usb/cdc_ether.c
@@ -641,6 +641,12 @@ static const struct usb_device_id products[] = {
USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
.driver_info = 0,
},
+/* Samsung Galaxy Grand Prime VE */
+{
+ USB_DEVICE_AND_INTERFACE_INFO(SAMSUNG_VENDOR_ID, 0x6863,
USB_CLASS_COMM,
+ USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
+ .driver_info = 0,
+},
/* Lenovo Thinkpad USB 3.0 Ethernet Adapters (based on Realtek
RTL8153) */
{
Back to top | Article view | linux.kernel
csiph-web