aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2020-12-16 13:29:06 +0000
committerMichael Brown <mcb30@ipxe.org>2020-12-16 13:29:06 +0000
commitf47a45ea2d4ff0f7b725e0c069948c81ef8b67a1 (patch)
tree83a29da72c6e3eee39d291919d6f9149f05af8e1 /src/include
parentf43a8f8b9f808fb0a8347663abf6efe6908821ed (diff)
downloadipxe-f47a45ea2d4ff0f7b725e0c069948c81ef8b67a1.zip
ipxe-f47a45ea2d4ff0f7b725e0c069948c81ef8b67a1.tar.gz
ipxe-f47a45ea2d4ff0f7b725e0c069948c81ef8b67a1.tar.bz2
[iphone] Add iPhone tethering driver
USB tethering via an iPhone is unreasonably complicated due to the requirement to perform a pairing operation that involves establishing a TLS session over a completely unrelated USB function that speaks a protocol that is almost, but not quite, entirely unlike TCP. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 7c98909..3437a52 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -210,6 +210,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_pcimsix ( ERRFILE_DRIVER | 0x00cc0000 )
#define ERRFILE_intelxlvf ( ERRFILE_DRIVER | 0x00cd0000 )
#define ERRFILE_usbblk ( ERRFILE_DRIVER | 0x00ce0000 )
+#define ERRFILE_iphone ( ERRFILE_DRIVER | 0x00cf0000 )
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )