Home | History | Annotate | Download | only in input

Lines Matching refs:product

102     rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, identifier.product);
106 } if (identifier.vendor == 0 && identifier.product == 0) {
107 // If we don't know the vendor and product id, then the device is probably
1047 identifier.product = inputId.product;
1084 " product %04x\n"
1086 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1561 "product=0x%04x, version=0x%04x\n",
1563 device->identifier.product, device->identifier.version);