Skip to content

subsys: usb: host: Add USB Host CDC ECM Class Support for Ethernet - #99097

Open
santhosh-c-c wants to merge 3 commits into
zephyrproject-rtos:mainfrom
linumiz:upstream/usbh-ecm-support
Open

subsys: usb: host: Add USB Host CDC ECM Class Support for Ethernet#99097
santhosh-c-c wants to merge 3 commits into
zephyrproject-rtos:mainfrom
linumiz:upstream/usbh-ecm-support

usb: host: class: add CDC ECM class support for USBH

578b0c8
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded Aug 3, 2026 in 2m 47s

Annotations

Check warning on line 514 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Value stored to 'if_desc' is never read

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsH&open=AZ_GUFU4SxT9H8MATVsH&pullRequest=99097

Check failure on line 753 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Either add a parameter list or the "&" operator to this use of "cdc_ecm_get_stats".

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsC&open=AZ_GUFU4SxT9H8MATVsC&pullRequest=99097

Check failure on line 755 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Either add a parameter list or the "&" operator to this use of "cdc_ecm_iface_start".

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsD&open=AZ_GUFU4SxT9H8MATVsD&pullRequest=99097

Check failure on line 756 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Either add a parameter list or the "&" operator to this use of "cdc_ecm_iface_stop".

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsE&open=AZ_GUFU4SxT9H8MATVsE&pullRequest=99097

Check failure on line 758 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Either add a parameter list or the "&" operator to this use of "cdc_ecm_set_config".

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsG&open=AZ_GUFU4SxT9H8MATVsG&pullRequest=99097

Check failure on line 757 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Either add a parameter list or the "&" operator to this use of "cdc_ecm_get_capabilities".

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsF&open=AZ_GUFU4SxT9H8MATVsF&pullRequest=99097

Check failure on line 268 in subsys/usb/host/class/usbh_cdc_ecm.c

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

End this if...else if construct by an else clause.

See more on https://sonarcloud.io/project/issues?id=zephyrproject-rtos_zephyr&issues=AZ_GUFU4SxT9H8MATVsB&open=AZ_GUFU4SxT9H8MATVsB&pullRequest=99097