MBIM_USERNAME quoted twice in 76-mbim-proxy-device-ownership.rules
OWNER=""test1234""
should be OWNER="test1234"
$ meson build -Dmbim_username=test1234
$ ninja -C build
$ cat build/src/mbim-proxy/76-mbim-proxy-device-ownership.rules
# SPDX-License-Identifier: GPL-2.0-or-later
# do not edit this file, it will be overwritten on update
ACTION!="add|change|move", GOTO="mbim_proxy_device_ownership_end"
# A 'cdc-wdm' device is from a MBIM and MBIM-based modems.
KERNEL=="cdc-wdm[0-9]", DRIVERS=="cdc_mbim", SUBSYSTEM=="usbmisc", GOTO="mbim_proxy_device_ownership_change"
GOTO="mbim_proxy_device_ownership_end"
LABEL="mbim_proxy_device_ownership_change"
OWNER=""test1234""
LABEL="mbim_proxy_device_ownership_end"
MBIM_USERNAME is quoted twice: