<div dir="ltr"><div dir="ltr"><div>This report is from quite some time ago but as I hit this issue when working with libqmi recently, maybe some of my debugging can help anybody else if they get this issue. In my case the upgrade is failing whenever I am using a slow baud rate. Each time I tried to upgrade an MC7455 with a connection using baud 9600 I would get this error. On a hunch I thought that this may be related to the issue. I redirected the upgrade output to a file and the upgrade worked fine, I sshed in and that worked fine also. </div><div><br></div><div><br></div><div>Another issue I noticed is that when upgrading is complete and the updater is waiting on a reply using the cdc-wdm port, if the higher enumerated of the two ports is used, the transactions will time out. For instance if the modem comes back up with cdc-wdm0 and cdc-wdm1 then if cdc-wdm1 is used this will happen 12 times and then the program will print an error also (seen below):</div><div><br></div><div><div><font face="monospace, monospace">[14 Jan 2019, 14:34:43] [Debug] [/dev/cdc-wdm1] sent generic request (translated)...</font></div><div><font face="monospace, monospace"><<<<<< QMUX:</font></div><div><font face="monospace, monospace"><<<<<<   length  = 11</font></div><div><font face="monospace, monospace"><<<<<<   flags   = 0x00</font></div><div><font face="monospace, monospace"><<<<<<   service = "ctl"</font></div><div><font face="monospace, monospace"><<<<<<   client  = 0</font></div><div><font face="monospace, monospace"><<<<<< QMI:</font></div><div><font face="monospace, monospace"><<<<<<   flags       = "none"</font></div><div><font face="monospace, monospace"><<<<<<   transaction = 1</font></div><div><font face="monospace, monospace"><<<<<<   tlv_length  = 0</font></div><div><font face="monospace, monospace"><<<<<<   message     = "Sync" (0x0027)</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">[14 Jan 2019, 14:35:03] -Warning ** couldn't create DMS client after upgrade: couldn't open QMI device: Transaction timed out</font></div><div><font face="monospace, monospace">[14 Jan 2019, 14:35:03] -Error ** qmi_device_release_client: assertion `QMI_IS_DEVICE (self)' failed</font></div></div><div><br></div><div>No functional error, the modem upgrades successfully, it just errors and never returns to the linux prompt without user intervention. The lower enumerated port works fine.</div><div><br></div><div>Regards,</div><div><br></div><div>--</div><div>Paul</div><br><div class="gmail_quote"><div dir="ltr">On Mon, 9 Apr 2018 at 13:00, <<a href="mailto:libqmi-devel-request@lists.freedesktop.org">libqmi-devel-request@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send libqmi-devel mailing list submissions to<br>
        <a href="mailto:libqmi-devel@lists.freedesktop.org" target="_blank">libqmi-devel@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.freedesktop.org/mailman/listinfo/libqmi-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libqmi-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:libqmi-devel-request@lists.freedesktop.org" target="_blank">libqmi-devel-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:libqmi-devel-owner@lists.freedesktop.org" target="_blank">libqmi-devel-owner@lists.freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of libqmi-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Updating firmware in a mobile broadband modem (Pavlin Georgiev)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 9 Apr 2018 10:42:06 +0200<br>
From: Pavlin Georgiev <<a href="mailto:pavlin@varna.net" target="_blank">pavlin@varna.net</a>><br>
To: <a href="mailto:libqmi-devel@lists.freedesktop.org" target="_blank">libqmi-devel@lists.freedesktop.org</a><br>
Subject: Updating firmware in a mobile broadband modem<br>
Message-ID: <<a href="mailto:f9757b9d-9cb8-d9d4-e6a2-021239289f59@varna.net" target="_blank">f9757b9d-9cb8-d9d4-e6a2-021239289f59@varna.net</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
My goal is to update the firmware of a broadband modem.<br>
I use qmi-firmware-update in combination with Sierra Wireless EM7455.<br>
That modem belongs to firmware series SWI9X30.<br>
<br>
I have read some of the update examples.<br>
I have made several experiments on EM7455.<br>
All of them have failed at the beginning of the update process.<br>
<br>
Now I try to try the cause.<br>
I ask you for cooperation.<br>
<br>
*HARDWARE*<br>
# lsusb<br>
Bus 003 Device 010: ID 413c:81b6 Dell Computer Corp.<br>
Note: a re-branded modem by Dell<br>
<br>
<br>
*DEVICE DRIVERS*<br>
I didn't use drivers from Sierra Wireless.<br>
Loaded modules are listed in the attached file.<br>
Note: I didn't seen module "qmi_wwan" in that list.<br>
<br>
Is the loading of driver "qmi_wwan" required?<br>
<br>
<br>
*SOFTWARE ENVIRONMENT*<br>
Distro: RHEL 7.5 x86_64 Workstation<br>
kernel-3.10.0-862.el7.x86_64<br>
libqmi-1.20.0-1.fc28.x86_64<br>
libqmi-utils-1.20.0-1.fc28.x86_64<br>
<br>
Note: libqmi is from Fedora 28 repository.<br>
<br>
<br>
*UPDATE TRIALS*<br>
I have tried and update operation by specifying:<br>
   A) THE VID:PID OF A DEVICE<br>
   B) AN EXPLICIT QMI DEVICE<br>
