summaryrefslogtreecommitdiffstats
path: root/input/device.c
Commit message (Expand)AuthorAgeFilesLines
* Use EACCES instead of ENOKEYMarcel Holtmann2008-05-161-1/+1
* Fix wrong usage of non const bdaddr_tMarcel Holtmann2008-05-151-3/+3
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-3/+6
* Add support for IdleTimeout config optionMarcel Holtmann2008-05-141-8/+13
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+0
* Removed function not used.Cidorvan Leite2008-05-081-63/+0
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-2/+2
* Fix possible memory leak when closing control channel.Luiz Augusto von Dentz2008-04-301-0/+1
* Make input service to use libbluetooth-glib convenient functions.Luiz Augusto von Dentz2008-04-251-171/+35
* Add basic fake HID infrastructure supportMarcel Holtmann2008-03-141-18/+40
* 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 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