Commit 8f7c41d4 authored by Ivan Kuten's avatar Ivan Kuten Committed by John W. Linville
Browse files

rtl8187: Add Abocom USB ID

parent d809a159
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
	{USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187},
	/* Sitecom */
	{USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
	/* Abocom */
	{USB_DEVICE(0x13d1, 0xabe6), .driver_info = DEVICE_RTL8187},
	{}
};