summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2020-12-16 14:29:06 +0100
committerMichael Brown2020-12-16 14:29:06 +0100
commitf47a45ea2d4ff0f7b725e0c069948c81ef8b67a1 (patch)
tree83a29da72c6e3eee39d291919d6f9149f05af8e1 /src/include/ipxe/errfile.h
parent[crypto] Allow private key to be specified as a TLS connection parameter (diff)
downloadipxe-f47a45ea2d4ff0f7b725e0c069948c81ef8b67a1.tar.gz
ipxe-f47a45ea2d4ff0f7b725e0c069948c81ef8b67a1.tar.xz
ipxe-f47a45ea2d4ff0f7b725e0c069948c81ef8b67a1.zip
[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/ipxe/errfile.h')
-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 7c98909d..3437a521 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 )