Searched defs:bcm5974_config (Results 1 – 1 of 1) sorted by relevance
248 struct bcm5974_config { struct249 int ansi, iso, jis; /* the product id of this device */250 int caps; /* device capability bitmask */251 int bt_ep; /* the endpoint of the button interface */252 int bt_datalen; /* data length of the button interface */253 int tp_ep; /* the endpoint of the trackpad interface */254 enum tp_type tp_type; /* type of trackpad interface */255 int tp_header; /* bytes in header block */279 struct bcm5974_config cfg; /* device configuration */ argument