bluez-utils 3.9: Add patch to handle EINTR while being attached to uart properly.
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 12 Feb 2007 18:32:28 +0000 (18:32 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 12 Feb 2007 18:32:28 +0000 (18:32 +0000)
commit761bfdca711fcfd38a1be2f15119ec3a6a0d63ee
treeeec59e0cb51478a18b3512bfd4d2e8e4dd02b56d
parent4f2ab4a21f451bace3a029be94419489b17cf15d
bluez-utils 3.9: Add patch to handle EINTR while being attached to uart 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!
packages/bluez/bluez-utils.inc
packages/bluez/bluez-utils/handle-eintr.patch [new file with mode: 0644]
packages/bluez/bluez-utils_3.9.bb