summaryrefslogtreecommitdiffstats
path: root/input/device.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix unitialized memory accessJohan Hedberg2007-05-101-2/+2
|
* input: Use dbus_connection_emit_signalClaudio Takahasi2007-05-091-33/+18
|
* input: small code cleanupClaudio Takahasi2007-05-091-5/+5
|
* Fix device registrationJohan Hedberg2007-05-091-1/+1
|
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-45/+31
|
* Input Service support for phonesJohan Hedberg2007-05-041-0/+3
|
* input: fixed seg fault when RemoveDevice is called and there is a pending ↵Claudio Takahasi2007-04-181-17/+22
| | | | connection request
* fake input: fixed GIOChannel unrefsClaudio Takahasi2007-04-181-22/+15
|
* input: code cleanup/standardClaudio Takahasi2007-04-171-2/+4
|
* input: fixed io channel unref and socket closeClaudio Takahasi2007-04-171-10/+8
|
* input: Connect/disconnect to the control and interrupt psm at the ending of ↵Claudio Takahasi2007-04-171-64/+63
| | | | CreateDevice
* Keep the device structure localMarcel Holtmann2007-04-121-0/+48
|
* input: Added the Disconnect signalClaudio Takahasi2007-03-221-1/+10
|
* input: added Connected signalClaudio Takahasi2007-03-221-5/+19
|
* input: Removed SetTimeout(method not defined)Claudio Takahasi2007-03-221-10/+0
|
* input: minor code standard fixesClaudio Takahasi2007-03-221-29/+29
|
* input: added already connected errorClaudio Takahasi2007-03-211-1/+1
|
* input: code cleanupClaudio Takahasi2007-03-211-39/+35
|
* input: moving "struct input_device" to device.hClaudio Takahasi2007-03-191-23/+0
|
* input: handling encrypt_link function return value properlyClaudio Takahasi2007-03-191-2/+4
|
* Moving input functions to the right filesClaudio Takahasi2007-03-191-962/+49
|
* Fix not result checking warningMarcel Holtmann2007-03-091-1/+2
|
* Input: useless code removed, stored devices are always created when the ↵Claudio Takahasi2007-03-061-35/+7
| | | | daemon initializes
* Input: added extra GIOConditon(HUP, ERR and NVAL) for watchesClaudio Takahasi2007-03-051-1/+18
|
* Input: Use stored device name instead of the service name attributeClaudio Takahasi2007-03-011-3/+11
|
* Input: renamed input storage file to "input"Claudio Takahasi2007-03-011-1/+1
|
* Input: code cleanupClaudio Takahasi2007-02-281-9/+9
|
* Input: Using glib memory alloc functionsClaudio Takahasi2007-02-281-37/+20
|
* Input: added verification for pending connectionClaudio Takahasi2007-02-271-99/+83
|
* Fake input: changed is_connected function to support fake inputsClaudio Takahasi2007-02-271-6/+15
|
* Fake input: fixed build error when glib is disabledClaudio Takahasi2007-02-271-11/+7
|
* Fake input: Changed disconnect function to support fake devicesClaudio Takahasi2007-02-271-1/+20
|
* Fake input: added uinput send key/eventClaudio Takahasi2007-02-261-6/+28
|
* Fake input: fixed get_classClaudio Takahasi2007-02-261-3/+4
|
* Fake input: Added function to decode keysClaudio Takahasi2007-02-261-1/+39
|
* Fake input: added watch for RFCOMM IO channelClaudio Takahasi2007-02-261-2/+51
|
* Fake input: added uinput create functionClaudio Takahasi2007-02-231-3/+69
|
* Fake input: added rfcomm connect callback functionClaudio Takahasi2007-02-231-1/+57
|
* Fake input: added rfcomm_connectClaudio Takahasi2007-02-231-6/+79
|
* Fake input: added initial skeleton for Connect methodClaudio Takahasi2007-02-231-0/+28
|
* Fake input: missing input device fake struct freeClaudio Takahasi2007-02-231-0/+4
|
* Fake input: added function to create the D-Bus fake input pathClaudio Takahasi2007-02-231-58/+119
|
* Code cleanup: removing deep indentation and added error messagesClaudio Takahasi2007-02-231-30/+41
|
* Don't hide errors returned by hcidClaudio Takahasi2007-02-221-4/+4
|
* Fake input: added headset record parsingClaudio Takahasi2007-02-221-6/+60
|
* Fake input: added code to request the headset service recordClaudio Takahasi2007-02-221-2/+57
|
* Fake input: added initial code for headset supportClaudio Takahasi2007-02-221-2/+64
|
* Return NotSupported error if the remote device doesn't support the required ↵Claudio Takahasi2007-02-131-18/+31
| | | | services(compliant to audio daemon)
* Rename input-service.[ch] into device.[ch]Marcel Holtmann2007-01-281-0/+1450