Age | Commit message (Collapse) | Author |
|
|
|
|
|
get_port() actually increases the refcount of the returned port, use peek_port()
instead.
|
|
|
|
Icera/Nvidia chipset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This lets us skip the search for the `MMPortProbe' where we got the results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initially all disabled.
|
|
|
|
We will try to use usbif0 to gather the port layout with AT^GETPORTMODE.
|
|
|
|
If for any reason we're requested to create a device with 0 ports, just return
error.
|
|
|
|
Instead of hardcoding the logic to decide which ports are open or closed in the
different steps, we now let the subclasses of MMBroadbandModem to do that
themselves.
We now provide:
* initialization_started() and initialization_stopped(): the generic
implementation does the serial port open/close in these steps.
* enabling_started(): the generic implementation does the serial port opening
here. The serial ports are kept open as long the modem is in enabled state.
* disabling_stopped(): the generic implementation does the serial port closing
here.
|
|
|
|
|
|
|
|
|
|
|