summaryrefslogtreecommitdiffstats
path: root/input/manager.c
Commit message (Collapse)AuthorAgeFilesLines
...
* input: removed session_data structure and added watch for Disconnect signalClaudio Takahasi2007-06-211-1/+4
|
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-42/+30
|
* Add support for FinishRemoteServiceTransactionJohan Hedberg2007-05-091-0/+37
|
* Input Service support for phonesJohan Hedberg2007-05-041-0/+1
|
* input: fixed seg fault when RemoveDevice is called and there is a pending ↵Claudio Takahasi2007-04-181-5/+7
| | | | connection request
* input: dbus_pending_call_unref code standardClaudio Takahasi2007-04-171-7/+2
|
* input: fixed io channel unref and socket closeClaudio Takahasi2007-04-171-12/+6
|
* input: Connect/disconnect to the control and interrupt psm at the ending of ↵Claudio Takahasi2007-04-171-23/+151
| | | | CreateDevice
* Keep the device structure localMarcel Holtmann2007-04-121-21/+10
|
* fixed commentaryClaudio Takahasi2007-04-111-1/+4
|
* Use global device list for managerMarcel Holtmann2007-04-111-75/+54
|
* input manager: fixed code standardClaudio Takahasi2007-04-111-25/+38
|
* input manager: read all /var/lib/bluetooth/*/input files when the service startsClaudio Takahasi2007-04-111-28/+36
|
* input manager: delete the stored input info based on the input device ↵Claudio Takahasi2007-04-111-1/+1
| | | | source/destination address
* input manager: use the default adapter to create a new device.Claudio Takahasi2007-04-111-3/+16
|
* input: Added authorization support for incomming connectionsClaudio Takahasi2007-04-041-0/+5
|
* Service must start even if there is no adapter availableMarcel Holtmann2007-03-271-0/+4
|
* Improve integration with D-Bus system busMarcel Holtmann2007-03-271-33/+3
|
* input: minor code standard fixesClaudio Takahasi2007-03-221-25/+25
|
* input: return an input error instead of forward it(from hcid).Claudio Takahasi2007-03-211-14/+38
|
* input: code cleanupClaudio Takahasi2007-03-211-3/+3
|
* input: delete the stored input date when RemoveDevice is calledClaudio Takahasi2007-03-191-3/+6
|
* input: code cleanupClaudio Takahasi2007-03-191-10/+9
|
* input: moving "struct input_device" to device.hClaudio Takahasi2007-03-191-5/+4
|
* Moving input functions to the right filesClaudio Takahasi2007-03-191-0/+854
|
* Add skeleton for manager interfaceMarcel Holtmann2007-03-131-0/+37