W dniu 10.02.2014 14:45, Andrzej Pietrasiewicz pisze:
W dniu 10.02.2014 14:16, Amit Virdi pisze:

/*
   *and then attach the attributes to the config item;
   * which translates to making new files appear in their
   * directory
   */
static struct configfs_attribute *ss_attrs[] = {
        &f_ss_opts_pattern.attr,
        &f_ss_opts_isoc_interval.attr,
        &f_ss_opts_isoc_maxpacket.attr,
        &f_ss_opts_isoc_mult.attr,
        &f_ss_opts_isoc_maxburst.attr,
        &f_ss_opts_bulk_buflen.attr,

        /* HERE */
        &f_ss_opts_isoc_interval.attr,

of course:

        &f_ss_opts_int_interval.attr,


        NULL,
};

AP
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to