Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add encryption support | Marcel Holtmann | 2007-01-26 | 4 | -29/+140 | |
| | ||||||
* | Code cleanup | Claudio Takahasi | 2007-01-25 | 1 | -11/+8 | |
| | ||||||
* | set_nonblocking: removed err argument | Claudio Takahasi | 2007-01-25 | 1 | -1/+1 | |
| | ||||||
* | Initialize subpath with '\0' | Marcel Holtmann | 2007-01-25 | 1 | -0/+3 | |
| | ||||||
* | Small cleanup | Marcel Holtmann | 2007-01-25 | 1 | -9/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | Code cleanup(missing static modifier) | Claudio Takahasi | 2007-01-24 | 1 | -5/+5 | |
| | ||||||
* | 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 | 1 | -27/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Check if the input is already connected when "Connect" is requested | Claudio Takahasi | 2007-01-24 | 1 | -3/+16 | |
| | ||||||
* | Device unplug method removed: RemoveDevice is going to address this ↵ | Claudio Takahasi | 2007-01-24 | 2 | -19/+0 | |
| | | | | functionality | |||||
* | Delete the stored HID info when removing the input device | Claudio Takahasi | 2007-01-24 | 1 | -1/+10 | |
| | ||||||
* | Store the default adapter Bluetooth address to use it when creating/removing ↵ | Claudio Takahasi | 2007-01-24 | 1 | -35/+26 | |
| | | | | devices | |||||
* | Add errors when server setup fails | Marcel Holtmann | 2007-01-24 | 1 | -1/+4 | |
| | ||||||
* | Back to the database interface | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | ||||||
* | Disconnect(if applied) when removing the device | Claudio Takahasi | 2007-01-24 | 1 | -12/+28 | |
| | ||||||
* | Added function to store HID info | Claudio Takahasi | 2007-01-24 | 1 | -8/+47 | |
| | ||||||
* | Service registration is done via the manager interface | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | ||||||
* | Add support for service debugging | Marcel Holtmann | 2007-01-24 | 3 | -0/+34 | |
| | ||||||
* | Added HID unplug method | Claudio Takahasi | 2007-01-23 | 1 | -24/+30 | |
| | ||||||
* | Removed GIOChannel memory leak | Claudio Takahasi | 2007-01-23 | 1 | -0/+6 | |
| | ||||||
* | Workaround to use the default local adapter | Claudio Takahasi | 2007-01-23 | 1 | -68/+35 | |
| | ||||||
* | Fixed wrong pending connection unref | Claudio Takahasi | 2007-01-23 | 1 | -1/+0 | |
| | ||||||
* | Added input disconnect | Claudio Takahasi | 2007-01-23 | 1 | -1/+45 | |
| | ||||||
* | Code cleanup: missing HID control socket close and fixed code standard | Claudio Takahasi | 2007-01-23 | 1 | -14/+20 | |
| | ||||||
* | Added L2CAP HID interrupt channel connect callback | Claudio Takahasi | 2007-01-23 | 1 | -2/+58 | |
| | ||||||
* | Added L2CAP HID control channel connect callback | Claudio Takahasi | 2007-01-23 | 1 | -7/+60 | |
| | ||||||
* | Connect: Added initial functionality | Claudio Takahasi | 2007-01-23 | 1 | -15/+171 | |
| | ||||||
* | Make echo and input service configurable | Marcel Holtmann | 2007-01-23 | 1 | -1/+9 | |
| | ||||||
* | Hand incoming HID sessions over to the kernel | Marcel Holtmann | 2007-01-23 | 1 | -11/+181 | |
| | ||||||
* | Added GetName | Claudio Takahasi | 2007-01-22 | 1 | -1/+13 | |
| | ||||||
* | Added GetAddress | Claudio Takahasi | 2007-01-22 | 1 | -1/+13 | |
| | ||||||
* | Register well known(stored) inputs when the daemon starts | Claudio Takahasi | 2007-01-22 | 1 | -13/+53 | |
| | ||||||
* | Removed mem leak(input paths) | Claudio Takahasi | 2007-01-22 | 1 | -1/+4 | |
| | ||||||
* | Added function to retrive the stored HID data | Claudio Takahasi | 2007-01-22 | 1 | -13/+55 | |
| | ||||||
* | CreateDevice: minor code standard changes | Claudio Takahasi | 2007-01-22 | 1 | -8/+7 | |
| | ||||||
* | Added DeviceRemove method | Claudio Takahasi | 2007-01-22 | 1 | -3/+68 | |
| | ||||||
* | Re-activate getting the default adapter | Marcel Holtmann | 2007-01-22 | 1 | -4/+0 | |
| | ||||||
* | Created function to register the input device D-Bus path and send the ↵ | Claudio Takahasi | 2007-01-22 | 1 | -18/+74 | |
| | | | | DeviceCreated signal | |||||
* | Include server.h header file | Marcel Holtmann | 2007-01-22 | 1 | -0/+1 | |
| | ||||||
* | Add skeleton for server handling | Marcel Holtmann | 2007-01-21 | 4 | -2/+166 | |
| | ||||||
* | Fixed input device D-Bus path creation error | Claudio Takahasi | 2007-01-21 | 1 | -0/+2 | |
| | ||||||
* | Don't request default adapter | Marcel Holtmann | 2007-01-21 | 1 | -1/+4 | |
| | ||||||
* | Do a proper cleanup on exit | Marcel Holtmann | 2007-01-21 | 1 | -0/+6 | |
| | ||||||
* | Added function to parse the HID and PnP record | Claudio Takahasi | 2007-01-21 | 1 | -1/+79 | |
| |