mtk: add D-Link DWM-156 A3
This commit is contained in:

committed by
Dan Williams

parent
1af8304a8f
commit
ff8f030d24
@@ -4,6 +4,7 @@ ACTION!="add|change|move", GOTO="mm_mtk_port_types_end"
|
||||
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0e8d", GOTO="mm_mtk_port_types_vendorcheck"
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2001", GOTO="mm_dlink_port_types_vendorcheck"
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="07d1", GOTO="mm_dlink_port_types_vendorcheck"
|
||||
GOTO="mm_mtk_port_types_end"
|
||||
|
||||
# MediaTek devices ---------------------------
|
||||
@@ -38,6 +39,11 @@ GOTO="mm_mtk_port_types_end"
|
||||
LABEL="mm_dlink_port_types_vendorcheck"
|
||||
ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
|
||||
|
||||
# D-Link DWM-156 A3
|
||||
ATTRS{idVendor}=="07d1", ATTRS{idProduct}=="7e11", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_MTK_MODEM_PORT}="1"
|
||||
ATTRS{idVendor}=="07d1", ATTRS{idProduct}=="7e11", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_MTK_AT_PORT}="1"
|
||||
ATTRS{idVendor}=="07d1", ATTRS{idProduct}=="7e11", ENV{ID_MM_MTK_TAGGED}="1"
|
||||
|
||||
# D-Link DWM-156 A5 (and later?)
|
||||
ATTRS{idVendor}=="2001", ATTRS{idProduct}=="7d00", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_MTK_MODEM_PORT}="1"
|
||||
ATTRS{idVendor}=="2001", ATTRS{idProduct}=="7d00", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_MTK_AT_PORT}="1"
|
||||
|
Reference in New Issue
Block a user