diff options
Diffstat (limited to 'drivers/net/usb/asix_devices.c')
| -rw-r--r-- | drivers/net/usb/asix_devices.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/drivers/net/usb/asix_devices.c b/drivers/net/usb/asix_devices.c index 1173a24feda3..5cabefc23494 100644 --- a/drivers/net/usb/asix_devices.c +++ b/drivers/net/usb/asix_devices.c @@ -959,6 +959,10 @@ static const struct usb_device_id	products [] = {  	USB_DEVICE (0x08dd, 0x90ff),  	.driver_info =  (unsigned long) &ax8817x_info,  }, { +	// Billionton Systems, GUSB2AM-1G-B +	USB_DEVICE(0x08dd, 0x0114), +	.driver_info =  (unsigned long) &ax88178_info, +}, {  	// ATEN UC210T  	USB_DEVICE (0x0557, 0x2009),  	.driver_info =  (unsigned long) &ax8817x_info, | 
