1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Re-generate /etc/devd/usb.conf

MFC after:	1 day
This commit is contained in:
Hans Petter Selasky 2012-02-13 07:47:16 +00:00
parent 1707b4455f
commit d45fe33ddc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231575

View File

@ -157,7 +157,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0403";
match "product" "(0x6001|0x6004|0x6010|0x6011|0x8372|0x9e90|0xcc48|0xcc49|0xcc4a|0xd678|0xe6c8|0xe888|0xe889|0xe88a|0xe88b|0xe88c|0xee18|0xf608|0xf60b|0xf850|0xfa00|0xfa01|0xfa02|0xfa03|0xfa04|0xfc08|0xfc09|0xfc0b|0xfc0c|0xfc0d|0xfc82)";
match "product" "(0x6001|0x6004|0x6010|0x6011|0x8372|0x9e90|0xa6d0|0xa6d0|0xcc48|0xcc49|0xcc4a|0xd678|0xe6c8|0xe888|0xe889|0xe88a|0xe88b|0xe88c|0xee18|0xf608|0xf60b|0xf850|0xfa00|0xfa01|0xfa02|0xfa03|0xfa04|0xfc08|0xfc09|0xfc0b|0xfc0c|0xfc0d|0xfc82)";
action "kldload uftdi";
};
@ -293,7 +293,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0411";
match "product" "(0x0148|0x0150|0x015d|0x016f)";
match "product" "(0x0148|0x0150|0x015d|0x016f|0x01a2)";
action "kldload if_run";
};
@ -1021,7 +1021,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x05c6";
match "product" "(0x6000|0x6613)";
match "product" "(0x1000|0x6000|0x6613)";
action "kldload u3g";
};
@ -1301,7 +1301,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0789";
match "product" "(0x0162|0x0163|0x0164)";
match "product" "(0x0162|0x0163|0x0164|0x0166)";
action "kldload if_run";
};
@ -2093,7 +2093,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0b95";
match "product" "(0x1720|0x1780|0x7720|0x772a|0x772b)";
match "product" "(0x1720|0x1780|0x7720|0x772a|0x772b|0x7e2b)";
action "kldload if_axe";
};
@ -4202,6 +4202,15 @@ nomatch 32 {
action "kldload umodem";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "intclass" "0x02";
match "intsubclass" "0x02";
match "intprotocol" "0xff";
action "kldload umodem";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
@ -4327,5 +4336,5 @@ nomatch 32 {
action "kldload umass";
};
# 1645 USB entries processed
# 1652 USB entries processed