summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
...
* Keep the device structure localMarcel Holtmann2007-04-123-44/+61
* fixed commentaryClaudio Takahasi2007-04-111-1/+4
* Use global device list for managerMarcel Holtmann2007-04-111-75/+54
* input manager: fixed code standardClaudio Takahasi2007-04-111-25/+38
* input manager: read all /var/lib/bluetooth/*/input files when the service startsClaudio Takahasi2007-04-111-28/+36
* input manager: delete the stored input info based on the input device source/...Claudio Takahasi2007-04-111-1/+1
* input manager: use the default adapter to create a new device.Claudio Takahasi2007-04-111-3/+16
* 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-044-8/+85
* Fix missing G_IO_NVAL handlingMarcel Holtmann2007-04-041-2/+2
* Service must start even if there is no adapter availableMarcel Holtmann2007-03-271-0/+4
* Improve integration with D-Bus system busMarcel Holtmann2007-03-273-39/+17
* input API: added device Connected/Disconnected signalsClaudio Takahasi2007-03-221-0/+6
* 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-223-55/+55
* input: return an input error instead of forward it(from hcid).Claudio Takahasi2007-03-213-25/+48
* input: added already connected errorClaudio Takahasi2007-03-213-1/+11
* input: added possible errors returned by the methods.Claudio Takahasi2007-03-211-3/+12
* input: code cleanupClaudio Takahasi2007-03-214-46/+40
* input: delete the stored input date when RemoveDevice is calledClaudio Takahasi2007-03-191-3/+6
* input: code cleanupClaudio Takahasi2007-03-191-10/+9
* input: moving "struct input_device" to device.hClaudio Takahasi2007-03-193-28/+27
* input: handling encrypt_link function return value properlyClaudio Takahasi2007-03-191-2/+4
* Moving input functions to the right filesClaudio Takahasi2007-03-199-974/+1029
* Add error specific skeleton filesMarcel Holtmann2007-03-163-2/+52
* Add skeleton for manager interfaceMarcel Holtmann2007-03-134-1/+65
* Fix not result checking warningMarcel Holtmann2007-03-091-1/+2
* Removed dupplicated errno header includeClaudio Takahasi2007-03-091-1/+0
* 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-013-6/+44
* Input: don't store the HID name in the "input" file && removed magic number i...Claudio Takahasi2007-03-011-17/+17
* Input: renamed input storage file to "input"Claudio Takahasi2007-03-012-4/+5
* Input: code cleanupClaudio Takahasi2007-02-281-9/+9
* Input: Using glib memory alloc functionsClaudio Takahasi2007-02-282-56/+36
* 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
* Fake input: added uinput create functionClaudio Takahasi2007-02-231-3/+69
* Fake input: added rfcomm connect callback functionClaudio Takahasi2007-02-231-1/+57
* Fake input: added rfcomm_connectClaudio Takahasi2007-02-231-6/+79