Commit d607e396 authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo

rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as tested

Device reported as working fine, so tell the driver not to warn about
it being untested.
Reported-by: default avatarAex Aey <aexaey@gmail.com>
Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent a62a7788
...@@ -6000,6 +6000,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface, ...@@ -6000,6 +6000,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
case 0x8176: case 0x8176:
case 0x8178: case 0x8178:
case 0x817f: case 0x817f:
case 0x818b:
untested = 0; untested = 0;
break; break;
} }
......
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