summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Clément Decoodt2022-06-20 12:31:05 +0200
committerGravatar Clément Decoodt2022-06-20 12:31:05 +0200
commitf50e52f3393a9149ac65fdda8f0d425109efc7fe (patch)
treef8997f4f773caef57b72defb84ad944302e7e16c /src
parent2839789bdb581ede7c331b9b4e07e0d5a89d7d18 (diff)
downloadusbmuxd-f50e52f3393a9149ac65fdda8f0d425109efc7fe.tar.gz
usbmuxd-f50e52f3393a9149ac65fdda8f0d425109efc7fe.tar.bz2
Add support for PID 0x1905
This is the PID used by the mac studio when in recovery mode.
Diffstat (limited to 'src')
-rw-r--r--src/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb.h b/src/usb.h
index ee74685..b1b9bb9 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -48,7 +48,7 @@
#define PID_RANGE_MAX 0x12af
#define PID_APPLE_T2_COPROCESSOR 0x8600
#define PID_APPLE_SILICON_RESTORE_LOW 0x1901
-#define PID_APPLE_SILICON_RESTORE_MAX 0x1904
+#define PID_APPLE_SILICON_RESTORE_MAX 0x1905
struct usb_device;