Results are listed in the attached file.<br>
<br>
<br>
Thanks in advance for your advice.<br>
Pavlin Georgiev<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.freedesktop.org/archives/libqmi-devel/attachments/20180409/931475f9/attachment-0001.html" rel="noreferrer" target="_blank">https://lists.freedesktop.org/archives/libqmi-devel/attachments/20180409/931475f9/attachment-0001.html</a>><br>
-------------- next part --------------<br>
<br>
Bus 003 Device 010: ID 413c:81b6 Dell Computer Corp. <br>
Device Descriptor:<br>
  bLength                18<br>
  bDescriptorType         1<br>
  bcdUSB               2.10<br>
  bDeviceClass            0 (Defined at Interface level)<br>
  bDeviceSubClass         0 <br>
  bDeviceProtocol         0 <br>
  bMaxPacketSize0        64<br>
  idVendor           0x413c Dell Computer Corp.<br>
  idProduct          0x81b6 <br>
  bcdDevice            0.06<br>
  iManufacturer           1 Sierra Wireless, Incorporated<br>
  iProduct                2 EM7455<br>
  iSerial                 3 001027009999999<br>
  bNumConfigurations      1<br>
  Configuration Descriptor:<br>
    bLength                 9<br>
    bDescriptorType         2<br>
    wTotalLength          260<br>
    bNumInterfaces          5<br>
    bConfigurationValue     1<br>
    iConfiguration          0 <br>
    bmAttributes         0xa0<br>
      (Bus Powered)<br>
      Remote Wakeup<br>
    MaxPower              500mA<br>
    Interface Descriptor:<br>
      bLength                 9<br>
      bDescriptorType         4<br>
      bInterfaceNumber        0<br>
      bAlternateSetting       0<br>
      bNumEndpoints           2<br>
      bInterfaceClass       255 Vendor Specific Class<br>
      bInterfaceSubClass    255 Vendor Specific Subclass<br>
      bInterfaceProtocol    255 Vendor Specific Protocol<br>
      iInterface              0 <br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x81  EP 1 IN<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x01  EP 1 OUT<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
    Interface Descriptor:<br>
      bLength                 9<br>
      bDescriptorType         4<br>
      bInterfaceNumber        2<br>
      bAlternateSetting       0<br>
      bNumEndpoints           3<br>
      bInterfaceClass       255 Vendor Specific Class<br>
      bInterfaceSubClass      0 <br>
      bInterfaceProtocol      0 <br>
      iInterface              0 <br>
      ** UNRECOGNIZED:  05 24 00 10 01<br>
      ** UNRECOGNIZED:  05 24 01 00 00<br>
      ** UNRECOGNIZED:  04 24 02 02<br>
      ** UNRECOGNIZED:  05 24 06 00 00<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x83  EP 3 IN<br>
        bmAttributes            3<br>
          Transfer Type            Interrupt<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x000a  1x 10 bytes<br>
        bInterval               9<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x82  EP 2 IN<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x02  EP 2 OUT<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
    Interface Descriptor:<br>
      bLength                 9<br>
      bDescriptorType         4<br>
      bInterfaceNumber        3<br>
      bAlternateSetting       0<br>
      bNumEndpoints           3<br>
      bInterfaceClass       255 Vendor Specific Class<br>
      bInterfaceSubClass      0 <br>
      bInterfaceProtocol      0 <br>
      iInterface              0 <br>
      ** UNRECOGNIZED:  05 24 00 10 01<br>
      ** UNRECOGNIZED:  05 24 01 00 00<br>
      ** UNRECOGNIZED:  04 24 02 02<br>
      ** UNRECOGNIZED:  05 24 06 00 00<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x85  EP 5 IN<br>
        bmAttributes            3<br>
          Transfer Type            Interrupt<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x000a  1x 10 bytes<br>
        bInterval               9<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x84  EP 4 IN<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x03  EP 3 OUT<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
    Interface Association:<br>
      bLength                 8<br>
      bDescriptorType        11<br>
      bFirstInterface        12<br>
      bInterfaceCount         2<br>
      bFunctionClass          2 Communications<br>
      bFunctionSubClass      14 <br>
      bFunctionProtocol       0 <br>
      iFunction               0 <br>
    Interface Descriptor:<br>
      bLength                 9<br>
      bDescriptorType         4<br>
      bInterfaceNumber       12<br>
      bAlternateSetting       0<br>
      bNumEndpoints           1<br>
      bInterfaceClass         2 Communications<br>
      bInterfaceSubClass     14 <br>
      bInterfaceProtocol      0 <br>
      iInterface              0 <br>
      CDC Header:<br>
        bcdCDC               1.10<br>
      CDC Union:<br>
        bMasterInterface        12<br>
        bSlaveInterface         13 <br>
      CDC MBIM:<br>
        bcdMBIMVersion       1.00<br>
        wMaxControlMessage   4096<br>
        bNumberFilters       32<br>
        bMaxFilterSize       128<br>
        wMaxSegmentSize      2048<br>
        bmNetworkCapabilities 0x20<br>
          8-byte ntb input size<br>
      UNRECOGNIZED CDC:  08 24 1c 00 01 40 dc 05<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x87  EP 7 IN<br>
        bmAttributes            3<br>
          Transfer Type            Interrupt<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0040  1x 64 bytes<br>
        bInterval               9<br>
    Interface Descriptor:<br>
      bLength                 9<br>
      bDescriptorType         4<br>
      bInterfaceNumber       13<br>
      bAlternateSetting       0<br>
      bNumEndpoints           0<br>
      bInterfaceClass        10 CDC Data<br>
      bInterfaceSubClass      0 Unused<br>
      bInterfaceProtocol      2 <br>
      iInterface              0 <br>
    Interface Descriptor:<br>
      bLength                 9<br>
      bDescriptorType         4<br>
      bInterfaceNumber       13<br>
      bAlternateSetting       1<br>
      bNumEndpoints           2<br>
      bInterfaceClass        10 CDC Data<br>
      bInterfaceSubClass      0 Unused<br>
      bInterfaceProtocol      2 <br>
      iInterface              0 <br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x86  EP 6 IN<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
      Endpoint Descriptor:<br>
        bLength                 7<br>
        bDescriptorType         5<br>
        bEndpointAddress     0x04  EP 4 OUT<br>
        bmAttributes            2<br>
          Transfer Type            Bulk<br>
          Synch Type               None<br>
          Usage Type               Data<br>
        wMaxPacketSize     0x0200  1x 512 bytes<br>
        bInterval               0<br>
        ** UNRECOGNIZED:  2c ff 42 49 53 54 00 01 04 f5 40 f6 00 00 00 00 01 f7 c4 09 02 f8 88 13 03 f9 10 27 04 fa 10 27 00 09 04 00 00 a8 2d a7 c0 06 30 00<br>
