guillemot_type
for (i = 0; guillemot_type[i].name; i++)
if (guillemot_type[i].id == data[11])
if (!guillemot_type[i].name) {
guillemot->type = guillemot_type + i;
input_dev->name = guillemot_type[i].name;
input_dev->id.product = guillemot_type[i].id;
struct guillemot_type *type;
static struct guillemot_type guillemot_type[] = {