summaryrefslogtreecommitdiffstats
path: root/input/device.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build problemMarcel Holtmann2008-02-121-0/+2
|
* Add support for connect/disconnect callbacksMarcel Holtmann2008-02-121-23/+38
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Whitespace cleanupJohan Hedberg2008-01-281-11/+11
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-13/+16
|
* Fix hidp_connad_req usageJohan Hedberg2007-10-121-3/+3
|
* input: minor leak and code standardClaudio Takahasi2007-10-021-1/+2
|
* input: added interrupt and control channels watchesClaudio Takahasi2007-08-311-29/+62
|
* input: fixed last commitClaudio Takahasi2007-08-301-1/+1
|
* input: don't track POLLIN eventClaudio Takahasi2007-08-301-1/+1
|
* input: don't send DeviceCreated signal when the daemon startsClaudio Takahasi2007-08-271-5/+0
|
* input: GetName - fixed seg fault when the remote name is unknownClaudio Takahasi2007-08-031-2/+2
|
* input: fixed invalid D-Bus path when the remote device class is unknownClaudio Takahasi2007-08-031-6/+33
|
* input: cleanup - removed useless codeClaudio Takahasi2007-06-231-3/+0
|
* input: fixed CreateDevice - verify the src and the dst address to discover ↵Claudio Takahasi2007-06-221-18/+9
| | | | if the device already exists
* input: missing Disconnected signal when RemoveDevice is calledClaudio Takahasi2007-06-221-6/+27
|
* input: pending_connect struct is not necessary anymore(replaced by ↵Claudio Takahasi2007-06-221-46/+22
| | | | DBusMessage pointer)
* input: removed session_data structure and added watch for Disconnect signalClaudio Takahasi2007-06-211-70/+225
|
* Don't set MTU value to 48Marcel Holtmann2007-05-291-5/+7
|
* Add GetAdapter() method to retrieve the source addressMarcel Holtmann2007-05-141-0/+22
|
* input: skip auth/encrypt if the link is not available and allow connectionsClaudio Takahasi2007-05-101-1/+1
|
* 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
|