aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2017-01-24 02:35:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2017-01-24 02:35:38 +0000
commit60b9567d16b585b05c86c60393958ad81cbfa72f (patch)
treecc6419351814d8fa5419852effdfe74876240e33 /etc/devd
parent83988d944bb7a0becb6fd46248ddbe761bf7b72c (diff)
downloadsrc-60b9567d16b585b05c86c60393958ad81cbfa72f.tar.gz
src-60b9567d16b585b05c86c60393958ad81cbfa72f.zip
Add support for the Realtek RTL8192EU chipset.
Committed over the D-Link DWA-131 rev E1 on amd64 with WPA. Reviewed by: avos
Notes
Notes: svn path=/head/; revision=312680
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 3c6e560810d1..6327e2fb857f 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -2737,7 +2737,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0bda";
- match "product" "(0x8176|0x8177|0x8178|0x8179|0x817a|0x817b|0x817c|0x817d|0x817e|0x817f)";
+ match "product" "(0x8176|0x8177|0x8178|0x8178|0x8179|0x817a|0x817b|0x817c|0x817d|0x817e|0x817f)";
action "kldload -n if_rtwn_usb";
};
@@ -2753,7 +2753,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0bda";
- match "product" "(0x818a|0x8191)";
+ match "product" "(0x818a|0x818b|0x8191)";
action "kldload -n if_rtwn_usb";
};
@@ -3793,7 +3793,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x1199";
- match "product" "(0x68aa|0x68c0|0x9041)";
+ match "product" "(0x68aa|0x68c0|0x9041|0x9071)";
action "kldload -n u3g";
};
@@ -3905,7 +3905,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x12d1";
- match "product" "(0x1573|0x1803|0x1c05|0x1c0b)";
+ match "product" "(0x1573|0x15c1|0x1803|0x1c05|0x1c0b)";
action "kldload -n u3g";
};
@@ -5025,7 +5025,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x2001";
- match "product" "(0x3307|0x3308|0x3309|0x330a|0x330d|0x330f|0x3310|0x3314|0x3315|0x3316|0x3318)";
+ match "product" "(0x3307|0x3308|0x3309|0x330a|0x330d|0x330f|0x3310|0x3314|0x3315|0x3316|0x3318|0x3319)";
action "kldload -n if_rtwn_usb";
};
@@ -5297,7 +5297,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x2357";
- match "product" "0x0101";
+ match "product" "(0x0101|0x0108|0x0109)";
action "kldload -n if_rtwn_usb";
};
@@ -5889,5 +5889,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2743 USB entries processed
+# 2751 USB entries processed