HomeSort by: relevance | last modified time | path
    Searched defs:usb_vendor (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/config/
udev.c 98 unsigned int usb_vendor, usb_model; local
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)
hal.c 185 int usb_vendor, usb_product; local
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/
hal.c 189 int usb_vendor, usb_product; local
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)
udev.c 163 unsigned int usb_vendor, usb_model; local
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 38 milliseconds