fsg_config
int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg)
void fsg_config_from_params(struct fsg_config *cfg,
int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
void fsg_config_from_params(struct fsg_config *cfg,
struct fsg_config config;
struct fsg_config config;
struct fsg_config config;
struct fsg_config fsg_config;
fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers);
fsg_config.vendor_name = "Nokia";
fsg_config.product_name = "N900";
status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall);
status = fsg_common_create_luns(fsg_opts->common, &fsg_config);
fsg_common_set_inquiry_string(fsg_opts->common, fsg_config.vendor_name,
fsg_config.product_name);