
Device specific structure



struct gotemp {
        struct usb_device *udev;
        int temp;
};

