Searched defs:usbtouch_device_info (Results 1 – 1 of 1) sorted by relevance
69 struct usbtouch_device_info { struct70 int min_xc, max_xc;71 int min_yc, max_yc;72 int min_press, max_press;73 int rept_size;82 bool irq_always;84 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);110 struct usbtouch_device_info *type; argument