Home
last modified time | relevance | path

Searched refs:ALCOR_VENDOR_ID (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/serial/
Dpl2303.h107 #define ALCOR_VENDOR_ID 0x058F macro
Dpl2303.c84 { USB_DEVICE(ALCOR_VENDOR_ID, ALCOR_PRODUCT_ID) },
Dusb-serial.c822 ((le16_to_cpu(dev->descriptor.idVendor) == ALCOR_VENDOR_ID) && in usb_serial_probe()