* [PATCH 1/1] ipheth: add support for iPad
@ 2012-06-24 22:37 rainbow
2012-06-25 0:09 ` Jesper Juhl
0 siblings, 1 reply; 6+ messages in thread
From: rainbow @ 2012-06-24 22:37 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-usb, netdev, linux-kernel, rainbow
This adds support for the iPad to the ipheth driver.
(product id = 0x129a)
Signed-off-by: rainbow <rainbow@irh.it>
---
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 964031e..9c98449 100644
--- a/drivers/net/usb/ipheth.c
+++ b/drivers/net/usb/ipheth.c
@@ -59,6 +59,7 @@
#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
@@ -101,6 +102,10 @@ static struct usb_device_id ipheth_table[] = {
IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
IPHETH_USBINTF_PROTO) },
{ USB_DEVICE_AND_INTERFACE_INFO(
+ USB_VENDOR_APPLE, USB_PRODUCT_IPAD,
+ IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
+ IPHETH_USBINTF_PROTO) },
+ { USB_DEVICE_AND_INTERFACE_INFO(
USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_4_VZW,
IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
IPHETH_USBINTF_PROTO) },
--
1.7.10.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] ipheth: add support for iPad
2012-06-24 22:37 [PATCH 1/1] ipheth: add support for iPad rainbow
@ 2012-06-25 0:09 ` Jesper Juhl
2012-06-25 2:53 ` David Miller
2012-06-25 7:03 ` Davide Gerhard
0 siblings, 2 replies; 6+ messages in thread
From: Jesper Juhl @ 2012-06-25 0:09 UTC (permalink / raw)
To: rainbow; +Cc: Greg Kroah-Hartman, linux-usb, netdev, linux-kernel
On Mon, 25 Jun 2012, rainbow wrote:
> This adds support for the iPad to the ipheth driver.
> (product id = 0x129a)
>
> Signed-off-by: rainbow <rainbow@irh.it>
It is usually very much prefered that people use their real names in
Signed-off-by: lines.
Please consider re-submitting using your real name.
--
Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] ipheth: add support for iPad
2012-06-25 0:09 ` Jesper Juhl
@ 2012-06-25 2:53 ` David Miller
2012-06-25 7:03 ` Davide Gerhard
1 sibling, 0 replies; 6+ messages in thread
From: David Miller @ 2012-06-25 2:53 UTC (permalink / raw)
To: jj; +Cc: rainbow, gregkh, linux-usb, netdev, linux-kernel
From: Jesper Juhl <jj@chaosbits.net>
Date: Mon, 25 Jun 2012 02:09:22 +0200 (CEST)
> On Mon, 25 Jun 2012, rainbow wrote:
>
>> This adds support for the iPad to the ipheth driver.
>> (product id = 0x129a)
>>
>> Signed-off-by: rainbow <rainbow@irh.it>
>
> It is usually very much prefered that people use their real names in
> Signed-off-by: lines.
>
> Please consider re-submitting using your real name.
Indeed.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] ipheth: add support for iPad
2012-06-25 0:09 ` Jesper Juhl
2012-06-25 2:53 ` David Miller
@ 2012-06-25 7:03 ` Davide Gerhard
1 sibling, 0 replies; 6+ messages in thread
From: Davide Gerhard @ 2012-06-25 7:03 UTC (permalink / raw)
To: Jesper Juhl; +Cc: Greg Kroah-Hartman, linux-usb, netdev, linux-kernel
=- Jesper Juhl wrote on Mon 25.Jun'12 at 2:09:22 +0200 -=
> On Mon, 25 Jun 2012, rainbow wrote:
>
> > This adds support for the iPad to the ipheth driver.
> > (product id = 0x129a)
> >
> > Signed-off-by: rainbow <rainbow@irh.it>
>
> It is usually very much prefered that people use their real names in
> Signed-off-by: lines.
Sorry.
I have resubmitted.
/davide
>
> Please consider re-submitting using your real name.
>
> --
> Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
> Don't top-post http://www.catb.org/jargon/html/T/top-post.html
> Plain text mails only, please.
>
--
"There is no likelihood man can ever tap the power of the atom." - Robert
Millikan, Nobel Prize in Physics, 1923.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] ipheth: add support for iPad
@ 2012-06-25 7:04 Davide Gerhard
2012-06-25 23:21 ` David Miller
0 siblings, 1 reply; 6+ messages in thread
From: Davide Gerhard @ 2012-06-25 7:04 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-usb, netdev, linux-kernel, Davide Gerhard
This adds support for the iPad to the ipheth driver.
(product id = 0x129a)
Signed-off-by: Davide Gerhard <rainbow@irh.it>
---
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 964031e..9c98449 100644
--- a/drivers/net/usb/ipheth.c
+++ b/drivers/net/usb/ipheth.c
@@ -59,6 +59,7 @@
#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
@@ -101,6 +102,10 @@ static struct usb_device_id ipheth_table[] = {
IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
IPHETH_USBINTF_PROTO) },
{ USB_DEVICE_AND_INTERFACE_INFO(
+ USB_VENDOR_APPLE, USB_PRODUCT_IPAD,
+ IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
+ IPHETH_USBINTF_PROTO) },
+ { USB_DEVICE_AND_INTERFACE_INFO(
USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_4_VZW,
IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
IPHETH_USBINTF_PROTO) },
--
1.7.10.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1] ipheth: add support for iPad
2012-06-25 7:04 Davide Gerhard
@ 2012-06-25 23:21 ` David Miller
0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-06-25 23:21 UTC (permalink / raw)
To: rainbow; +Cc: gregkh, linux-usb, netdev, linux-kernel
From: Davide Gerhard <rainbow@irh.it>
Date: Mon, 25 Jun 2012 09:04:47 +0200
> This adds support for the iPad to the ipheth driver.
> (product id = 0x129a)
>
> Signed-off-by: Davide Gerhard <rainbow@irh.it>
Applied, thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-06-25 23:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 22:37 [PATCH 1/1] ipheth: add support for iPad rainbow
2012-06-25 0:09 ` Jesper Juhl
2012-06-25 2:53 ` David Miller
2012-06-25 7:03 ` Davide Gerhard
-- strict thread matches above, loose matches on Subject: below --
2012-06-25 7:04 Davide Gerhard
2012-06-25 23:21 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).