commit | f7abc0618a4a5f0e138e24bb31234a88bfdb18ae | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Apr 24 10:58:24 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 26 11:34:01 2019 -0400 |
tree | a48f08e9f4f70dff4555ce0f63a12f1b26daa37a | |
parent | e55449e71aade362aa684bd3222974fed6e2d1c6 [diff] |
usbnet: ipheth: Simplify device detection All Apple products use the same protocol for tethering over USB. To simplify the code and make it future proof, use USB_VENDOR_AND_INTERFACE_INFO() instead of USB_DEVICE_AND_INTERFACE_INFO() to automatically detect and support all existing and future Apple products using the same interface. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: David S. Miller <davem@davemloft.net>