Searched defs:bcm5974_config (Results 1 – 1 of 1) sorted by relevance
262 struct bcm5974_config { struct263 int ansi, iso, jis; /* the product id of this device */264 int caps; /* device capability bitmask */265 int bt_ep; /* the endpoint of the button interface */266 int bt_datalen; /* data length of the button interface */267 int tp_ep; /* the endpoint of the trackpad interface */268 enum tp_type tp_type; /* type of trackpad interface */269 int tp_header; /* bytes in header block */293 struct bcm5974_config cfg; /* device configuration */ argument