summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
...
* Added missing bracesCidorvan Leite2008-05-271-1/+2
* Fix user data issue when removing deviceMarcel Holtmann2008-05-271-23/+34
* Don't forget user data on interface registrationMarcel Holtmann2008-05-271-1/+1
* Convert the input device handling to gdbus APIMarcel Holtmann2008-05-272-123/+77
* Use message sending helpersMarcel Holtmann2008-05-272-19/+7
* Convert input manager to use gdbus APIMarcel Holtmann2008-05-271-56/+63
* Use EACCES instead of ENOKEYMarcel Holtmann2008-05-161-1/+1
* Fix wrong usage of non const bdaddr_tMarcel Holtmann2008-05-153-6/+6
* Removed casts from user dataCidorvan Leite2008-05-151-2/+4
* Input listen clean upCidorvan Leite2008-05-151-66/+19
* Add sample for input.conf fileMarcel Holtmann2008-05-152-1/+10
* Fix key file handling if config file doesn't existMarcel Holtmann2008-05-151-1/+2
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-142-5/+11
* Add support for IdleTimeout config optionMarcel Holtmann2008-05-144-12/+54
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-083-4/+3
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-085-7/+6
* Removed function not used.Cidorvan Leite2008-05-082-66/+0
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-072-5/+5
* Fix possible double free in case of connecting to interrupt psm fails.Luiz Augusto von Dentz2008-05-051-2/+3
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-012-7/+5
* fixed build warningsClaudio Takahasi2008-05-011-1/+3
* fixed service authorizationClaudio Takahasi2008-05-012-2/+10
* Fix possible memory leak when closing control channel.Luiz Augusto von Dentz2008-04-302-3/+5
* input: close interrupt channel after CreateDevice has been calledClaudio Takahasi2008-04-301-0/+2
* Fix possible memory leak where the records lists were not freed.Luiz Augusto von Dentz2008-04-291-12/+13
* Make input service to use libbluetooth-glib convenient functions.Luiz Augusto von Dentz2008-04-252-635/+103
* input: adding the new plugin authorizationVinicius Gomes2008-04-171-6/+35
* Broken build: missing headersClaudio Takahasi2008-04-091-0/+1
* Remove blocking call of FinishRemoteServiceTransaction.Luiz Augusto von Dentz2008-03-271-16/+2
* Convert input service into a pluginMarcel Holtmann2008-03-225-75/+27
* Update test script for input serviceMarcel Holtmann2008-03-221-5/+28
* Add support for PS3 remote devicesMarcel Holtmann2008-03-201-3/+335
* Add missing fakehid.[ch] filesMarcel Holtmann2008-03-142-0/+118
* Add basic fake HID infrastructure supportMarcel Holtmann2008-03-143-21/+55
* Fix build problemMarcel Holtmann2008-02-121-0/+2
* Add support for connect/disconnect callbacksMarcel Holtmann2008-02-121-23/+38
* Update copyright informationMarcel Holtmann2008-02-029-9/+9
* Whitespace cleanupJohan Hedberg2008-01-281-11/+11
* Update services to new error codes and helper functionsJohan Hedberg2007-11-265-220/+87
* Update API descriptions to match new error codesJohan Hedberg2007-11-261-14/+13
* Fix hidp_connad_req usageJohan Hedberg2007-10-122-6/+7
* Use the CreateSecureDevice methodMarcel Holtmann2007-10-081-1/+1
* input: added CreateSecureDeviceClaudio Takahasi2007-10-046-13/+132
* input: removed mem leak(HID desc list attribute)Claudio Takahasi2007-10-021-0/+3
* input: minor leak and code standardClaudio Takahasi2007-10-022-2/+5
* input: added interrupt and control channels watchesClaudio Takahasi2007-08-311-29/+62
* input: fixed last commitClaudio Takahasi2007-08-301-1/+1