kernel: backport ipeth CDC NCM support
[openwrt/staging/pepe2k.git] / target / linux / generic / backport-5.15 / 796-v6.5-04-usbnet-ipheth-update-Kconfig-description.patch
1 From 0c6e9d32ef0ccfcf2d875cbcff23bf345a54d585 Mon Sep 17 00:00:00 2001
2 From: Foster Snowhill <forst@pen.gy>
3 Date: Wed, 7 Jun 2023 15:57:02 +0200
4 Subject: [PATCH 4/4] usbnet: ipheth: update Kconfig description
5
6 This module has for a long time not been limited to iPhone <= 3GS.
7 Update description to match the actual state of the driver.
8
9 Remove dead link from 2010, instead reference an existing userspace
10 iOS device pairing implementation as part of libimobiledevice.
11
12 Signed-off-by: Foster Snowhill <forst@pen.gy>
13 Signed-off-by: David S. Miller <davem@davemloft.net>
14 ---
15 drivers/net/usb/Kconfig | 10 ++++------
16 1 file changed, 4 insertions(+), 6 deletions(-)
17
18 --- a/drivers/net/usb/Kconfig
19 +++ b/drivers/net/usb/Kconfig
20 @@ -582,12 +582,10 @@ config USB_IPHETH
21 default n
22 help
23 Module used to share Internet connection (tethering) from your
24 - iPhone (Original, 3G and 3GS) to your system.
25 - Note that you need userspace libraries and programs that are needed
26 - to pair your device with your system and that understand the iPhone
27 - protocol.
28 -
29 - For more information: http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver
30 + iPhone to your system.
31 + Note that you need a corresponding userspace library/program
32 + to pair your device with your system, for example usbmuxd
33 + <https://github.com/libimobiledevice/usbmuxd>.
34
35 config USB_SIERRA_NET
36 tristate "USB-to-WWAN Driver for Sierra Wireless modems"