summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Collapse)AuthorAgeFilesLines
...
* Input: Use stored device name instead of the service name attributeClaudio Takahasi2007-03-013-6/+44
|
* Input: don't store the HID name in the "input" file && removed magic number ↵Claudio Takahasi2007-03-011-17/+17
| | | | in the memory alloc
* Input: renamed input storage file to "input"Claudio Takahasi2007-03-012-4/+5
|
* Input: code cleanupClaudio Takahasi2007-02-281-9/+9
|
* Input: Using glib memory alloc functionsClaudio Takahasi2007-02-282-56/+36
|
* Input: added verification for pending connectionClaudio Takahasi2007-02-271-99/+83
|
* Fake input: changed is_connected function to support fake inputsClaudio Takahasi2007-02-271-6/+15
|
* Fake input: fixed build error when glib is disabledClaudio Takahasi2007-02-271-11/+7
|
* Fake input: Changed disconnect function to support fake devicesClaudio Takahasi2007-02-271-1/+20
|
* Fake input: added uinput send key/eventClaudio Takahasi2007-02-261-6/+28
|
* Fake input: fixed get_classClaudio Takahasi2007-02-261-3/+4
|
* Fake input: Added function to decode keysClaudio Takahasi2007-02-261-1/+39
|
* Fake input: added watch for RFCOMM IO channelClaudio Takahasi2007-02-261-2/+51
|
* Fake input: added uinput create functionClaudio Takahasi2007-02-231-3/+69
|
* Fake input: added rfcomm connect callback functionClaudio Takahasi2007-02-231-1/+57
|
* Fake input: added rfcomm_connectClaudio Takahasi2007-02-231-6/+79
|
* Fake input: added initial skeleton for Connect methodClaudio Takahasi2007-02-231-0/+28
|
* Fake input: missing input device fake struct freeClaudio Takahasi2007-02-231-0/+4
|
* Fake input: added function to create the D-Bus fake input pathClaudio Takahasi2007-02-231-58/+119
|
* Code cleanup: removing deep indentation and added error messagesClaudio Takahasi2007-02-231-30/+41
|
* Don't hide errors returned by hcidClaudio Takahasi2007-02-221-4/+4
|
* Fake input: added headset record parsingClaudio Takahasi2007-02-221-6/+60
|
* Fake input: added code to request the headset service recordClaudio Takahasi2007-02-221-2/+57
|
* Fake input: added initial code for headset supportClaudio Takahasi2007-02-221-2/+64
|
* Return NotSupported error if the remote device doesn't support the required ↵Claudio Takahasi2007-02-131-18/+31
| | | | services(compliant to audio daemon)
* Rename input-service.[ch] into device.[ch]Marcel Holtmann2007-01-284-8/+6
|
* Close the control and interrupt sockets after call ioctl HIDPCONNADDClaudio Takahasi2007-01-261-7/+9
|
* Check if the HCI_LM_ENCRYPT is already activeClaudio Takahasi2007-01-261-0/+6
|
* Code standard(variables names): replaced sba to src and dba to dstClaudio Takahasi2007-01-263-61/+61
|
* Add encryption supportMarcel Holtmann2007-01-264-29/+140
|
* Code cleanupClaudio Takahasi2007-01-251-11/+8
|
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-251-1/+1
|
* Initialize subpath with '\0'Marcel Holtmann2007-01-251-0/+3
|
* Small cleanupMarcel Holtmann2007-01-251-9/+10
|
* Code cleanupClaudio Takahasi2007-01-252-7/+2
|
* No #ifdef magic for local file includesMarcel Holtmann2007-01-251-7/+3
|
* Moved HID store related functions to a new fileClaudio Takahasi2007-01-255-217/+268
|
* Code cleanup(missing static modifier)Claudio Takahasi2007-01-241-5/+5
|
* Set the default idle timeout to 30 secClaudio Takahasi2007-01-241-0/+1
|
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-241-27/+1
|
* Added GetVendorIdClaudio Takahasi2007-01-242-2/+13
|
* Added GetProductIdClaudio Takahasi2007-01-242-2/+13
|
* Added IsConnectedClaudio Takahasi2007-01-241-42/+66
|
* Check if the input is already connected when "Connect" is requestedClaudio Takahasi2007-01-241-3/+16
|
* Device unplug method removed: RemoveDevice is going to address this ↵Claudio Takahasi2007-01-242-19/+0
| | | | functionality
* Delete the stored HID info when removing the input deviceClaudio Takahasi2007-01-241-1/+10
|
* Store the default adapter Bluetooth address to use it when creating/removing ↵Claudio Takahasi2007-01-241-35/+26
| | | | devices
* Add errors when server setup failsMarcel Holtmann2007-01-241-1/+4
|
* Back to the database interfaceMarcel Holtmann2007-01-241-1/+1
|
* Disconnect(if applied) when removing the deviceClaudio Takahasi2007-01-241-12/+28
|