From 78b09a3ef8a156a8da709858e03e9711a47edce8 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Wed, 18 Feb 2026 22:04:10 +0100 Subject: [PATCH] [ci,abi] supporess urbdrc functions not part of the ABI, so ignore these. --- scripts/abi-suppr.txt | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/scripts/abi-suppr.txt b/scripts/abi-suppr.txt index 41051505b..8aa45bac3 100644 --- a/scripts/abi-suppr.txt +++ b/scripts/abi-suppr.txt @@ -239,3 +239,54 @@ name = msusb_msconfig_new change_kind = function-subtype-change name = msusb_msinterface_free +# Functions not actually part of the API +# These were not hidden in versions < 3.23.0 +# ignore these. +[suppress_function] +change_kind = deleted-function +name = add_device + +[suppress_function] +change_kind = deleted-function +name = del_device + +[suppress_function] +change_kind = deleted-function +name = msusb_msconfig_dump + +[suppress_function] +change_kind = deleted-function +name = msusb_msconfig_free + +[suppress_function] +change_kind = deleted-function +name = msusb_msconfig_new + +[suppress_function] +change_kind = deleted-function +name = msusb_msconfig_read + +[suppress_function] +change_kind = deleted-function +name = msusb_msconfig_write + +[suppress_function] +change_kind = deleted-function +name = msusb_msinterface_free + +[suppress_function] +change_kind = deleted-function +name = msusb_msinterface_read + +[suppress_function] +change_kind = deleted-function +name = msusb_msinterface_replace + +[suppress_function] +change_kind = deleted-function +name = msusb_msinterface_write + +[suppress_function] +change_kind = deleted-function +name = msusb_mspipes_replace +