lp:ofono
- Get this branch:
- bzr branch lp:ofono
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/network/ofono/ofono.git.
Last successful import was .
Recent revisions
- 9541. By Denis Kenzior <email address hidden>
-
mbim: Print the device as a string
Instead of printing 'device' as a pointer, print it as a string:
ofonod[2672]: plugins/mbim.c: mbim_enable( ) /dev/wwan0mbim0 - 9540. By Denis Kenzior <email address hidden>
-
mbim: Do not require the DescriptorsFile property
Some PCIe MBIM devices (for example, based on MHI) do not provide a
descriptors file, unlike USB MBIM devices. - 9539. By Denis Kenzior <email address hidden>
-
udevng: mhi: Detect MBIM mode devices
MHI devices can operate in QRTR or MBIM mode. MBIM mode devices should
utilize the 'mbim' driver. - 9538. By Denis Kenzior <email address hidden>
-
udevng: mhi: Collect WWAN net devices as well
net devices that are part of the WWAN subsystem should be categorized as
part of the MHI device as well. This is relevant for MHI devices that
operate in MBIM mode. For such devices, the netdev has an intermediate
parent (the wwan device) instead of being parented directly to the MHI
subsystem device.│ │ │ │ └─mhi0
│ │ │ │ ┆ P: /devices/pci0000: 00/...
│ │ │ │ ┆ M: mhi0
│ │ │ │ ┆ R: 0
│ │ │ │ ┆ J: +mhi:mhi0
│ │ │ │ ┆ U: mhi
│ │ │ │ ┆ E: DEVPATH=/devices/ pci0000: 00/...
│ │ │ │ ┆ E: SUBSYSTEM=mhi
│ │ │ │ ┆ E: MODALIAS=mhi:mhi0
...
│ │ │ │ └─wwan/wwan0
│ │ │ │ ┆ P: /devices/pci0000: 00/...
│ │ │ │ ┆ M: wwan0
│ │ │ │ ┆ R: 0
│ │ │ │ ┆ J: +wwan:wwan0
│ │ │ │ ┆ U: wwan
│ │ │ │ ┆ T: wwan_dev
│ │ │ │ ┆ E: DEVPATH=/devices/ pci0000: 00/...
│ │ │ │ ┆ E: SUBSYSTEM=wwan
│ │ │ │ ┆ E: DEVTYPE=wwan_dev
│ │ │ │ ├─net/wwan0
│ │ │ │ │ ┆ P: /devices/pci0000: 00/...
│ │ │ │ │ ┆ M: wwan0
│ │ │ │ │ ┆ R: 0
│ │ │ │ │ ┆ J: n3
│ │ │ │ │ ┆ U: net
│ │ │ │ │ ┆ T: wwan
│ │ │ │ │ ┆ I: 3
│ │ │ │ │ ┆ E: DEVPATH=/devices/ pci0000: 00/...
│ │ │ │ │ ┆ E: SUBSYSTEM=net
│ │ │ │ │ ┆ E: DEVTYPE=wwan
│ │ │ │ │ ┆ E: INTERFACE=wwan0
│ │ │ │ │ ┆ E: IFINDEX=3 - 9537. By Denis Kenzior <email address hidden>
-
udevng: Record devnode even for non-USB devices
This is useful for WWAN AT/MBIM/QCDM ports that are being created by PCI
based devices.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)