OSDN Git Service

Merge commit '07772caf5ca22365dd62bc042de179a4da55f665' into remote
[android-x86/system-bt.git] / device / include / interop.h
index fe01bcc..8dfd3f7 100644 (file)
@@ -138,8 +138,8 @@ bool interop_match_manufacturer(const interop_feature_t feature, uint16_t manufa
 // Check if a given |vendor_id, product_id, name| matches a known interoperability workaround
 // as identified by the |interop_feature_t| enum. This API is used for simple name based lookups
 // where more information is not available.
-bool interop_match_hid_multitouch(const interop_feature_t feature,
-        uint16_t vendor_id, uint16_t product_id, const char *name);
+bool interop_match_vendor_product_ids(const interop_feature_t feature,
+        uint16_t vendor_id, uint16_t product_id);
 
 // Add a dynamic interop database entry for a device matching the first |length| bytes
 // of |addr|, implementing the workaround identified by |feature|. |addr| may not be