make get_device_info interate over list of supported product and family ID

This commit is contained in:
Jaco Kroon
2009-05-13 07:27:11 +02:00
parent 55b9b08230
commit d85e83c89e
2 changed files with 15 additions and 25 deletions

View File

@@ -67,6 +67,8 @@ typedef struct {
typedef struct {
gchar *name;
unsigned char family_id;
unsigned char product_id;
EffectList *effects;
gint n_effects;
Banks *banks;