diff options
author | 2010-05-05 19:32:49 +0000 | |
---|---|---|
committer | 2010-05-05 19:32:49 +0000 | |
commit | 15d5f775e7242f68df2c624ca640e23df664203e (patch) | |
tree | be6654ac727fe91802dfc7f07fadfaed8875f0f6 /sys | |
parent | disable bluetooth coexistence as I suspect this is what is causing (diff) | |
download | wireguard-openbsd-15d5f775e7242f68df2c624ca640e23df664203e.tar.xz wireguard-openbsd-15d5f775e7242f68df2c624ca640e23df664203e.zip |
USB Id for Atheros AR3011 bluetooth adapter.
A firmware must be loaded into the device to enable it though.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index e53d068b7c1..97eec5fbe2c 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.496 2010/04/29 07:41:38 jasper Exp $ +$OpenBSD: usbdevs,v 1.497 2010/05/05 19:32:49 damien Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -925,6 +925,7 @@ product ATHEROS2 TG121N 0x1001 TG121N product ATHEROS2 WN821NV2 0x1002 WN821NV2 product ATHEROS2 3CRUSBN275 0x1010 3CRUSBN275 product ATHEROS2 WN612 0x1011 WN612 +product ATHEROS2 AR3011 0x3000 AR3011 product ATHEROS2 AR9170 0x9170 AR9170 /* ATI products */ |