#!/bin/sh
#
# Force support for ASUS BT-400
echo 0b05 17cb > /sys/bus/usb/drivers/btusb/new_id
/usr/sbin/bluetoothd
exit 0