Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Clear pending request stream reference if stream goes away (e.g. media transpor | Johan Hedberg | 2007-09-17 | 1 | -0/+2 | |
| | | | | | | | | connection dies) before the request is replied to. | |||||
| * | Fix compiler warningutils-3.19 | Marcel Holtmann | 2007-09-16 | 1 | -0/+2 | |
| | | ||||||
| * | Update changelog and bump version number | Marcel Holtmann | 2007-09-16 | 2 | -1/+12 | |
| | | ||||||
| * | Add refresh option to re-request device names | Marcel Holtmann | 2007-09-14 | 1 | -8/+16 | |
| | | ||||||
| * | Add network service configuration file | Marcel Holtmann | 2007-09-14 | 2 | -1/+3 | |
| | | ||||||
| * | Make it look nice | Marcel Holtmann | 2007-09-13 | 1 | -6/+2 | |
| | | ||||||
| * | network: add one space between the remote device name and the service name | Claudio Takahasi | 2007-09-13 | 1 | -2/+6 | |
| | | ||||||
| * | Rely on bridge module autoloading | Marcel Holtmann | 2007-09-13 | 1 | -0/+2 | |
| | | ||||||
| * | Show connection link type correctly | Marcel Holtmann | 2007-09-10 | 1 | -2/+15 | |
| | | ||||||
| * | Use default event mask from the specification | Marcel Holtmann | 2007-09-10 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for Logitech diNovo Edge dongle | Marcel Holtmann | 2007-09-09 | 1 | -0/+2 | |
| | | ||||||
| * | Add utility for Babel devices | Marcel Holtmann | 2007-09-07 | 4 | -3/+273 | |
| | | ||||||
| * | Check for valid stream fd after trying to receive it (and not before) | Johan Hedberg | 2007-09-06 | 1 | -4/+5 | |
| | | ||||||
| * | Fix a really dumb typo | Marcel Holtmann | 2007-09-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix poll revents check | Marcel Holtmann | 2007-09-06 | 1 | -3/+1 | |
| | | ||||||
| * | Use poll instead of usleep to wait on worker thread. | Luiz Augusto von Dentz | 2007-09-05 | 1 | -30/+51 | |
| | | ||||||
| * | Cleanup fd passing a little | Johan Hedberg | 2007-09-05 | 2 | -43/+28 | |
| | | ||||||
| * | Fix connection storage. | Luiz Augusto von Dentz | 2007-09-04 | 1 | -23/+24 | |
| | | ||||||
| * | Limit range of bitpool announced while in ACP side. | Luiz Augusto von Dentz | 2007-09-03 | 1 | -3/+27 | |
| | | ||||||
| * | removed unused variable total from bluetooth_state | Brad Midgley | 2007-09-03 | 1 | -3/+1 | |
| | | ||||||
| * | stub in the state change ipc for pausing a stream (but don't enable it yet) | Brad Midgley | 2007-09-03 | 2 | -24/+85 | |
| | | ||||||
| * | Fix channel mode bug. | Luiz Augusto von Dentz | 2007-09-03 | 1 | -1/+15 | |
| | | ||||||
| * | hal common: removed small memory leak | Claudio Takahasi | 2007-09-03 | 1 | -0/+4 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.18 | Marcel Holtmann | 2007-09-02 | 2 | -1/+13 | |
| | | ||||||
| * | increase request timeout since the request might not get sent immediatly ↵ | Johan Hedberg | 2007-09-02 | 1 | -1/+1 | |
| | | | | | | | | when the ACL is very congested | |||||
| * | Remove transport channel callback before freeing stream | Johan Hedberg | 2007-08-31 | 1 | -0/+3 | |
| | | ||||||
| * | Decode more EIR elements | Marcel Holtmann | 2007-08-31 | 1 | -1/+19 | |
| | | ||||||
| * | network: check if bridge module is loaded | Claudio Takahasi | 2007-08-31 | 1 | -0/+7 | |
| | | ||||||
| * | input: added interrupt and control channels watches | Claudio Takahasi | 2007-08-31 | 1 | -29/+62 | |
| | | ||||||
| * | Fix endianess problem. | Luiz Augusto von Dentz | 2007-08-31 | 4 | -2/+67 | |
| | | ||||||
| * | network: added setup msg timeout and retransmissions | Claudio Takahasi | 2007-08-31 | 1 | -89/+127 | |
| | | ||||||
| * | Fix stream starting if suspend request is pending | Johan Hedberg | 2007-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | Add some extra debug info | Johan Hedberg | 2007-08-31 | 1 | -4/+8 | |
| | | ||||||
| * | Implement proper locking for headsets | Johan Hedberg | 2007-08-31 | 4 | -21/+67 | |
| | | ||||||
| * | Cleanup and fixes of stream handling | Johan Hedberg | 2007-08-31 | 8 | -156/+146 | |
| | | ||||||
| * | Fix more SEP locking issues | Johan Hedberg | 2007-08-31 | 1 | -26/+76 | |
| | | ||||||
| * | Fix local SEP locking when connecting fails or unix client disconnects | Johan Hedberg | 2007-08-31 | 1 | -2/+8 | |
| | | ||||||
| * | input: fixed last commit | Claudio Takahasi | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix use of = instead of == to compare audio mode. | Luiz Augusto von Dentz | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | input: don't track POLLIN event | Claudio Takahasi | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix missing {}. | Luiz Augusto von Dentz | 2007-08-30 | 1 | -1/+2 | |
| | | ||||||
| * | Remove unused variables | Johan Hedberg | 2007-08-30 | 1 | -3/+0 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.17 | Marcel Holtmann | 2007-08-30 | 2 | -1/+9 | |
| | | ||||||
| * | network: more robust bnep setup conn msg validation | Claudio Takahasi | 2007-08-30 | 1 | -15/+13 | |
| | | ||||||
| * | Fix socket validity checks | Johan Hedberg | 2007-08-30 | 1 | -2/+2 | |
| | | ||||||
| * | Don't confuse stream callback id's and stream setup callback id's | Johan Hedberg | 2007-08-30 | 1 | -1/+0 | |
| | | ||||||
| * | Fix stream setup error handling | Johan Hedberg | 2007-08-30 | 2 | -4/+4 | |
| | | ||||||
| * | Fix behaviour when no adapter is connected | Johan Hedberg | 2007-08-30 | 3 | -3/+11 | |
| | | ||||||
| * | Prefer 44.1kHz over 48kHz | Marcel Holtmann | 2007-08-30 | 1 | -3/+3 | |
| | | ||||||
| * | Disable the broken optional codec parameters setup | Marcel Holtmann | 2007-08-30 | 2 | -15/+14 | |
| | |