This patch adds AX88772 devices which are sold by Viprinet GmbH (VID: 18d8) * Vipri_ETH 18d8:1000 * Vipri_DSL AnnexA v1.0 18d8:1011 * Vipri_DSL AnnexA v2.0 18d8:1013 * Vipri_DSL AnnexB v1.0 18d8:1010 * Vipri_DSL AnnexB v2.0 18d8:1012 Signed-off-by: Nico Erfurth <ne@xxxxxxxxxx> --- drivers/net/usb/asix.c | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index 87b4a02..2290de1 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -1385,6 +1385,26 @@ static const struct driver_info ax88178_info = { static const struct usb_device_id products [] = { { + // Vipri_ETH + USB_DEVICE (0x18d8, 0x1000), + .driver_info = (unsigned long) &ax88772_info, +}, { + // Vipri_DSL Annex B v1.0 + USB_DEVICE (0x18d8, 0x1010), + .driver_info = (unsigned long) &ax88772_info, +}, { + // Vipri_DSL Annex A v1.0 + USB_DEVICE (0x18d8, 0x1011), + .driver_info = (unsigned long) &ax88772_info, +}, { + // Vipri_DSL Annex B v2.0 + USB_DEVICE (0x18d8, 0x1012), + .driver_info = (unsigned long) &ax88772_info, +}, { + // Vipri_DSL Annex A v2.0 + USB_DEVICE (0x18d8, 0x1013), + .driver_info = (unsigned long) &ax88772_info, +}, { // Linksys USB200M USB_DEVICE (0x077b, 0x2226), .driver_info = (unsigned long) &ax8817x_info, -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html