summaryrefslogtreecommitdiff
path: root/android/hidhost.c
Commit message (Expand)AuthorAgeFilesLines
...
* android/hidhost: Move get_report parameter check to daemonSzymon Janc2013-12-311-0/+10
* android/hidhost: Move set_protocol parameter check to daemonSzymon Janc2013-12-311-0/+9
* android/hidhost: Move get_protocol parameter check to daemonSzymon Janc2013-12-311-0/+9
* bluetooth/hidhost: Fix using feature event as output eventSzymon Janc2013-12-181-6/+8
* android: Use G_N_ELEMENTS macro for table elements calculationSzymon Janc2013-12-031-1/+1
* android/hidhost: Use generic IPC message handling for commandsSzymon Janc2013-12-021-125/+184
* android/hidhost: Shutdown ctrl_io channel if intr_io failsAndrei Emeltchenko2013-11-291-1/+5
* android: Don't pass notification socket on services registerSzymon Janc2013-11-281-11/+1
* android: Use ipc_send_notif for sending notificationsSzymon Janc2013-11-281-10/+10
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-1/+1
* android/hidhost: Fix misuse of errnoJohan Hedberg2013-11-191-3/+6
* android/hidhost: Handle error case properly in interrupt_connect_cbRavi kumar Veeramally2013-11-191-3/+6
* android/hidhost: Free all connected devices in profile cleanup callRavi kumar Veeramally2013-11-191-0/+10
* android: Handle multiple init(register) and cleanup(unregister) calls properlyRavi kumar Veeramally2013-11-191-0/+6
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-1/+1
* android/hidhost: Use adapter address provided on registerSzymon Janc2013-11-141-11/+10
* android/hidhost: Use correct error structureAndrei Emeltchenko2013-11-131-2/+2
* android/hidhost: Fix memory leakAndrei Emeltchenko2013-11-131-0/+1
* android/hidhost: Set info request from HAL is not supportedRavi kumar Veeramally2013-11-131-2/+6
* android/hidhost: Handle uhid output and feature eventsRavi kumar Veeramally2013-11-131-1/+24
* android/hidhost: Fix error handling issue incase of G_IO_HUPRavi kumar Veeramally2013-11-121-9/+12
* android/hidhost: Fix uhid create failure caseRavi kumar Veeramally2013-11-121-14/+5
* android/hid: Handle virtual unplug event from hid deviceRavi kumar Veeramally2013-11-111-0/+28
* android/hidhost: Fix up error logs to contain exact errorJohan Hedberg2013-11-081-7/+13
* android/hid: Add virtual unplug implemention in daemonRavi kumar Veeramally2013-11-081-2/+44
* android/hid: Add send data implemention in daemonRavi kumar Veeramally2013-11-081-2/+43
* android/hid: Fix set report data format in daemonRavi kumar Veeramally2013-11-081-3/+10
* android/hid: Rename virtual unplug define and structRavi kumar Veeramally2013-11-081-2/+2
* android: Rename hid.c to hidhost.cSzymon Janc2013-11-071-0/+1095