Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi...
[deliverable/linux.git] / drivers / usb / musb / musb_host.h
index c202d5ba684bfa2cb8785c544faf80354e4ef092..960d73570b2f55c93bdb77fcf72187772a404aa3 100644 (file)
@@ -64,6 +64,7 @@ struct musb_qh {
        u16                     frame;          /* for periodic schedule */
        unsigned                iso_idx;        /* in urb->iso_frame_desc[] */
        struct sg_mapping_iter sg_miter;        /* for highmem in PIO mode */
+       bool                    use_sg;         /* to track urb using sglist */
 };
 
 /* map from control or bulk queue head to the first qh on that ring */
This page took 0.029525 seconds and 5 git commands to generate.