Opened 13 years ago

Last modified 5 years ago

#7183 new enhancement

usb_serial needs cellular / 3G usb modem support

Reported by: kallisti5 Owned by: mmlr
Priority: normal Milestone: Unscheduled
Component: Drivers/USB Version: R1/Development
Keywords: sierra cellular 3g modem serial usb Cc:
Blocked By: Blocking:
Platform: All

Description

The FreeBSD usb serial driver at http://fxr.watson.org/fxr/source/dev/usb/serial/u3g.c can be seen for an example to communicate to a wide variety of vendor 0xff class usb cellular modems.

Change History (2)

comment:1 by korli, 13 years ago

Some support is already included in src/add-ons/kernel/drivers/common/usb_modeswitch.cpp

I don't know what other support might be needed, usb_serial should be able to attach these devices out of the box (except for usb device matching).

comment:2 by pulkomandy, 5 years ago

Nothing else is needed, usb_serial supports ttyACM and will use them happily once put in the right mode.

We could update usb_modeswitch to support more devices, it looks like the list in freebsd has become longer.

Note that getting anything done with these will also require a working PPP stack.

Note: See TracTickets for help on using tickets.