Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/serial/
Dpl2303.h26 #define ATEN_VENDOR_ID 0x0557 macro
Dpl2303.c56 { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
Dusb-serial.c811 ((le16_to_cpu(dev->descriptor.idVendor) == ATEN_VENDOR_ID) && in usb_serial_probe()