diff options
author | iedowse <iedowse@FreeBSD.org> | 2004-11-28 20:44:28 +0000 |
---|---|---|
committer | iedowse <iedowse@FreeBSD.org> | 2004-11-28 20:44:28 +0000 |
commit | 13275047a7979120b77e1cc111a8983602f37bfd (patch) | |
tree | da82ed6a8b20236d6124ea9d52b3da7656099b58 /etc/usbd.conf | |
parent | b845ce70e09c8d28a13801831458c6ceb72399ba (diff) | |
download | FreeBSD-src-13275047a7979120b77e1cc111a8983602f37bfd.zip FreeBSD-src-13275047a7979120b77e1cc111a8983602f37bfd.tar.gz |
Add axe(4) devices to the USB ethernet regular expression.
MFC after: 1 week
PR: conf/73239
Submitted by: Daan Vreeken
Diffstat (limited to 'etc/usbd.conf')
-rw-r--r-- | etc/usbd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/usbd.conf b/etc/usbd.conf index 6c79348..b80abcb 100644 --- a/etc/usbd.conf +++ b/etc/usbd.conf @@ -27,7 +27,7 @@ device "Entrega Serial with UART" # it shouldn't be too big a deal :-) # device "USB ethernet" - devname "[ackr]ue[0-9]+" + devname "([ackr]u|ax)e[0-9]+" attach "/etc/pccard_ether ${DEVNAME} start" detach "/etc/pccard_ether ${DEVNAME} stop" |