code change is simple (this is against the code from the ipheth git
repo)

*** ipheth.c~   2012-12-14 09:27:39.676748925 -0800
--- ipheth.c    2012-12-14 14:02:30.340035900 -0800
***************
*** 66,71 ****
--- 66,72 ----
  #define USB_PRODUCT_IPHONE_3GS  0x1294
  #define USB_PRODUCT_IPHONE_4    0x1297
  #define USB_PRODUCT_IPHONE_4S   0x12a0
+ #define USB_PRODUCT_IPHONE_5   0x12a8
  
  #define IPHETH_USBINTF_CLASS    255
  #define IPHETH_USBINTF_SUBCLASS 253
***************
*** 109,114 ****
--- 110,119 ----
                USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_4S,
                IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
                IPHETH_USBINTF_PROTO) },
+       { USB_DEVICE_AND_INTERFACE_INFO(
+               USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_5,
+               IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS,
+               IPHETH_USBINTF_PROTO) },
        { }
  };
  MODULE_DEVICE_TABLE(usb, ipheth_table);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060340

Title:
  iPhone 5 as network device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipheth/+bug/1060340/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to