bdk: bm92t: do not parse non fixed pdos

This commit is contained in:
CTCaer
2026-02-12 21:56:39 +02:00
parent e6984a149b
commit ca8717d4a7
2 changed files with 19 additions and 7 deletions

View File

@@ -37,6 +37,6 @@ typedef struct _usb_pd_objects_t
} usb_pd_objects_t;
int bm92t36_get_version(u32 *value);
void bm92t36_get_sink_info(bool *inserted, usb_pd_objects_t *usb_pd);
void bm92t36_get_source_info(bool *inserted, usb_pd_objects_t *usb_pd);
#endif