Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluez | Marcel Holtmann | 2008-09-06 | 1 | -1/+1 |
|\ | |||||
| * | Fix audio and input interfaces match the API documentation | Johan Hedberg | 2008-09-06 | 1 | -1/+1 |
| | | |||||
* | | Fix D-Bus connection init | Marcel Holtmann | 2008-09-06 | 1 | -2/+3 |
|/ | |||||
* | Input: Minor cleanup | Claudio Takahasi | 2008-09-05 | 1 | -12/+2 |
| | |||||
* | Input: Missing DBusConnection unref | Claudio Takahasi | 2008-09-05 | 1 | -6/+7 |
| | |||||
* | Input: Converting hid server to adapter driver structure | Claudio Takahasi | 2008-09-04 | 3 | -19/+79 |
| | |||||
* | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 1 | -2/+2 |
| | |||||
* | Input cleanup: removed old API files | Claudio Takahasi | 2008-09-03 | 3 | -149/+1 |
| | |||||
* | Input cleanup: unused functions | Claudio Takahasi | 2008-09-03 | 2 | -93/+0 |
| | |||||
* | Input cleanup: missing static modifier | Claudio Takahasi | 2008-09-03 | 1 | -5/+5 |
| | |||||
* | Input cleanup: Unnecessary headers and function | Claudio Takahasi | 2008-09-03 | 3 | -17/+0 |
| | |||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 3 | -5/+3 |
| | |||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 1 | -21/+28 |
| | |||||
* | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Move error helpers to bluetoothd source | Marcel Holtmann | 2008-08-04 | 1 | -2/+1 |
| | |||||
* | Move create_errno_message to appropiate place | Marcel Holtmann | 2008-08-04 | 1 | -0/+6 |
| | |||||
* | Fix warnings. | Luiz Augusto von Dentz | 2008-08-04 | 1 | -3/+3 |
| | |||||
* | Remove device on free. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -0/+1 |
| | |||||
* | Fix possible unassigned variable. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 2 | -3/+3 |
| | |||||
* | Fix input to reflect API documentation. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -317/+404 |
| | |||||
* | Adding adapter_get_address. | Alok Barsode | 2008-07-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding {driver, priv} list to btd_device and adding | Alok Barsode | 2008-07-28 | 1 | -4/+8 |
| | | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Cleanup input manager. | Luiz Augusto von Dentz | 2008-07-28 | 5 | -864/+114 |
| | |||||
* | Adding sdp_record list as parameter to probe. | Alok Barsode | 2008-07-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Renaming device to btd_device and making the | Alok Barsode | 2008-07-28 | 1 | -4/+6 |
| | | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Fixed missing include | Claudio Takahasi | 2008-06-30 | 1 | -0/+1 |
| | |||||
* | Don't use lib prefix for plugins | Marcel Holtmann | 2008-06-30 | 1 | -5/+4 |
| | |||||
* | Fix authorization mechanism for 3.x. | Luiz Augusto von Dentz | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | Update probe/remove callback and implement serial API | Marcel Holtmann | 2008-06-08 | 1 | -7/+7 |
| | |||||
* | Update plugin interface registration | Marcel Holtmann | 2008-06-08 | 1 | -2/+6 |
| | |||||
* | Use DBG in plugin to show function names | Marcel Holtmann | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 2 | -9/+9 |
| | |||||
* | Update autoconf/automake options | Marcel Holtmann | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Remove CancelConnect implementation | Marcel Holtmann | 2008-05-29 | 1 | -10/+3 |
| | |||||
* | Add missing method skeletons | Marcel Holtmann | 2008-05-29 | 1 | -2/+19 |
| | |||||
* | Add input interface driver handlers | Marcel Holtmann | 2008-05-29 | 1 | -9/+50 |
| | |||||
* | input: removed old authorization method | Claudio Takahasi | 2008-05-28 | 3 | -89/+4 |
| | |||||
* | Fix some handling of error cases | Marcel Holtmann | 2008-05-27 | 1 | -22/+25 |
| | |||||
* | Added missing braces | Cidorvan Leite | 2008-05-27 | 1 | -1/+2 |
| | |||||
* | Fix user data issue when removing device | Marcel Holtmann | 2008-05-27 | 1 | -23/+34 |
| | |||||
* | Don't forget user data on interface registration | Marcel Holtmann | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | Convert the input device handling to gdbus API | Marcel Holtmann | 2008-05-27 | 2 | -123/+77 |
| | |||||
* | Use message sending helpers | Marcel Holtmann | 2008-05-27 | 2 | -19/+7 |
| | |||||
* | Convert input manager to use gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -56/+63 |
| | |||||
* | Use EACCES instead of ENOKEY | Marcel Holtmann | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Fix wrong usage of non const bdaddr_t | Marcel Holtmann | 2008-05-15 | 3 | -6/+6 |
| | |||||
* | Removed casts from user data | Cidorvan Leite | 2008-05-15 | 1 | -2/+4 |
| | |||||
* | Input listen clean up | Cidorvan Leite | 2008-05-15 | 1 | -66/+19 |
| | |||||
* | Add sample for input.conf file | Marcel Holtmann | 2008-05-15 | 2 | -1/+10 |
| |