Searched defs:usb_idmouse (Results 1 – 1 of 1) sorted by relevance
65 struct usb_idmouse { struct66 struct kref kref;68 struct usb_device *udev; /* save off the usb device pointer */69 struct usb_interface *interface; /* the interface for this device */71 unsigned char *bulk_in_buffer; /* the buffer to receive data */72 size_t bulk_in_size; /* the maximum bulk packet size */73 size_t orig_bi_size; /* same as above, but reported by the device */74 __u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */76 int open; /* if the port is open or not */77 int present; /* if the device is not disconnected */[all …]