Binary Object Store Descriptor:<br>
  bLength                 5<br>
  bDescriptorType        15<br>
  wTotalLength           22<br>
  bNumDeviceCaps          2<br>
  USB 2.0 Extension Device Capability:<br>
    bLength                 7<br>
    bDescriptorType        16<br>
    bDevCapabilityType      2<br>
    bmAttributes   0x00000002<br>
      Link Power Management (LPM) Supported<br>
  SuperSpeed USB Device Capability:<br>
    bLength                10<br>
    bDescriptorType        16<br>
    bDevCapabilityType      3<br>
    bmAttributes         0x00<br>
    wSpeedsSupported   0x000f<br>
      Device can operate at Low Speed (1Mbps)<br>
      Device can operate at Full Speed (12Mbps)<br>
      Device can operate at High Speed (480Mbps)<br>
      Device can operate at SuperSpeed (5Gbps)<br>
    bFunctionalitySupport   1<br>
      Lowest fully-functional device speed is Full Speed (12Mbps)<br>
    bU1DevExitLat           1 micro seconds<br>
    bU2DevExitLat         500 micro seconds<br>
Device Status:     0x0000<br>
  (Bus Powered)<br>
-------------- next part --------------<br>
EM7455<br>
<br>
<br>
AN UPDATE OPERATION SPECIFYING THE VID:PID OF THE DEVICE<br>
<br>
# qmi-firmware-update \<br>
--update \<br>
-d $USB_ID \<br>
--device-open-mbim \<br>
$FIRMWARE_IMG \<br>
$FIRMWARE_CFG<br>
<br>
loading device information before the update...<br>
setting firmware preference:<br>
  firmware version: '02.26.01.00'<br>
  config version:   '002.029_000'<br>
  carrier:          'SPRINT'<br>
