]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/class/cdc-acm.h
USB: cdc-acm: export parsed capabilities through sysfs
[linux-2.6-omap-h63xx.git] / drivers / usb / class / cdc-acm.h
index 1bcaea32cfc19dc70550a70a8c365c4af2d29c38..09f7765dbf8dc74ad223f42a3455d4dddb221c8d 100644 (file)
@@ -91,6 +91,9 @@ struct acm {
        struct urb *ctrlurb, *writeurb;                 /* urbs */
        u8 *ctrl_buffer;                                /* buffers of urbs */
        dma_addr_t ctrl_dma;                            /* dma handles of buffers */
+       u8 *country_codes;                              /* country codes from device */
+       unsigned int country_code_size;                 /* size of this buffer */
+       unsigned int country_rel_date;                  /* release date of version */
        struct acm_wb wb[ACM_NW];
        struct acm_ru ru[ACM_NR];
        struct acm_rb rb[ACM_NR];