android_kernel_xiaomi_sm8350/android/abi_gki_aarch64_microsoft
Dmitry Antipov e588439d0c ANDROID: ABI: Update allowed list for Microsoft
Leaf changes summary: 6 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 6 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

6 Added functions:

[A] 'function int hid_add_device(hid_device*)'
[A] 'function hid_device* hid_allocate_device()'
[A] 'function void hid_destroy_device(hid_device*)'
[A] 'function int hid_input_report(hid_device*, int, unsigned char*, unsigned int, int)'
[A] 'function int hid_parse_report(hid_device*, unsigned char*, unsigned int)'
[A] 'function int spi_async(spi_device*, spi_message*)'

Bug: 194673479
Signed-off-by: Dmitry Antipov <dmanti@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I7af3139b3670ac6d4eb87b0774362aaf79160e76
2021-08-05 12:30:11 +02:00

8 lines
152 B
Plaintext

[abi_symbol_list]
# required by spi-hid.ko
hid_add_device
hid_allocate_device
hid_destroy_device
hid_input_report
hid_parse_report
spi_async