]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/usb/composite.h
usb: gadget: Provide a default implementation of default manufacturer string
[karo-tx-linux.git] / include / linux / usb / composite.h
index 60f8815998bd6377a58385a6c3d8418a6a5f3629..65ae0a3feb5be1e378b719c2ff52b83d1a9515cf 100644 (file)
@@ -358,7 +358,7 @@ struct usb_composite_dev {
        struct list_head                configs;
        struct usb_composite_driver     *driver;
        u8                              next_string_id;
-       u8                              manufacturer_override;
+       char                            *def_manufacturer;
 
        /* the gadget driver won't enable the data pullup
         * while the deactivation count is nonzero.