ipheth(4): Fix for iOS 14

Fix USB tethering for iOS 14.

Inspired by:	https://github.com/libimobiledevice/libimobiledevice/issues/1038

PR:		249979
Reviewed by:	hselasky
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D27250
This commit is contained in:
Li-Wen Hsu 2020-11-18 19:35:30 +00:00
parent 758f9acf8c
commit ed0d16b017
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367812

View File

@ -39,7 +39,7 @@
#define IPHETH_USBINTF_SUBCLASS 253
#define IPHETH_USBINTF_PROTO 1
#define IPHETH_BUF_SIZE 1516
#define IPHETH_BUF_SIZE 1514
#define IPHETH_TX_TIMEOUT 5000 /* ms */
#define IPHETH_RX_FRAMES_MAX 1