aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bluez/bluez-utils.inc
AgeCommit message (Collapse)Author
2007-10-16ghi270: Provide initial support for Grayhill ghi270 platform.Todd Blumer
2007-08-26bluez-utils: depend on gstreamer for headset stuffKoen Kooi
2007-07-30bluez-utils: depends on libusbKoen Kooi
2007-07-04bluez: Stop 02dtl1_cs.sh the nasty hack from breaking everyone's BT connection.Paul Sokolovsky
* This sloppily written script just unconditionally breaks a BT connection on suspend. * So, instead, make only DTL1 victims suffer it thru: 1. Make a separate package for it. 2. Make kernel-module-dtl1-cs and nothing else RDEPENDS on it.
2007-05-15bluez-utils: enhance 3.10.1, move some stuff from include Koen Kooi
2007-04-17bluez-utils: mark patch as appliedKoen Kooi
2007-04-16bluez-utils: enable bccmd per Marcel Holtmann's requestKoen Kooi
2007-03-24bluez-utils: enable cups backend and package it seperately so only ↵Koen Kooi
bluez-cups-backend depends on cups at runtime
2007-02-12bluez-utils: ship pass-agentAndrew Paulsen
2007-02-12bluez-utils 3.9: Add patch to handle EINTR while being attached to uart ↵Paul Sokolovsky
properly. * EINTR is not really an error, but a Unix (mis)feature, and requires special handling (i.e. retrying). Bluez authors/maintainers really should do a bit of trivial Unix programming reading before wring BT stacks. * Specifically EINTR happens when resuming from suspend. So, with this patch (and assuming there're no weird APM scripts), configured BT finally survives suspend/resume (tested on h4000). Hurrah!
2007-01-29bluez: add bluez-libs and bluez-utils 3.9Philipp Zabel
2006-11-05bluez-utils.inc: remove duplicate --disable-alsaMichael Lauer
2006-11-05bluez-utils: Expand EXTRA_OECONF to stop potential configure issues (fixes ↵Richard Purdie
concerns in #317)
2006-10-19bluez-utils: enable hid2hci util - close #907Marcin Juszkiewicz
2006-05-28bluez-utils: apply 0x0,0x0 -> bcps patch for all distributionsMichael Lauer
2006-05-18packages/bluez/bluez-utils: Do not add -I/usr/includeHolger Freyther
bluez add prefix/include to the include path. While we have /usr as prefix we certainly don't want to include /usr/include. The attachs patch disables this when cross compiling.
2006-01-19bluez-utils: added workaround for dtl1_cs CF cardsMarcin Juszkiewicz
- dtl1_cs driver does not support suspend/resume so after resume we have to eject/insert card to get it working again - close #417
2006-01-14bluez-utils: move hciattach_devlength.patchPhilipp Zabel
- move the patch from bluez-utils.inc to the versioned recipes, as it is not needed anymore for bluez-utils 2.24
2005-12-20bluez-utils: added "Socket Rev. G" card to pcmcia/bluetooth.conf - close #539Marcin Juszkiewicz
2005-12-15bluez-utils-2.21: add very small patch to make it work on the h1940Arjan Schrijver
2005-12-06disapproval of revision '1836da10f903d9ee68a7255b7a5d899128f4f43c'Marcin Juszkiewicz
2005-12-06module-init-tools: prefer 3.2.1 over 3.2-pre4Philipp Zabel
- adds DEFAULT_PREFERENCE="-1" to the 3.2-pre4, see bug #498
2005-10-21bluez-utils.inc: band-aid fix for compiling on Gentoo AMD64Justin Patrin
2005-09-21bluez-utils-dbus: work around some alignment issues in hcidPhilipp Zabel
2005-09-02bluez: update and put related .bb files into one directoryMichael Lauer
- bluez-libs, bluez-utils, and bluez-hcidump are pretty tied, so I think it makes sense to put them into the same directory - update bluez-libs to 2.20 - update bluez-hcidump to 1.25 - enable default-manfid patch