| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only call g_io_channel_shutdown if the connection was actually successfull | Johan Hedberg | 2009-02-24 | 1 | -1/+2 |
| | | |||||
| * | Reject multiple interrupt or control connect attepts | Johan Hedberg | 2009-02-23 | 1 | -0/+4 |
| | | |||||
| * | Require both interrupt and control channels before calling hidp_add_connection | Johan Hedberg | 2009-02-23 | 1 | -0/+3 |
| | | |||||
| * | Input plugin fixes and cleanup | Johan Hedberg | 2009-02-23 | 1 | -85/+94 |
| | | | | | | This patch fixes all known issues caused by converting the input plugin to use BtIO. | ||||
| * | Fix bt_io_connect parameter list | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -6/+6 |
| | | |||||
| * | Make use of g_error_free instead of g_clear_error when possible. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -2/+2 |
| | | | | | | g_clear_error make an extra operation (&err = NULL) which is not necessary when the GError is not reused. | ||||
| * | Make input plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -65/+93 |
| | | |||||
| * | Fix mostly every warning caused by -Wsign-compare | Marcel Holtmann | 2009-01-29 | 1 | -1/+1 |
| | | |||||
| * | Update copyright information | Marcel Holtmann | 2009-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix spelling mistakes | Marcel Holtmann | 2008-12-30 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated methods and signals from input interface | Marcel Holtmann | 2008-12-01 | 1 | -46/+0 |
| | | |||||
| * | Fix Connected property on input interface always being inverted. | Luiz Augusto von Dentz | 2008-11-07 | 1 | -1/+8 |
| | | | | | | is_connected where being used as the compare function on g_slist_find_custom which doesn't work as expected. | ||||
| * | Rename dbus_connection_emit_property_changed to emit_property_changed | Johan Hedberg | 2008-10-16 | 1 | -6/+4 |
| | | |||||
| * | Fix yet another instance of dbus_message_iter_append_dict_entry | Johan Hedberg | 2008-10-16 | 1 | -2/+1 |
| | | |||||
| * | Fix uninitialized reply of multiple GetProperties methods | Marcel Holtmann | 2008-10-03 | 1 | -0/+4 |
| | | |||||
| * | Mark old plugins API as deprecated. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -3/+4 |
| | | |||||
| * | Add code to emit PropertyChanged on input interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+10 |
| | | |||||
| * | Add property support for input interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+30 |
| | | |||||
| * | Don't bother with the source value for input devices | Marcel Holtmann | 2008-09-14 | 1 | -2/+1 |
| | | |||||
| * | Store source information from DID record | Marcel Holtmann | 2008-09-14 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'master' of git://git.infradead.org/users/dwmw2/bluez | Marcel Holtmann | 2008-09-14 | 1 | -18/+19 |
| |\ | |||||
| | * | fix fake hid detection by looking up pnp info | David Woodhouse | 2008-09-13 | 1 | -0/+3 |
| | | | |||||
| | * | simplify arguments to hidp_add_connection() | David Woodhouse | 2008-09-13 | 1 | -18/+16 |
| | | | |||||
| * | | Remove wrong (left-over) code | Marcel Holtmann | 2008-09-14 | 1 | -1/+0 |
| |/ | |||||
| * | Input: Disconnected signal doesn't have parameters | Claudio Takahasi | 2008-09-13 | 1 | -4/+4 |
| | | |||||
| * | Input: Connected signal doesn't have parameters | Claudio Takahasi | 2008-09-13 | 1 | -4/+1 |
| | | |||||
| * | Input: Checking if the link is already encrypted | Claudio Takahasi | 2008-09-13 | 1 | -3/+7 |
| | | |||||
| * | Input: Use async auth + encryption function | Claudio Takahasi | 2008-09-12 | 1 | -114/+77 |
| | | |||||
| * | Input: Missing send the message when connect fails | Claudio Takahasi | 2008-09-12 | 1 | -1/+3 |
| | | |||||
| * | Send authentication request without blocking | Marcel Holtmann | 2008-09-10 | 1 | -3/+8 |
| | | |||||
| * | Use longer timeout value for authentication and encryption | Marcel Holtmann | 2008-09-10 | 1 | -2/+5 |
| | | |||||
| * | The input connect method takes no parameters | Marcel Holtmann | 2008-09-10 | 1 | -7/+2 |
| | | |||||
| * | Input: storage cleanup | Claudio Takahasi | 2008-09-09 | 1 | -25/+195 |
| | | |||||
| * | Fix audio and input interfaces match the API documentation | Johan Hedberg | 2008-09-06 | 1 | -1/+1 |
| | | |||||
| * | Input cleanup: Unnecessary headers and function | Claudio Takahasi | 2008-09-03 | 1 | -8/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix input to reflect API documentation. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -295/+388 |
| | | |||||
| * | Cleanup input manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -209/+33 |
| | | |||||
| * | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 1 | -7/+7 |
| | | |||||
| * | Fix some handling of error cases | Marcel Holtmann | 2008-05-27 | 1 | -22/+25 |
| | | |||||
| * | 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 | 1 | -113/+74 |
| | | |||||
| * | 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 | 1 | -3/+3 |
| | | |||||
