Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Samir
mediatek_mt7610u_sta_driver_linux-64bit
Commits
95fd2aa8
Commit
95fd2aa8
authored
Jun 29, 2015
by
Sanjit Rath
Browse files
added support for Sabrent NTWLAC, edimax 7711mac
parent
9c23f8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/rtusb_dev_id.c
View file @
95fd2aa8
...
...
@@ -38,6 +38,8 @@ USB_DEVICE_ID rtusb_dev_id[] = {
#ifdef MT76x0
{
USB_DEVICE
(
0x148F
,
0x7610
)},
/* MT7610U */
{
USB_DEVICE
(
0x13B1
,
0x003E
)},
/* MT7610U */
{
USB_DEVICE
(
0x0E8D
,
0x7610
)},
/* Sabrent NTWLAC */
{
USB_DEVICE
(
0x7392
,
0xa711
)},
/* edimax 7711mac */
{
USB_DEVICE_AND_INTERFACE_INFO
(
0x0E8D
,
0x7630
,
0xff
,
0x2
,
0xff
)},
/* MT7630U */
{
USB_DEVICE_AND_INTERFACE_INFO
(
0x0E8D
,
0x7650
,
0xff
,
0x2
,
0xff
)},
/* MT7650U */
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment