support multiple event factories

This commit is contained in:
Gilles Boccon-Gibod
2025-01-06 08:42:09 -05:00
parent fe3fa3d505
commit 69d62d3dd1
2 changed files with 17 additions and 4 deletions

View File

@@ -299,7 +299,7 @@ class HCI_Android_Vendor_Event(HCI_Extended_Event):
HCI_Android_Vendor_Event.register_subevents(globals())
HCI_Event.vendor_factory = HCI_Android_Vendor_Event.subclass_from_parameters
HCI_Event.add_vendor_factory(HCI_Android_Vendor_Event.subclass_from_parameters)
# -----------------------------------------------------------------------------