mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
if_run: Add sitecom device id
Reviewed by: thj, adrian Obtained from: NetBSD Differential Revision: https://reviews.freebsd.org/D49588
This commit is contained in:
parent
9f3e7b7597
commit
426f4e5e2e
3 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd November 10, 2024
|
||||
.Dd April 1, 2025
|
||||
.Dt RUN 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -228,6 +228,8 @@ Sitecom WL-302
|
|||
.It
|
||||
Sitecom WL-315
|
||||
.It
|
||||
Sitecom WL-364
|
||||
.It
|
||||
SMC SMCWUSBS-N2
|
||||
.It
|
||||
Sweex LW303
|
||||
|
|
|
|||
|
|
@ -4557,6 +4557,7 @@ product SITECOMEU RT3072_5 0x004a RT3072
|
|||
product SITECOMEU WL349V1 0x004b WL-349 v1
|
||||
product SITECOMEU RT3072_6 0x004d RT3072
|
||||
product SITECOMEU WLA1000 0x005b WLA-1000
|
||||
product SITECOMEU RT3070_1 0x0051 RT3070
|
||||
product SITECOMEU RTL8188CU_1 0x0052 RTL8188CU
|
||||
product SITECOMEU RTL8188CU_2 0x005c RTL8188CU
|
||||
product SITECOMEU RTL8192CU 0x0061 RTL8192CU
|
||||
|
|
|
|||
|
|
@ -324,6 +324,7 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
|
|||
RUN_DEV(SITECOMEU, RT2870_3),
|
||||
RUN_DEV(SITECOMEU, RT2870_4),
|
||||
RUN_DEV(SITECOMEU, RT3070),
|
||||
RUN_DEV(SITECOMEU, RT3070_1),
|
||||
RUN_DEV(SITECOMEU, RT3070_2),
|
||||
RUN_DEV(SITECOMEU, RT3070_3),
|
||||
RUN_DEV(SITECOMEU, RT3070_4),
|
||||
|
|
|
|||
Loading…
Reference in a new issue