summaryrefslogtreecommitdiffstats
path: root/input/input-service.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename input-service.[ch] into device.[ch]Marcel Holtmann2007-01-281-1450/+0
|
* Close the control and interrupt sockets after call ioctl HIDPCONNADDClaudio Takahasi2007-01-261-7/+9
|
* Code standard(variables names): replaced sba to src and dba to dstClaudio Takahasi2007-01-261-49/+49
|
* Add encryption supportMarcel Holtmann2007-01-261-29/+53
|
* Code cleanupClaudio Takahasi2007-01-251-11/+8
|
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-251-1/+1
|
* Initialize subpath with '\0'Marcel Holtmann2007-01-251-0/+3
|
* Code cleanupClaudio Takahasi2007-01-251-2/+2
|
* Moved HID store related functions to a new fileClaudio Takahasi2007-01-251-163/+56
|
* Code cleanup(missing static modifier)Claudio Takahasi2007-01-241-5/+5
|
* Set the default idle timeout to 30 secClaudio Takahasi2007-01-241-0/+1
|
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-241-27/+1
|
* Added GetVendorIdClaudio Takahasi2007-01-241-1/+12
|
* Added GetProductIdClaudio Takahasi2007-01-241-1/+12
|
* Added IsConnectedClaudio Takahasi2007-01-241-42/+66
|
* Check if the input is already connected when "Connect" is requestedClaudio Takahasi2007-01-241-3/+16
|
* Device unplug method removed: RemoveDevice is going to address this ↵Claudio Takahasi2007-01-241-15/+0
| | | | functionality
* Delete the stored HID info when removing the input deviceClaudio Takahasi2007-01-241-1/+10
|
* Store the default adapter Bluetooth address to use it when creating/removing ↵Claudio Takahasi2007-01-241-35/+26
| | | | devices
* Back to the database interfaceMarcel Holtmann2007-01-241-1/+1
|
* Disconnect(if applied) when removing the deviceClaudio Takahasi2007-01-241-12/+28
|
* Added function to store HID infoClaudio Takahasi2007-01-241-8/+47
|
* Service registration is done via the manager interfaceMarcel Holtmann2007-01-241-1/+1
|
* Add support for service debuggingMarcel Holtmann2007-01-241-0/+29
|
* Added HID unplug methodClaudio Takahasi2007-01-231-24/+30
|
* Removed GIOChannel memory leakClaudio Takahasi2007-01-231-0/+6
|
* Workaround to use the default local adapterClaudio Takahasi2007-01-231-68/+35
|
* Fixed wrong pending connection unrefClaudio Takahasi2007-01-231-1/+0
|
* Added input disconnectClaudio Takahasi2007-01-231-1/+45
|
* Code cleanup: missing HID control socket close and fixed code standardClaudio Takahasi2007-01-231-14/+20
|
* Added L2CAP HID interrupt channel connect callbackClaudio Takahasi2007-01-231-2/+58
|
* Added L2CAP HID control channel connect callbackClaudio Takahasi2007-01-231-7/+60
|
* Connect: Added initial functionalityClaudio Takahasi2007-01-231-15/+171
|
* Added GetNameClaudio Takahasi2007-01-221-1/+13
|
* Added GetAddressClaudio Takahasi2007-01-221-1/+13
|
* Register well known(stored) inputs when the daemon startsClaudio Takahasi2007-01-221-13/+53
|
* Removed mem leak(input paths)Claudio Takahasi2007-01-221-1/+4
|
* Added function to retrive the stored HID dataClaudio Takahasi2007-01-221-13/+55
|
* CreateDevice: minor code standard changesClaudio Takahasi2007-01-221-8/+7
|
* Added DeviceRemove methodClaudio Takahasi2007-01-221-3/+68
|
* Re-activate getting the default adapterMarcel Holtmann2007-01-221-4/+0
|
* Created function to register the input device D-Bus path and send the ↵Claudio Takahasi2007-01-221-18/+74
| | | | DeviceCreated signal
* Fixed input device D-Bus path creation errorClaudio Takahasi2007-01-211-0/+2
|
* Don't request default adapterMarcel Holtmann2007-01-211-1/+4
|
* Added function to parse the HID and PnP recordClaudio Takahasi2007-01-211-1/+79
|
* Added function to create the input device D-Bus pathClaudio Takahasi2007-01-201-1/+52
|
* Don't use a D-Bus well known name at the momentMarcel Holtmann2007-01-201-2/+1
|
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-14/+15
|
* Added function to request the HID recordClaudio Takahasi2007-01-191-8/+42
|
* Added function to request PnP service recordClaudio Takahasi2007-01-191-3/+83
|