summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update API descriptionsMarcel Holtmann2007-05-101-2/+0
* Fix unitialized memory accessJohan Hedberg2007-05-101-2/+2
* input: Use dbus_connection_emit_signalClaudio Takahasi2007-05-091-33/+18
* input: small code cleanupClaudio Takahasi2007-05-091-5/+5
* Fix device registrationJohan Hedberg2007-05-091-1/+1
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-092-87/+61
* Add support for FinishRemoteServiceTransactionJohan Hedberg2007-05-091-0/+37
* Add test script for input serviceMarcel Holtmann2007-05-092-1/+23
* Add quirk for the PS3 controllerMarcel Holtmann2007-05-081-0/+5
* Input Service support for phonesJohan Hedberg2007-05-042-0/+4
* input: fixed seg fault when RemoveDevice is called and there is a pending con...Claudio Takahasi2007-04-182-22/+29
* fake input: fixed GIOChannel unrefsClaudio Takahasi2007-04-181-22/+15
* input: dbus_pending_call_unref code standardClaudio Takahasi2007-04-172-12/+5
* input: code cleanup/standardClaudio Takahasi2007-04-171-2/+4
* input: fixed io channel unref and socket closeClaudio Takahasi2007-04-172-22/+14
* input: Connect/disconnect to the control and interrupt psm at the ending of C...Claudio Takahasi2007-04-173-87/+218
* Keep the device structure localMarcel Holtmann2007-04-123-44/+61
* fixed commentaryClaudio Takahasi2007-04-111-1/+4
* Use global device list for managerMarcel Holtmann2007-04-111-75/+54
* input manager: fixed code standardClaudio Takahasi2007-04-111-25/+38
* input manager: read all /var/lib/bluetooth/*/input files when the service startsClaudio Takahasi2007-04-111-28/+36
* input manager: delete the stored input info based on the input device source/...Claudio Takahasi2007-04-111-1/+1
* input manager: use the default adapter to create a new device.Claudio Takahasi2007-04-111-3/+16
* input: missing close listen sockets(control/interrupt)Claudio Takahasi2007-04-051-0/+2
* input: fixed GIOChannel problem(CPU usage and invalid file descriptor close w...Claudio Takahasi2007-04-051-2/+6
* input: send CancelAuthorizationRequest if there is a pending authorizationClaudio Takahasi2007-04-041-1/+25
* input: Added authorization support for incomming connectionsClaudio Takahasi2007-04-044-8/+85