Skip to content

Commit

Permalink
usb: rndis: Set subCompatibleID parameter for exact MS driver
Browse files Browse the repository at this point in the history
Set subCompatibleID value according to "C:\Windows\INF\rndiscmp.inf"
file. The exact matching part is:
"USB\MS_COMP_RNDIS&MS_SUBCOMP_5162001"

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg authored and nashif committed Jul 13, 2018
1 parent 93dd1b9 commit d8da50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/usb/class/netusb/function_rndis.c
Expand Up @@ -1093,7 +1093,7 @@ static struct compat_id_desc {
'R', 'N', 'D', 'I', 'S', 0x00, 0x00, 0x00
},
.subCompatibleID = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
'5', '1', '6', '2', '0', '0', '1', 0x00
},
.Reserved2 = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00
Expand Down

0 comments on commit d8da50a

Please sign in to comment.