Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2b51db9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: update device id in cnss_usb_dev_powerup"

parents 961798b1 f28c0c7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ int cnss_usb_dev_powerup(struct cnss_plat_data *plat_priv)
	switch (plat_priv->device_id) {
	case QCN7605_COMPOSITE_DEVICE_ID:
	case QCN7605_STANDALONE_DEVICE_ID:
	case QCN7605_VER20_STANDALONE_DEVICE_ID:
	case QCN7605_VER20_COMPOSITE_DEVICE_ID:
		ret = cnss_qcn7605_usb_powerup(plat_priv);
		break;
	default: