Searched refs:VENDOR_ID_REALTEK (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/misc/ |
H A D | onboard_usb_dev.c | 572 #define VENDOR_ID_REALTEK 0x0bda macro 671 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0411) }, /* RTS5411 USB 3.1 HUB */ 672 { USB_DEVICE(VENDOR_ID_REALTEK, 0x5411) }, /* RTS5411 USB 2.1 HUB */ 673 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0414) }, /* RTS5414 USB 3.2 HUB */ 674 { USB_DEVICE(VENDOR_ID_REALTEK, 0x5414) }, /* RTS5414 USB 2.1 HUB */ 675 { USB_DEVICE(VENDOR_ID_REALTEK, 0x0179) }, /* RTL8188ETV 2.4GHz WiFi */
|
/linux/drivers/net/usb/ |
H A D | r8153_ecm.c | 127 USB_DEVICE_AND_INTERFACE_INFO(VENDOR_ID_REALTEK, 0x8153, USB_CLASS_COMM,
|
H A D | rtl8150.c | 104 #define VENDOR_ID_REALTEK 0x0bda macro 121 {USB_DEVICE(VENDOR_ID_REALTEK, PRODUCT_ID_RTL8150)},
|
H A D | r8152.c | 9764 } else if (vendor_id == VENDOR_ID_REALTEK && parent_vendor_id == VENDOR_ID_LENOVO) { in rtl8152_supports_lenovo_macpassthru() 10026 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8050) }, 10027 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8053) }, 10028 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8152) }, 10029 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8153) }, 10030 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8155) }, 10031 { USB_DEVICE(VENDOR_ID_REALTEK, 0x8156) },
|