Index: export_vfs_mc.c =================================================================== --- export_vfs_mc.c (revision 26768) +++ export_vfs_mc.c (revision 26769) @@ -40,7 +40,7 @@ static pcb_hid_attr_val_t export_vfs_mc_values[NUM_OPTIONS]; -static pcb_hid_attribute_t *export_vfs_mc_get_export_options(int *n) +static pcb_hid_attribute_t *export_vfs_mc_get_export_options(pcb_hid_t *hid, int *n) { if (n) *n = NUM_OPTIONS; @@ -110,7 +110,7 @@ int i; if (!options) { - export_vfs_mc_get_export_options(0); + export_vfs_mc_get_export_options(hid, 0); for (i = 0; i < NUM_OPTIONS; i++) export_vfs_mc_values[i] = export_vfs_mc_options[i].default_val; options = export_vfs_mc_values;