bluetooth: remove support for bt3c(4)

The latter has been removed in 23e124c78b.
This commit is contained in:
Marius Strobl 2021-01-09 12:07:37 +01:00
parent bb34c63905
commit 33b486472e

View File

@ -255,17 +255,6 @@ bluetooth_start()
fi
;;
# 3Com Bluetooth Adapter 3CRWB60-A
btccc*)
hook="hook"
# Obtain unit number from device.
unit=`expr ${dev} : 'btccc\([0-9]\{1,\}\)'`
if [ -z "${unit}" ]; then
err 1 "Unable to get bt3c unit number: ${dev}"
fi
;;
# USB Bluetooth adapters
ubt*)
hook="hook"