rebooting in download mode...<br>
download mode detected<br>
downloading cwe image: SWI9X30C_02.26.01.00.cwe (64.5 MB)...<br>
(*-----) 00.0%error: error downloading image: couldn't write in session: error writing: only 94208/94208 bytes written<br>
<br>
<br>
# qmi-firmware-update \<br>
--update \<br>
-p \<br>
-d $USB_ID \<br>
--device-open-mbim \<br>
$FIRMWARE_IMG \<br>
$FIRMWARE_CFG<br>
<br>
loading device information before the update...<br>
setting firmware preference:<br>
  firmware version: '02.24.03.00'<br>
  config version:   '001.001_000'<br>
  carrier:          'VODAFONE'<br>
rebooting in download mode...<br>
download mode detected<br>
downloading cwe image: SWI9X30C_02.24.03.00.cwe (64.4 MB)...<br>
(*-----) 00.0%error: error downloading image: couldn't write in session: timed out waiting to write<br>
<br>
<br>
# qmi-firmware-update \<br>
--update \<br>
-d $USB_ID \<br>
$FIRMWARE_IMG \<br>
$FIRMWARE_CFG<br>
<br>
loading device information before the update...<br>
setting firmware preference:<br>
  firmware version: '02.24.03.00'<br>
  config version:   '001.001_000'<br>
  carrier:          'VODAFONE'<br>
rebooting in download mode...<br>
download mode detected<br>
downloading cwe image: SWI9X30C_02.24.03.00.cwe (64.4 MB)...<br>
(*-----) 00.0%error: error downloading image: couldn't write in session: timed out waiting to write<br>
<br>
<br>
AN UPDATE OPERATION SPECIFYING AN EXPLICIT QMI DEVICE<br>
<br>
# ls /dev/cdc*<br>
/dev/cdc-wdm0<br>
<br>
# qmi-firmware-update \<br>
--update \<br>
--cdc-wdm /dev/cdc-wdm0 \<br>
$FIRMWARE_IMG \<br>
$FIRMWARE_CFG<br>
<br>
loading device information before the update...<br>
setting firmware preference:<br>
  firmware version: '02.24.03.00'<br>
  config version:   '001.001_000'<br>
  carrier:          'VODAFONE'<br>
