Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Celluon CL800BT decoding support | Marcel Holtmann | 2007-02-12 | 3 | -1/+229 | |
| | ||||||
* | Fix minor issues in SDP XML support | Marcel Holtmann | 2007-02-12 | 1 | -3/+3 | |
| | ||||||
* | Update device state when accepting an incomming connection | Johan Hedberg | 2007-02-11 | 1 | -0/+1 | |
| | ||||||
* | Further headsetd fixes | Johan Hedberg | 2007-02-11 | 1 | -15/+22 | |
| | ||||||
* | Add Wii-Mote HID service record | Marcel Holtmann | 2007-02-11 | 1 | -0/+173 | |
| | ||||||
* | Add skeleton for embedding SBC library | Marcel Holtmann | 2007-01-31 | 7 | -4/+80 | |
| | ||||||
* | Cleanup: removed variable declaration with initialization, 80 column and ↵ | Claudio Takahasi | 2007-01-30 | 1 | -54/+46 | |
| | | | | other minor fixes | |||||
* | More SetMode cleanup | Johan Hedberg | 2007-01-30 | 1 | -7/+2 | |
| | ||||||
* | Make sure the device mode is only stored through a SetMode call | Johan Hedberg | 2007-01-30 | 2 | -5/+2 | |
| | ||||||
* | Update changelog and bump version numberutils-3.9 | Marcel Holtmann | 2007-01-28 | 2 | -1/+11 | |
| | ||||||
* | Fix some memory leaks | Marcel Holtmann | 2007-01-28 | 1 | -1/+19 | |
| | ||||||
* | Rename input-service.[ch] into device.[ch] | Marcel Holtmann | 2007-01-28 | 4 | -8/+6 | |
| | ||||||
* | Close the control and interrupt sockets after call ioctl HIDPCONNADD | Claudio Takahasi | 2007-01-26 | 1 | -7/+9 | |
| | ||||||
* | Check if the HCI_LM_ENCRYPT is already active | Claudio Takahasi | 2007-01-26 | 1 | -0/+6 | |
| | ||||||
* | Code standard(variables names): replaced sba to src and dba to dst | Claudio Takahasi | 2007-01-26 | 3 | -61/+61 | |
| | ||||||
* | Add encryption support | Marcel Holtmann | 2007-01-26 | 4 | -29/+140 | |
| | ||||||
* | Fix object path validity check | Johan Hedberg | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | Add extra checks for paths and identifiers of new services | Johan Hedberg | 2007-01-25 | 1 | -0/+26 | |
| | ||||||
* | Code cleanup | Claudio Takahasi | 2007-01-25 | 1 | -11/+8 | |
| | ||||||
* | set_nonblocking: removed err argument | Claudio Takahasi | 2007-01-25 | 5 | -12/+13 | |
| | ||||||
* | Use D-Bus API for service record registration | Marcel Holtmann | 2007-01-25 | 1 | -32/+39 | |
| | ||||||
* | Allow more than one external service | Marcel Holtmann | 2007-01-25 | 1 | -6/+11 | |
| | ||||||
* | Ignore SIGCHLD and SIGPIPE | Marcel Holtmann | 2007-01-25 | 1 | -0/+6 | |
| | ||||||
* | Move debug output into condition | Marcel Holtmann | 2007-01-25 | 1 | -4/+6 | |
| | ||||||
* | Check for PID before sending SIGTERM | Marcel Holtmann | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | Check for PID before sending SIGKILL | Marcel Holtmann | 2007-01-25 | 1 | -2/+2 | |
| | ||||||
* | Initialize subpath with '\0' | Marcel Holtmann | 2007-01-25 | 1 | -0/+3 | |
| | ||||||
* | Move agent examples to daemon directory | Marcel Holtmann | 2007-01-25 | 4 | -13/+11 | |
| | ||||||
* | Small cleanup | Marcel Holtmann | 2007-01-25 | 1 | -9/+10 | |
| | ||||||
* | Fix memory leaks | Marcel Holtmann | 2007-01-25 | 1 | -3/+13 | |
| | ||||||
* | Update passkey and auth agents | Marcel Holtmann | 2007-01-25 | 2 | -21/+40 | |
| | ||||||
* | Code cleanup | Claudio Takahasi | 2007-01-25 | 2 | -7/+2 | |
| | ||||||
* | No #ifdef magic for local file includes | Marcel Holtmann | 2007-01-25 | 1 | -7/+3 | |
| | ||||||
* | Moved HID store related functions to a new file | Claudio Takahasi | 2007-01-25 | 5 | -217/+268 | |
| | ||||||
* | Make IsExternal() experimental | Marcel Holtmann | 2007-01-25 | 1 | -0/+3 | |
| | ||||||
* | Implement Service.IsExternal method | Johan Hedberg | 2007-01-25 | 2 | -0/+24 | |
| | ||||||
* | Fix authorization agent pending requests | Johan Hedberg | 2007-01-25 | 1 | -2/+2 | |
| | ||||||
* | Change error message | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix authorization request handling | Marcel Holtmann | 2007-01-24 | 1 | -4/+10 | |
| | ||||||
* | Add some debug prints to the authorize process | Johan Hedberg | 2007-01-24 | 2 | -1/+17 | |
| | ||||||
* | Code cleanup(missing static modifier) | Claudio Takahasi | 2007-01-24 | 1 | -5/+5 | |
| | ||||||
* | Add support for requesting authorization | Marcel Holtmann | 2007-01-24 | 1 | -13/+98 | |
| | ||||||
* | Remove incorrect g_io_channel_unref call | Johan Hedberg | 2007-01-24 | 4 | -192/+176 | |
| | ||||||
* | Set the default idle timeout to 30 sec | Claudio Takahasi | 2007-01-24 | 1 | -0/+1 | |
| | ||||||
* | Moved set_nonblocking to common/dbus.c | Claudio Takahasi | 2007-01-24 | 5 | -83/+32 | |
| | ||||||
* | headsetd fixes | Johan Hedberg | 2007-01-24 | 1 | -4/+7 | |
| | ||||||
* | Make eglib g_io_channel_unref behave as its glib counterpart with respect to ↵ | Johan Hedberg | 2007-01-24 | 1 | -2/+2 | |
| | | | | a NULL parameter | |||||
* | Added GetVendorId | Claudio Takahasi | 2007-01-24 | 2 | -2/+13 | |
| | ||||||
* | Added GetProductId | Claudio Takahasi | 2007-01-24 | 2 | -2/+13 | |
| | ||||||
* | Added IsConnected | Claudio Takahasi | 2007-01-24 | 1 | -42/+66 | |
| |