diff options
author | 2015-11-27 10:58:28 +0000 | |
---|---|---|
committer | 2015-11-27 10:58:28 +0000 | |
commit | c3a3d0b3d148221ea564e00f958d5725ca6cf2a4 (patch) | |
tree | 76ec16f20f7b9d2337cfa7d320b66cad57d53005 | |
parent | iPhone 6, from Laurent GUALDI. (diff) | |
download | wireguard-openbsd-c3a3d0b3d148221ea564e00f958d5725ca6cf2a4.tar.xz wireguard-openbsd-c3a3d0b3d148221ea564e00f958d5725ca6cf2a4.zip |
regen
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 0fc17cbc02c..669d5ed8f80 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.672 2015/11/13 14:17:19 stsp Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.673 2015/11/27 10:58:28 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.660 2015/11/13 14:16:55 stsp Exp + * OpenBSD: usbdevs,v 1.661 2015/11/27 10:58:05 mpi Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -990,6 +990,7 @@ #define USB_PRODUCT_APPLE_IPOD_TOUCH_4G 0x129e /* iPod Touch 4G */ #define USB_PRODUCT_APPLE_IPAD2 0x129f /* iPad 2 */ #define USB_PRODUCT_APPLE_IPHONE_4S 0x12a0 /* iPhone 4S */ +#define USB_PRODUCT_APPLE_IPHONE_6 0x12a8 /* iPhone 6 */ #define USB_PRODUCT_APPLE_ETHERNET 0x1402 /* Ethernet A1277 */ #define USB_PRODUCT_APPLE_BLUETOOTH2 0x8205 /* Bluetooth */ #define USB_PRODUCT_APPLE_BLUETOOTH 0x8300 /* Bluetooth */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 2a9c83b1bac..33bbe3bc169 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.666 2015/11/13 14:17:19 stsp Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.667 2015/11/27 10:58:28 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.660 2015/11/13 14:16:55 stsp Exp + * OpenBSD: usbdevs,v 1.661 2015/11/27 10:58:05 mpi Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -950,6 +950,10 @@ const struct usb_known_product usb_known_products[] = { "iPhone 4S", }, { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_6, + "iPhone 6", + }, + { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_ETHERNET, "Ethernet A1277", }, |