rebooting in download mode...<br>
download mode detected<br>
downloading cwe image: SWI9X30C_02.24.03.00.cwe (64.4 MB)...<br>
(*-----) 00.0%error: error downloading image: couldn't write in session: timed out waiting to write<br>
-------------- next part --------------<br>
Module                  Size  Used by<br>
fuse                   91880  2 <br>
xt_CHECKSUM            12549  1 <br>
iptable_mangle         12695  1 <br>
ipt_MASQUERADE         12678  3 <br>
nf_nat_masquerade_ipv4    13412  1 ipt_MASQUERADE<br>
iptable_nat            12875  1 <br>
nf_nat_ipv4            14115  1 iptable_nat<br>
nf_nat                 26787  2 nf_nat_ipv4,nf_nat_masquerade_ipv4<br>
nf_conntrack_ipv4      15053  2 <br>
nf_defrag_ipv4         12729  1 nf_conntrack_ipv4<br>
xt_conntrack           12760  1 <br>
nf_conntrack          133053  5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4<br>
ipt_REJECT             12541  2 <br>
nf_reject_ipv4         13373  1 ipt_REJECT<br>
tun                    31665  1 <br>
bridge                146976  0 <br>
stp                    12976  1 bridge<br>
llc                    14552  2 stp,bridge<br>
ebtable_filter         12827  0 <br>
ebtables               35009  1 ebtable_filter<br>
ip6table_filter        12815  0 <br>
ip6_tables             26912  1 ip6table_filter<br>
iptable_filter         12810  1 <br>
devlink                42368  0 <br>
sunrpc                353310  1 <br>
intel_powerclamp       14419  0 <br>
coretemp               13444  0 <br>
snd_hda_codec_hdmi     52231  1 <br>
intel_rapl             19542  0 <br>
ppdev                  17671  0 <br>
snd_hda_codec_realtek    97550  1 <br>
kvm_intel             174841  0 <br>
snd_hda_codec_generic    73855  1 snd_hda_codec_realtek<br>
kvm                   578518  1 kvm_intel<br>
iTCO_wdt               13480  0 <br>
iTCO_vendor_support    13718  1 iTCO_wdt<br>
irqbypass              13503  1 kvm<br>
qcserial               17489  0 <br>
snd_hda_intel          40122  6 <br>
usb_wwan               19909  1 qcserial<br>
crc32_pclmul           13133  0 <br>
snd_hda_codec         135389  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel<br>
ghash_clmulni_intel    13273  0 <br>
aesni_intel           189414  0 <br>
lrw                    13286  1 aesni_intel<br>
snd_hda_core           85885  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel<br>
gf128mul               15139  1 lrw<br>
glue_helper            13990  1 aesni_intel<br>
snd_hwdep              13608  1 snd_hda_codec<br>
ablk_helper            13597  1 aesni_intel<br>
snd_seq                62785  0 <br>
cryptd                 20511  3 ghash_clmulni_intel,aesni_intel,ablk_helper<br>
snd_seq_device         14356  1 snd_seq<br>
snd_pcm               101643  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core<br>
snd_timer              29810  2 snd_pcm,snd_seq<br>
snd                    79215  22 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device<br>
pcspkr                 12718  0 <br>
sg                     40721  0 <br>
soundcore              15047  1 snd<br>
wmi                    19086  0 <br>
parport_pc             28205  0 <br>
mei_me                 32848  0 <br>
mei                    91099  1 mei_me<br>
parport                46395  2 ppdev,parport_pc<br>
i2c_i801               22550  0 <br>
shpchp                 37047  0 <br>
lpc_ich                21086  0 <br>
ip_tables              27126  3 iptable_filter,iptable_mangle,iptable_nat<br>
xfs                  1003971  3 <br>
libcrc32c              12644  3 xfs,nf_nat,nf_conntrack<br>
sd_mod                 46322  3 <br>
sr_mod                 22416  0 <br>
crc_t10dif             12912  1 sd_mod<br>
cdrom                  42556  1 sr_mod<br>
crct10dif_generic      12647  0 <br>
i915                 1639824  1 <br>
iosf_mbi               14990  2 i915,intel_rapl<br>
i2c_algo_bit           13413  1 i915<br>
drm_kms_helper        176920  1 i915<br>
ahci                   34056  2 <br>
crct10dif_pclmul       14307  1 <br>
crct10dif_common       12595  3 crct10dif_pclmul,crct10dif_generic,crc_t10dif<br>
syscopyarea            12529  1 drm_kms_helper<br>
libahci                31992  1 ahci<br>
sysfillrect            12701  1 drm_kms_helper<br>
sysimgblt              12640  1 drm_kms_helper<br>
fb_sys_fops            12703  1 drm_kms_helper<br>
cdc_mbim               13511  0 <br>
libata                242992  2 ahci,libahci<br>
drm                   397988  3 i915,drm_kms_helper<br>
cdc_wdm                19105  1 cdc_mbim<br>
crc32c_intel           22094  1 <br>
serio_raw              13434  0 <br>
r8169                  89196  0 <br>
cdc_ncm                31279  1 cdc_mbim<br>
usbnet                 44087  2 cdc_mbim,cdc_ncm<br>
i2c_core               63151  5 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit<br>
mii                    13934  2 r8169,usbnet<br>
video                  24538  1 i915<br>
dm_mirror              22289  0 <br>
dm_region_hash         20813  1 dm_mirror<br>
dm_log                 18411  2 dm_region_hash,dm_mirror<br>
dm_mod                123941  11 dm_log,dm_mirror<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
libqmi-devel mailing list<br>
<a href="mailto:libqmi-devel@lists.freedesktop.org" target="_blank">libqmi-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libqmi-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libqmi-devel</a><br>
<br>
<br>
------------------------------<br>
<br>
End of libqmi-devel Digest, Vol 77, Issue 3<br>
*******************************************<br>
</blockquote></div></div></div>