Searched refs:usb_vendor (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/config/
H A Dudev.c98 unsigned int usb_vendor, usb_model; local in function:device_added
112 if (product && sscanf(product, "%*x/%4x/%4x/%*x", &usb_vendor, &usb_model) == 2) {
113 if (asprintf(&attrs.usb_id, "%04x:%04x", usb_vendor, usb_model)
H A Dhal.c185 int usb_vendor, usb_product; local in function:device_added
190 usb_vendor = libhal_device_get_property_int(hal_ctx, parent,
194 "returned %04x\n", parent, usb_vendor);
200 if (usb_vendor && usb_product)
201 if (asprintf(&attrs.usb_id, "%04x:%04x", usb_vendor, usb_product)
/xsrc/external/mit/xorg-server/dist/config/
H A Dhal.c189 int usb_vendor, usb_product; local in function:device_added
193 usb_vendor = libhal_device_get_property_int(hal_ctx, parent,
197 "returned %04x\n", parent, usb_vendor);
203 if (usb_vendor && usb_product)
204 if (asprintf(&attrs.usb_id, "%04x:%04x", usb_vendor, usb_product)
H A Dudev.c163 unsigned int usb_vendor, usb_model; local in function:device_added
174 sscanf(product, "%*x/%4x/%4x/%*x", &usb_vendor, &usb_model) == 2) {
176 if (asprintf(&usb_id, "%04x:%04x", usb_vendor, usb_model)

Completed in 5 milliseconds