Commit Graph

199 Commits

Author SHA1 Message Date
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
Claudio Takahasi
0961617237 input: removed mem leak(HID desc list attribute) 2007-10-02 18:20:44 +00:00
Claudio Takahasi
4e7fe8b13b input: minor leak and code standard 2007-10-02 17:54:40 +00:00
Claudio Takahasi
a6da15f222 input: added interrupt and control channels watches 2007-08-31 16:36:33 +00:00
Claudio Takahasi
0ad9f50ac3 input: fixed last commit 2007-08-30 21:58:03 +00:00
Claudio Takahasi
2450e5e214 input: don't track POLLIN event 2007-08-30 20:27:47 +00:00
Johan Hedberg
56e8f3fc3c Fix socket validity checks 2007-08-30 13:45:58 +00:00
Claudio Takahasi
5aef8f33eb input: don't send DeviceCreated signal when the daemon starts 2007-08-27 13:50:32 +00:00
Claudio Takahasi
309dbb1060 input: GetName - fixed seg fault when the remote name is unknown 2007-08-03 14:18:54 +00:00
Claudio Takahasi
2639da11e0 input: added epox_endian_quirk function 2007-08-03 13:43:24 +00:00
Claudio Takahasi
ebd3c8b3a8 input: fixed invalid D-Bus path when the remote device class is unknown 2007-08-03 13:32:58 +00:00
Claudio Takahasi
0ffdac3e37 input: fixed missing byte(HID descriptor field) in the input file 2007-08-03 13:03:53 +00:00
Claudio Takahasi
b82eea72c2 input: code cleanup 2007-06-23 19:45:13 +00:00
Claudio Takahasi
cdfb787575 input: send unplug virtual cable to unknown devices 2007-06-23 19:25:46 +00:00
Claudio Takahasi
5c95755a67 input: cleanup - removed useless code 2007-06-23 17:37:58 +00:00
Claudio Takahasi
1c98e7cad6 input: can't call input_device_close_channels if the device path doesn't exist 2007-06-23 16:28:24 +00:00
Claudio Takahasi
79a65bbbe4 input: remove the device entry from the hidd file when RemoveDevice is called 2007-06-22 19:55:06 +00:00
Claudio Takahasi
7fb02908be input: fixed CreateDevice - verify the src and the dst address to discover if the device already exists 2007-06-22 19:14:38 +00:00
Claudio Takahasi
c6f486bcd4 input: missing close the channels(control/interrupt) when the auth fails 2007-06-22 18:43:13 +00:00
Claudio Takahasi
b4427e2448 input: missing Disconnected signal when RemoveDevice is called 2007-06-22 18:39:50 +00:00
Claudio Takahasi
0762886602 input: convert hidd to input 2007-06-22 17:11:10 +00:00
Claudio Takahasi
5138602897 input: pending_connect struct is not necessary anymore(replaced by DBusMessage pointer) 2007-06-22 14:25:16 +00:00
Claudio Takahasi
0bf3861da5 input: removed session_data structure and added watch for Disconnect signal 2007-06-21 22:06:33 +00:00
Marcel Holtmann
6de268e32d Don't set MTU value to 48 2007-05-29 03:58:10 +00:00
Marcel Holtmann
772f25e26e Add GetAdapter() method to retrieve the source address 2007-05-14 12:22:52 +00:00
Claudio Takahasi
cc7ee42ddf input: skip auth/encrypt if the link is not available and allow connections 2007-05-10 13:57:15 +00:00
Marcel Holtmann
07958fc361 Update API descriptions 2007-05-10 08:45:28 +00:00
Johan Hedberg
60709fc619 Fix unitialized memory access 2007-05-10 08:43:37 +00:00
Claudio Takahasi
f0fe2c5ffb input: Use dbus_connection_emit_signal 2007-05-09 20:05:06 +00:00
Claudio Takahasi
e8db465169 input: small code cleanup 2007-05-09 19:48:39 +00:00
Johan Hedberg
ea478e3120 Fix device registration 2007-05-09 15:28:08 +00:00
Johan Hedberg
74416c5f12 Convert to using generic dbus message dispatching 2007-05-09 14:53:34 +00:00
Johan Hedberg
e4d1134296 Add support for FinishRemoteServiceTransaction 2007-05-09 10:05:28 +00:00
Marcel Holtmann
011badf1a1 Add test script for input service 2007-05-09 07:09:58 +00:00
Marcel Holtmann
8287b25402 Add quirk for the PS3 controller 2007-05-08 16:40:33 +00:00