summaryrefslogtreecommitdiffstats
path: root/input/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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 if...Claudio Takahasi2007-06-221-18/+9
* input: missing Disconnected signal when RemoveDevice is calledClaudio Takahasi2007-06-221-6/+27
* input: pending_connect struct is not necessary anymore(replaced by DBusMessag...Claudio Takahasi2007-06-221-46/+22
* 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 con...Claudio Takahasi2007-04-181-17/+22
* 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 C...Claudio Takahasi2007-04-171-64/+63
* 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 daemo...Claudio Takahasi2007-03-061-35/+7
* 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