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>
Loading
Please sign in to comment