ANDROID: GKI: create initial PASA symbol list

create the initial PASA symbol list full of HID symbols for the
driver i2c-hid.ko and hid_multitouch.ko which requires them.

Functions changes summary: 0 Removed, 0 Changed, 14 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

Bug: 241444980

14 Added functions:

  [A] 'function int __hid_register_driver(hid_driver*, module*, const char*)'
  [A] 'function int __hid_request(hid_device*, hid_report*, int)'
  [A] 'function int hid_add_device(hid_device*)'
  [A] 'function u8* hid_alloc_report_buf(hid_report*, gfp_t)'
  [A] 'function hid_device* hid_allocate_device()'
  [A] 'function void hid_destroy_device(hid_device*)'
  [A] 'function int hid_hw_start(hid_device*, unsigned int)'
  [A] 'function void hid_hw_stop(hid_device*)'
  [A] 'function int hid_input_report(hid_device*, int, u8*, u32, int)'
  [A] 'function int hid_open_report(hid_device*)'
  [A] 'function int hid_parse_report(hid_device*, __u8*, unsigned int)'
  [A] 'function int hid_report_raw_event(hid_device*, int, u8*, u32, int)'
  [A] 'function void hid_unregister_driver(hid_driver*)'
  [A] 'function __s32 hidinput_calc_abs_res(const hid_field*, __u16)'

Change-Id: Ie2d0d6eb0ed3bb58d0d7694b169a2fccbbb6bfbc
Signed-off-by: Dilpreet Singh <dilpreet.singh@ext.us.panasonic.com>
This commit is contained in:
Dilpreet Singh
2022-08-16 20:08:08 +00:00
committed by Matthias Männich
parent 55f112e068
commit ff81c8d3f5
3 changed files with 764 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
[abi_symbol_list]
__hid_register_driver
__hid_request
hid_add_device
hid_alloc_report_buf
hid_allocate_device
hid_destroy_device
hid_hw_start
hid_hw_stop
hid_input_report
hid_open_report
hid_parse_report
hid_report_raw_event
hid_unregister_driver
hidinput_calc_abs_res

View File

@@ -31,6 +31,7 @@ android/abi_gki_aarch64_xiaomi
android/abi_gki_aarch64_oplus
android/abi_gki_aarch64_amlogic
android/abi_gki_aarch64_sunxi
android/abi_gki_aarch64_pasa
"
FILES="${FILES}