Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dpl2303.h17 #define ATEN_VENDOR_ID 0x0557 macro
Dpl2303.c90 { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
Dusbserial.c1488 ((dev->descriptor.idVendor == ATEN_VENDOR_ID) && in usb_serial_probe()