Commit 1a79ddaa authored by Tom Gaudasinski's avatar Tom Gaudasinski Committed by Kalle Valo

rt2x00: Add device ID for Epson WN7512BEP

Make Epson WN7512BEP work by adding its device-id to rt2800usb. Device
contains a Ralink RT3071L, registers as vendor Accton/Arcadyan.
Signed-off-by: default avatarTom Gaudasinski <tomg@records.headdesk.com.au>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent c6c092dc
......@@ -1156,6 +1156,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x2001, 0x3c17) },
/* Panasonic */
{ USB_DEVICE(0x083a, 0xb511) },
/* Accton/Arcadyan/Epson */
{ USB_DEVICE(0x083a, 0xb512) },
/* Philips */
{ USB_DEVICE(0x0471, 0x20dd) },
/* Ralink */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment