lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 24 Sep 2013 23:36:37 +0200
From:	Marcus Sundberg <marcus@...cussundberg.com>
To:	"David S. Miller" <davem@...emloft.net>
CC:	linux-kernel@...r.kernel.org
Subject: [PATCH] net: ipheth Add support for iPad 3.

>From ad23adfbe455f8ae44476d43e4b3033306fe536f Mon Sep 17 00:00:00 2001
From: Marcus Sundberg <marcus@...cussundberg.com>
Date: Tue, 24 Sep 2013 22:37:07 +0200
Subject: [PATCH 1/2] net: ipheth: Sort device IDs and use consistent
 whitespace.

Signed-off-by: Marcus Sundberg <marcus@...cussundberg.com>
---
 drivers/net/usb/ipheth.c |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/net/usb/ipheth.c b/drivers/net/usb/ipheth.c
index ff8594d..a736ebb 100644
--- a/drivers/net/usb/ipheth.c
+++ b/drivers/net/usb/ipheth.c
@@ -54,16 +54,16 @@
 #include <linux/usb.h>
 #include <linux/workqueue.h>

-#define USB_VENDOR_APPLE        0x05ac
-#define USB_PRODUCT_IPHONE      0x1290
-#define USB_PRODUCT_IPHONE_3G   0x1292
-#define USB_PRODUCT_IPHONE_3GS  0x1294
-#define USB_PRODUCT_IPHONE_4	0x1297
-#define USB_PRODUCT_IPAD 0x129a
-#define USB_PRODUCT_IPAD_MINI    0x12ab
-#define USB_PRODUCT_IPHONE_4_VZW 0x129c
-#define USB_PRODUCT_IPHONE_4S	0x12a0
-#define USB_PRODUCT_IPHONE_5	0x12a8
+#define USB_VENDOR_APPLE		0x05ac
+#define USB_PRODUCT_IPHONE		0x1290
+#define USB_PRODUCT_IPHONE_3G		0x1292
+#define USB_PRODUCT_IPHONE_3GS		0x1294
+#define USB_PRODUCT_IPHONE_4		0x1297
+#define USB_PRODUCT_IPAD		0x129a
+#define USB_PRODUCT_IPHONE_4_VZW	0x129c
+#define USB_PRODUCT_IPHONE_4S		0x12a0
+#define USB_PRODUCT_IPHONE_5		0x12a8
+#define USB_PRODUCT_IPAD_MINI		0x12ab

 #define IPHETH_USBINTF_CLASS    255
 #define IPHETH_USBINTF_SUBCLASS 253
-- 
1.7.9.5

>From 73f4ff929960772cc1cd07209b87ceba111173f2 Mon Sep 17 00:00:00 2001
From: Marcus Sundberg <marcus@...cussundberg.com>
Date: Tue, 24 Sep 2013 22:43:59 +0200
Subject: [PATCH 2/2] net: ipheth: Add support for iPad 3.

Add USB device ID 0x12a6 to the ipheth network-over-USB-tethering
driver for iOS devices.

Signed-off-by: Marcus Sundberg <marcus@...cussundberg.com>
---
 drivers/net/usb/ipheth.c |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/net/usb/ipheth.c b/drivers/net/usb/ipheth.c
index a736ebb..fc3e2a4 100644
--- a/drivers/net/usb/ipheth.c
+++ b/drivers/net/usb/ipheth.c
@@ -62,6 +62,7 @@
 #define USB_PRODUCT_IPAD		0x129a
 #define USB_PRODUCT_IPHONE_4_VZW	0x129c
 #define USB_PRODUCT_IPHONE_4S		0x12a0
+#define USB_PRODUCT_IPAD_3		0x12a6
 #define USB_PRODUCT_IPHONE_5		0x12a8
 #define USB_PRODUCT_IPAD_MINI		0x12ab

@@ -123,6 +124,10 @@ static struct usb_device_id ipheth_table[] = {
 		USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_5,
 		IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
 		IPHETH_USBINTF_PROTO) },
+	{ USB_DEVICE_AND_INTERFACE_INFO(
+		USB_VENDOR_APPLE, USB_PRODUCT_IPAD_3,
+		IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
+		IPHETH_USBINTF_PROTO) },
 	{ }
 };
 MODULE_DEVICE_TABLE(usb, ipheth_table);
-- 
1.7.9.5


-- 
------------------------------------------------------------------
           Marcus Sundberg <marcus@...cussundberg.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