summaryrefslogtreecommitdiff
path: root/android/hal-hidhost.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-12/+1
* android: Fix crash on android-testerLuiz Augusto von Dentz2014-12-031-2/+2
* android/hal-hidhost: Update HidHost HAL for Android 5Jakub Tyszkowski2014-11-201-0/+11
* android: Fix not setting max_clientsLuiz Augusto von Dentz2014-11-171-0/+1
* android: Fix using plain integer as NULL pointerLuiz Augusto von Dentz2014-07-031-11/+11
* android/hal-ipc: Pass FD to notification handlersSzymon Janc2014-06-121-6/+6
* android/hal-hidhost: Use compact syntax for event handlersSzymon Janc2014-06-101-30/+13
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-2/+4
* android/hal: Update services register commands with mode parameterSzymon Janc2014-03-041-0/+1
* android: Create comon header for IPCSzymon Janc2014-02-281-2/+3
* android/hidhost: Add idle time callback implementationSzymon Janc2014-02-191-0/+14
* android/hidhost: Move set_report parameter check to daemonSzymon Janc2013-12-311-13/+2
* android/hidhost: Move get_report parameter check to daemonSzymon Janc2013-12-311-13/+2
* android/hidhost: Move set_protocol parameter check to daemonSzymon Janc2013-12-311-10/+2
* android/hidhost: Move get_protocol parameter check to daemonSzymon Janc2013-12-311-10/+2
* android/hidhost: Unregister ipc handlers if init failsJakub Tyszkowski2013-12-081-1/+12
* android/hal-hidhost: Use generic IPC message handling for eventsSzymon Janc2013-11-191-32/+44
* android: Fix opcode parameter type from uint16_t to uint8_tRavi kumar Veeramally2013-11-131-1/+1
* android/hid: Fill send data command struct in hal-hidhostRavi kumar Veeramally2013-11-081-3/+6
* android/hid: Fill send data command struct in hal-hidhostRavi kumar Veeramally2013-11-081-8/+10
* android/hid: Rename virtual unplug define and structRavi kumar Veeramally2013-11-081-2/+3
* android/hid: Handle virtual unplug notification in HID HALRavi kumar Veeramally2013-11-081-0/+12
* android/hal: Use hidhost instead of hh in hidhost HALSzymon Janc2013-11-071-39/+39
* android: Rename hidhost HAL related IPC API to match service nameSzymon Janc2013-11-071-36/+36
* android/hid: Fix get report buffer size variable nameJohan Hedberg2013-11-061-1/+1
* android/hid: Fix camelcase variable namesJohan Hedberg2013-11-061-12/+12
* android/hid: Handle invalid parameters in HALRavi kumar Veeramally2013-11-061-6/+8
* android/hid: Handle get report notification in HALRavi kumar Veeramally2013-11-061-0/+12
* android/hid: Implement hid set report in daemonRavi kumar Veeramally2013-11-061-0/+2
* android/hid: Implement hid get report in daemonRavi kumar Veeramally2013-11-061-0/+1
* android/hid: Handle protocol mode notification in HALRavi kumar Veeramally2013-11-061-0/+12
* android/hal-hidhost: Add implemention of .hid_info_cbLuiz Augusto von Dentz2013-11-011-0/+22
* android/hidhost: Fix not unregistering HIDAndrei Emeltchenko2013-10-311-0/+7
* android/hal-hidhost: Add implementation of .connection_state_cbLuiz Augusto von Dentz2013-10-311-0/+25
* android/hal-msg: Reduce length of defines and struct namesLuiz Augusto von Dentz2013-10-241-33/+32
* android: Fix checking return of hal_ipc_cmdLuiz Augusto von Dentz2013-10-231-8/+3
* android: Add initial code for hidhost set hid informationRavi kumar Veeramally2013-10-231-1/+14
* android: Add initial code for hidhost send dataRavi kumar Veeramally2013-10-231-1/+6
* android: Add initial code for hidhost get and set reportRavi kumar Veeramally2013-10-231-2/+38
* android: Add initial code for hidhost get and set protocolRavi kumar Veeramally2013-10-231-2/+38
* android: Add initial code for hidhost virtual unplugRavi kumar Veeramally2013-10-231-1/+6
* android: Return right from hal_ipc_cmd call in hal hid disconnectRavi kumar Veeramally2013-10-231-7/+2
* android: Return right from hal_ipc_cmd call in hal hid connectRavi kumar Veeramally2013-10-231-7/+2
* android/hal: Unify HALs callbacks pointers definitionSzymon Janc2013-10-221-1/+1
* android/hal: Make hal.h self containedSzymon Janc2013-10-221-3/+0
* android: Use hh prefix instead of bt_hidhostLuiz Augusto von Dentz2013-10-221-26/+25
* android: Add initial code for hidhostRavi kumar Veeramally2013-10-221-8/+33
* android: Use hal-log.h for logging in hidhost HALSzymon Janc2013-10-201-14/+12
* android: Add HID Host skeletonAndrei Emeltchenko2013-10-181-0/+207