mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
758f9acf8c
commit
ed0d16b017
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue