Commit Graph

233 Commits

Author SHA1 Message Date
Marcel Holtmann
f0b4cc6f3b Add missing method skeletons 2008-05-29 09:04:32 +00:00
Marcel Holtmann
ba4e348411 Add input interface driver handlers 2008-05-29 07:44:22 +00:00
Claudio Takahasi
7c426c4c7e input: removed old authorization method 2008-05-28 07:39:21 +00:00
Marcel Holtmann
27b076bdd6 Fix some handling of error cases 2008-05-27 22:03:43 +00:00
Cidorvan Leite
dea62fb2e9 Added missing braces 2008-05-27 19:44:49 +00:00
Marcel Holtmann
a7bc44bcba Fix user data issue when removing device 2008-05-27 19:35:53 +00:00
Marcel Holtmann
c71805ac4b Don't forget user data on interface registration 2008-05-27 18:43:59 +00:00
Marcel Holtmann
e8961085b8 Convert the input device handling to gdbus API 2008-05-27 18:16:17 +00:00
Marcel Holtmann
ee47f9f75e Use message sending helpers 2008-05-27 18:05:38 +00:00
Marcel Holtmann
fd9b76b9b1 Convert input manager to use gdbus API 2008-05-27 12:19:50 +00:00
Marcel Holtmann
4de66ff306 Use EACCES instead of ENOKEY 2008-05-16 09:30:18 +00:00
Marcel Holtmann
dcada8eed7 Fix wrong usage of non const bdaddr_t 2008-05-15 22:49:02 +00:00
Cidorvan Leite
aa82d089f9 Removed casts from user data 2008-05-15 22:41:31 +00:00
Cidorvan Leite
bac8b23612 Input listen clean up 2008-05-15 22:34:08 +00:00
Marcel Holtmann
16ac1a8c83 Add sample for input.conf file 2008-05-15 15:19:39 +00:00
Marcel Holtmann
aacac39879 Fix key file handling if config file doesn't exist 2008-05-15 02:25:47 +00:00
Luiz Augusto von Dentz
0094809955 Make bt_io_callback_t to take both source and destination. 2008-05-14 22:16:16 +00:00
Marcel Holtmann
2ce4523624 Add support for IdleTimeout config option 2008-05-14 21:49:07 +00:00
Marcel Holtmann
f3c0a1a49b Use -no-undefined for linking plugins 2008-05-09 09:16:32 +00:00
Marcel Holtmann
15ea15b3a7 Move D-Bus object and interface helpers into libgdbus 2008-05-08 22:19:14 +00:00
Marcel Holtmann
e7d668ac9e Move D-Bus watch functions into libgdbus 2008-05-08 20:23:45 +00:00
Cidorvan Leite
44a204a758 Removed function not used. 2008-05-08 19:58:35 +00:00
Marcel Holtmann
b5514e6c7f Register service and UUIDs in one step 2008-05-08 18:37:09 +00:00
Marcel Holtmann
2af3c3a7dd Remove service daemon activation handling 2008-05-08 17:24:48 +00:00
Luiz Augusto von Dentz
f85b9560ec Make bt_l2cap_connect to take mtu as paramter. 2008-05-07 18:39:36 +00:00
Luiz Augusto von Dentz
fd18cec597 Fix possible double free in case of connecting to interrupt psm fails. 2008-05-05 17:55:29 +00:00
Claudio Takahasi
9491a544f6 Moving authorization code to dbus-service.c 2008-05-01 13:52:26 +00:00
Claudio Takahasi
3f8860031e fixed build warnings 2008-05-01 01:23:02 +00:00
Claudio Takahasi
098cd10838 fixed service authorization 2008-05-01 01:05:46 +00:00
Luiz Augusto von Dentz
2d5441331d Fix possible memory leak when closing control channel. 2008-04-30 19:37:46 +00:00
Claudio Takahasi
c13abd60b0 input: close interrupt channel after CreateDevice has been called 2008-04-30 18:46:19 +00:00
Luiz Augusto von Dentz
0c5239ae4b Fix possible memory leak where the records lists were not freed. 2008-04-29 20:35:57 +00:00
Luiz Augusto von Dentz
279e85d6da Make input service to use libbluetooth-glib convenient functions. 2008-04-25 20:01:09 +00:00
Vinicius Gomes
66327fddf8 input: adding the new plugin authorization 2008-04-17 14:54:30 +00:00
Claudio Takahasi
60202f31c9 Broken build: missing headers 2008-04-09 22:00:34 +00:00
Luiz Augusto von Dentz
1152fc72d3 Remove blocking call of FinishRemoteServiceTransaction. 2008-03-27 14:05:37 +00:00
Marcel Holtmann
29efa57d5a Convert input service into a plugin 2008-03-22 15:37:36 +00:00
Marcel Holtmann
957ead88e8 Update test script for input service 2008-03-22 15:27:02 +00:00
Marcel Holtmann
835dd438bc Add support for PS3 remote devices 2008-03-20 14:45:32 +00:00
Marcel Holtmann
763087507a Add missing fakehid.[ch] files 2008-03-14 19:50:56 +00:00
Marcel Holtmann
f53dce601c Add basic fake HID infrastructure support 2008-03-14 18:44:00 +00:00
Marcel Holtmann
465696fda5 Fix build problem 2008-02-12 04:47:02 +00:00
Marcel Holtmann
fe4d95e06d Add support for connect/disconnect callbacks 2008-02-12 04:44:53 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Johan Hedberg
ba255beb79 Whitespace cleanup 2008-01-28 10:38:40 +00:00
Johan Hedberg
7e88afe4f8 Update services to new error codes and helper functions 2007-11-26 13:43:17 +00:00
Johan Hedberg
4392fbd3d9 Update API descriptions to match new error codes 2007-11-26 13:41:36 +00:00
Johan Hedberg
3571ae8436 Fix hidp_connad_req usage 2007-10-12 11:00:32 +00:00
Marcel Holtmann
90ca244669 Use the CreateSecureDevice method 2007-10-08 11:14:20 +00:00
Claudio Takahasi
07ebeadd85 input: added CreateSecureDevice 2007-10-04 15:48:32 +00:00