author | Alexander Couzens <lynxis@fe80.eu> | |
Sat, 9 Mar 2024 18:57:08 +0000 (19:57 +0100) | ||
committer | Alexander Couzens <lynxis@fe80.eu> | |
Sat, 9 Mar 2024 20:15:22 +0000 (21:15 +0100) | ||
commit | 02e42c0c299531882ef35b2d4ed5a851a32aaeb2 | |
tree | bd80e82fa3f9365820e8cb4595b6a7744fa20ebe | tree | snapshot |
parent | 4591f0ae8c1b54780172fec419b01a0b4d7fa819 | commit | diff |
.gitignore | diff | blob | history | |
CMakeLists.txt | diff | blob | history | |
commands-dms.c | [deleted file] | blob | history |
commands-dms.h | [deleted file] | blob | history |
commands-nas.c | [deleted file] | blob | history |
commands-nas.h | [deleted file] | blob | history |
commands-uim.c | [deleted file] | blob | history |
commands-uim.h | [deleted file] | blob | history |
commands-wda.c | [deleted file] | blob | history |
commands-wda.h | [deleted file] | blob | history |
commands-wds.c | [deleted file] | blob | history |
commands-wds.h | [deleted file] | blob | history |
commands-wms.c | [deleted file] | blob | history |
commands-wms.h | [deleted file] | blob | history |
commands.c | [deleted file] | blob | history |
commands.h | [deleted file] | blob | history |
common/CMakeLists.txt | [new file with mode: 0644] | blob |
common/mbim.c | [new file with mode: 0644] | blob |
common/mbim.h | [new file with mode: 0644] | blob |
common/qmi-enums-dms.h | [new file with mode: 0644] | blob |
common/qmi-enums-nas.h | [new file with mode: 0644] | blob |
common/qmi-enums-pds.h | [new file with mode: 0644] | blob |
common/qmi-enums-private.h | [new file with mode: 0644] | blob |
common/qmi-enums-uim.h | [new file with mode: 0644] | blob |
common/qmi-enums-wda.h | [new file with mode: 0644] | blob |
common/qmi-enums-wds.h | [new file with mode: 0644] | blob |
common/qmi-enums-wms.h | [new file with mode: 0644] | blob |
common/qmi-enums.h | [new file with mode: 0644] | blob |
common/qmi-flags64-dms.h | [new file with mode: 0644] | blob |
common/qmi-flags64-nas.h | [new file with mode: 0644] | blob |
common/qmi-message.c | [new file with mode: 0644] | blob |
common/qmi-message.h | [new file with mode: 0644] | blob |
common/qmi-struct.h | [new file with mode: 0644] | blob |
common/utils.c | [new file with mode: 0644] | blob |
common/utils.h | [new file with mode: 0644] | blob |
dev.c | [deleted file] | blob | history |
mbim.c | [deleted file] | blob | history |
mbim.h | [deleted file] | blob | history |
qmi-enums-dms.h | [deleted file] | blob | history |
qmi-enums-nas.h | [deleted file] | blob | history |
qmi-enums-pds.h | [deleted file] | blob | history |
qmi-enums-private.h | [deleted file] | blob | history |
qmi-enums-uim.h | [deleted file] | blob | history |
qmi-enums-wda.h | [deleted file] | blob | history |
qmi-enums-wds.h | [deleted file] | blob | history |
qmi-enums-wms.h | [deleted file] | blob | history |
qmi-enums.h | [deleted file] | blob | history |
qmi-flags64-dms.h | [deleted file] | blob | history |
qmi-flags64-nas.h | [deleted file] | blob | history |
qmi-message.c | [deleted file] | blob | history |
qmi-message.h | [deleted file] | blob | history |
qmi-struct.h | [deleted file] | blob | history |
uqmi.c | [deleted file] | blob | history |
uqmi.h | [deleted file] | blob | history |
uqmi/CMakeLists.txt | [new file with mode: 0644] | blob |
uqmi/commands-dms.c | [new file with mode: 0644] | blob |
uqmi/commands-dms.h | [new file with mode: 0644] | blob |
uqmi/commands-nas.c | [new file with mode: 0644] | blob |
uqmi/commands-nas.h | [new file with mode: 0644] | blob |
uqmi/commands-uim.c | [new file with mode: 0644] | blob |
uqmi/commands-uim.h | [new file with mode: 0644] | blob |
uqmi/commands-wda.c | [new file with mode: 0644] | blob |
uqmi/commands-wda.h | [new file with mode: 0644] | blob |
uqmi/commands-wds.c | [new file with mode: 0644] | blob |
uqmi/commands-wds.h | [new file with mode: 0644] | blob |
uqmi/commands-wms.c | [new file with mode: 0644] | blob |
uqmi/commands-wms.h | [new file with mode: 0644] | blob |
uqmi/commands.c | [new file with mode: 0644] | blob |
uqmi/commands.h | [new file with mode: 0644] | blob |
uqmi/dev.c | [new file with mode: 0644] | blob |
uqmi/uqmi.c | [new file with mode: 0644] | blob |
uqmi/uqmi.h | [new file with mode: 0644] | blob |
utils.c | [deleted file] | blob | history |
utils.h | [deleted file] | blob | history |