aboutsummaryrefslogtreecommitdiff
path: root/input/manager.c
AgeCommit message (Expand)Author
2009-01-01Update copyright informationMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-11-08Remove duplicate call to btd_device_get_recordJohan Hedberg
2008-11-08Check for HSP_HS_UUID in the probe callbackJohan Hedberg
2008-10-14Input: Code cleanup - Access record handle directly instead of call sdp_data_getClaudio Takahasi
2008-10-12Fix possible crash on startupBastien Nocera
2008-10-09Make device driver probe calls take UUID's instead of full recordsJohan Hedberg
2008-09-09Input: Minor cleanupClaudio Takahasi
2008-09-09Input: storage cleanupClaudio Takahasi
2008-09-08Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode
2008-09-08Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode
2008-09-08Fixing load_stored in Input plugin.Alok Barsode
2008-09-05Input: Minor cleanupClaudio Takahasi
2008-09-04Input: Converting hid server to adapter driver structureClaudio Takahasi
2008-09-04Renaming struct adapter to struct btd_adapter.Alok Barsode
2008-09-03Input cleanup: missing static modifierClaudio Takahasi
2008-08-18Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz
2008-08-13Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz
2008-08-05Introduce driver.c and driver.h files.Luiz Augusto von Dentz
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann
2008-07-28Fix input to reflect API documentation.Luiz Augusto von Dentz
2008-07-28Adding adapter_get_address.Alok Barsode
2008-07-28Adding {driver, priv} list to btd_device and addingAlok Barsode
2008-07-28Cleanup input manager.Luiz Augusto von Dentz
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-05-28input: removed old authorization methodClaudio Takahasi
2008-05-27Convert the input device handling to gdbus APIMarcel Holtmann
2008-05-27Use message sending helpersMarcel Holtmann
2008-05-27Convert input manager to use gdbus APIMarcel Holtmann
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz
2008-05-14Add support for IdleTimeout config optionMarcel Holtmann
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-07Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz
2008-05-05Fix possible double free in case of connecting to interrupt psm fails.Luiz Augusto von Dentz
2008-04-30Fix possible memory leak when closing control channel.Luiz Augusto von Dentz
2008-04-30input: close interrupt channel after CreateDevice has been calledClaudio Takahasi
2008-04-29Fix possible memory leak where the records lists were not freed.Luiz Augusto von Dentz
2008-04-25Make input service to use libbluetooth-glib convenient functions.Luiz Augusto von Dentz
2008-03-27Remove blocking call of FinishRemoteServiceTransaction.Luiz Augusto von Dentz
2008-03-22Convert input service into a pluginMarcel Holtmann
2008-02-02Update copyright informationMarcel Holtmann
2007-11-26Update services to new error codes and helper functionsJohan Hedberg
2007-10-12Fix hidp_connad_req usageJohan Hedberg
2007-10-04input: added CreateSecureDeviceClaudio Takahasi
2007-10-02input: removed mem leak(HID desc list attribute)Claudio Takahasi
2007-10-02input: minor leak and code standardClaudio Takahasi
2007-08-30Fix socket validity checksJohan Hedberg
2007-08-27input: don't send DeviceCreated signal when the daemon startsClaudio Takahasi
2007-08-03input: added epox_endian_quirk functionClaudio Takahasi