]> err.no Git - linux-2.6/blobdiff - drivers/usb/storage/usb.h
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfashe...
[linux-2.6] / drivers / usb / storage / usb.h
index 6dac1ffdde86203ed6972679e0432848d47521d3..6445665b1577c258d3a722e19e9a56fac549267a 100644 (file)
@@ -144,6 +144,7 @@ struct us_data {
        unsigned char           *sensebuf;       /* sense data buffer    */
        dma_addr_t              cr_dma;          /* buffer DMA addresses */
        dma_addr_t              iobuf_dma;
+       struct task_struct      *ctl_thread;     /* the control thread   */
 
        /* mutual exclusion and synchronization structures */
        struct semaphore        sema;            /* to sleep thread on      */