summaryrefslogtreecommitdiffstats
path: root/input/server.c
Commit message (Expand)AuthorAgeFilesLines
* Only send unplug in case of ENOENTJohan Hedberg2009-02-231-3/+5
* Fix virtual cable unplug sendingJohan Hedberg2009-02-231-2/+2
* Fix memory leak if btd_request_authorization failsJohan Hedberg2009-02-231-14/+15
* Input plugin fixes and cleanupJohan Hedberg2009-02-231-5/+2
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
* Use correct variable type for the PSMJohan Hedberg2009-02-221-1/+2
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-4/+4
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-191-2/+2
* Make input plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-20/+40
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-231-1/+2
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-2/+0
* Input: Minor cleanupClaudio Takahasi2008-09-091-8/+2
* Input: Converting hid server to adapter driver structureClaudio Takahasi2008-09-041-11/+42
* Input cleanup: Unnecessary headers and functionClaudio Takahasi2008-09-031-7/+0
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-3/+3
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-1/+1
* input: removed old authorization methodClaudio Takahasi2008-05-281-87/+2
* Use message sending helpersMarcel Holtmann2008-05-271-2/+2
* Fix wrong usage of non const bdaddr_tMarcel Holtmann2008-05-151-1/+1
* Removed casts from user dataCidorvan Leite2008-05-151-2/+4
* Input listen clean upCidorvan Leite2008-05-151-66/+19
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+2
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-011-4/+3
* fixed service authorizationClaudio Takahasi2008-05-011-2/+1
* input: adding the new plugin authorizationVinicius Gomes2008-04-171-6/+35
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* input: code cleanupClaudio Takahasi2007-06-231-2/+2
* input: send unplug virtual cable to unknown devicesClaudio Takahasi2007-06-231-0/+6
* input: can't call input_device_close_channels if the device path doesn't existClaudio Takahasi2007-06-231-1/+1
* input: missing close the channels(control/interrupt) when the auth failsClaudio Takahasi2007-06-221-0/+2
* input: removed session_data structure and added watch for Disconnect signalClaudio Takahasi2007-06-211-165/+35
* input: skip auth/encrypt if the link is not available and allow connectionsClaudio Takahasi2007-05-101-1/+2
* Add quirk for the PS3 controllerMarcel Holtmann2007-05-081-0/+5
* input: dbus_pending_call_unref code standardClaudio Takahasi2007-04-171-5/+3
* input: missing close listen sockets(control/interrupt)Claudio Takahasi2007-04-051-0/+2
* input: fixed GIOChannel problem(CPU usage and invalid file descriptor close w...Claudio Takahasi2007-04-051-2/+6
* input: send CancelAuthorizationRequest if there is a pending authorizationClaudio Takahasi2007-04-041-1/+25
* input: Added authorization support for incomming connectionsClaudio Takahasi2007-04-041-2/+79
* Fix missing G_IO_NVAL handlingMarcel Holtmann2007-04-041-2/+2
* Add encryption supportMarcel Holtmann2007-01-261-0/+10
* Moved HID store related functions to a new fileClaudio Takahasi2007-01-251-53/+2
* Add errors when server setup failsMarcel Holtmann2007-01-241-1/+4
* Hand incoming HID sessions over to the kernelMarcel Holtmann2007-01-231-11/+181
* Add skeleton for server handlingMarcel Holtmann2007-01-211-0/+134