diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-29 00:02:34 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-29 00:02:34 +0000 |
commit | 4e38eb5438f254c7f2d588ee15a8045e734143bd (patch) | |
tree | 7d9ef376f1f2fabe57271fcdfeda69c80d3996bc /Makefile | |
parent | fb599c9a030ac438755627f5919bfc40a57a0b9e (diff) |
Add a virtual HCI.
This implements most of the logic of a real HCI (at least the pieces
marked as mandatory). It doesn't support keys, authentication etc.
It works on top of the LMP layer, which is not fully emulated because
software never has direct access to it.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5345 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ OBJS+=scsi-generic.o OBJS+=usb.o usb-hub.o usb-linux.o usb-hid.o usb-msd.o usb-wacom.o OBJS+=usb-serial.o usb-net.o OBJS+=sd.o ssi-sd.o -OBJS+=bt.o bt-host.o +OBJS+=bt.o bt-host.o bt-hci.o ifdef CONFIG_BRLAPI OBJS+= baum.o |