summaryrefslogtreecommitdiffstats
path: root/input/server.c
Commit message (Expand)AuthorAgeFilesLines
* 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