Searched defs:usbtouch_device_info (Results 1 – 1 of 1) sorted by relevance
56 struct usbtouch_device_info { struct57 int min_xc, max_xc;58 int min_yc, max_yc;59 int min_press, max_press;60 int rept_size;69 bool irq_always;95 const struct usbtouch_device_info *type; argument