]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/tablet/wacom.h
Input: wacom - implement suspend and autosuspend
[linux-2.6-omap-h63xx.git] / drivers / input / tablet / wacom.h
index acf9830698cb7ab3cadd94c077270bd49d12cff1..706619d06f71e6c596acb8419866ecca0146feb9 100644 (file)
@@ -101,8 +101,11 @@ struct wacom {
        dma_addr_t data_dma;
        struct input_dev *dev;
        struct usb_device *usbdev;
+       struct usb_interface *intf;
        struct urb *irq;
        struct wacom_wac * wacom_wac;
+       struct mutex lock;
+       int open:1;
        char phys[32];
 };