summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/if_ipheth.c
Commit message (Collapse)AuthorAgeFilesLines
* Assume that all Apple products using interface class 255, subclass 253hselasky2013-07-261-0/+8
| | | | | | | | and protocol 1 are USB ethernet adapters. This avoids keeping and updating the product list every now and then. This patch will add support for the USB ethernet interface found in the IPAD. MFC after: 1 week
* Add support for tethering on the iPhone 4Seadler2013-05-291-0/+3
| | | | | | PR: usb/179078 Submitted by: Christopher Sean Hilton <chris@vindaloo.com> MFC After: 1 week
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on ↵sbz2013-01-301-1/+1
| | | | | | | device_method_t arrays Reviewed by: cognet Approved by: cognet
* Add support for iPhone 5 tethering.eadler2012-10-211-0/+3
| | | | | | | PR: usb/172172 Submitted by: Ali Mashtizadeh <mashtizadeh@gmail.com> Approved by: cperciva MFC after: 1 week
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-1/+1
| | | | | | when USB modules are compiled with WARNS=9. MFC after: 1 weeks
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
| | | | | | The SYSCTL_NODE macro defines a list that stores all child-elements of that node. If there's no SYSCTL_DECL macro anywhere else, there's no reason why it shouldn't be static.
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
| | | | | | | | | | | | sorted according to the mode which they support: host, device or dual mode - Add generic tool to extract these data: tools/bus_autoconf Discussed with: imp Suggested by: Robert Millan <rmh@debian.org> PR: misc/157903 MFC after: 14 days
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
| | | | | | it internally contain nested includes. Reviewed by: bde
* USB Network:hselasky2010-10-131-0/+528
- Add new driver for iPhone tethering - Supports the iPhone 3G/3GS/4G ethernet protocol Approved by: thompsa (mentor)
OpenPOWER on IntegriCloud