Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-02-12 | bluez-utils 3.9: Add patch to handle EINTR while being attached to uart ↵ | Paul Sokolovsky | 1 | |
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! |