summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* input: don't track POLLIN eventClaudio Takahasi2007-08-301-1/+1
* Fix socket validity checksJohan Hedberg2007-08-301-2/+2
* input: don't send DeviceCreated signal when the daemon startsClaudio Takahasi2007-08-272-5/+10
* input: GetName - fixed seg fault when the remote name is unknownClaudio Takahasi2007-08-031-2/+2
* input: added epox_endian_quirk functionClaudio Takahasi2007-08-031-0/+26
* input: fixed invalid D-Bus path when the remote device class is unknownClaudio Takahasi2007-08-031-6/+33
* input: fixed missing byte(HID descriptor field) in the input fileClaudio Takahasi2007-08-031-1/+1
* input: code cleanupClaudio Takahasi2007-06-231-2/+2
* input: send unplug virtual cable to unknown devicesClaudio Takahasi2007-06-231-0/+6
* input: cleanup - removed useless codeClaudio Takahasi2007-06-231-3/+0
* input: can't call input_device_close_channels if the device path doesn't existClaudio Takahasi2007-06-231-1/+1
* input: remove the device entry from the hidd file when RemoveDevice is calledClaudio Takahasi2007-06-221-2/+4
* input: fixed CreateDevice - verify the src and the dst address to discover if...Claudio Takahasi2007-06-223-35/+11
* input: missing close the channels(control/interrupt) when the auth failsClaudio Takahasi2007-06-221-0/+2
* input: missing Disconnected signal when RemoveDevice is calledClaudio Takahasi2007-06-221-6/+27
* input: convert hidd to inputClaudio Takahasi2007-06-223-2/+79
* input: pending_connect struct is not necessary anymore(replaced by DBusMessag...Claudio Takahasi2007-06-221-46/+22
* input: removed session_data structure and added watch for Disconnect signalClaudio Takahasi2007-06-214-236/+271
* Don't set MTU value to 48Marcel Holtmann2007-05-292-9/+12
* Add GetAdapter() method to retrieve the source addressMarcel Holtmann2007-05-142-13/+39
* input: skip auth/encrypt if the link is not available and allow connectionsClaudio Takahasi2007-05-102-2/+3