
运行环境:软件版本oh4.1,运行的开发板:rk3588
遇到的问题:输入reboot updater后,进入升级界面:1.没有触摸; 2.识别不到hdc.
问题1:触摸走的是usb接口,内核能识别到usb hid设备。但是在updater起来后去读/dev/input/event2,失败。
问题2:进入升级后,没有触发usbpnp相关的处理。
具体日志见附件。

1. 触摸走的是usb, 非HDF Touch方式,需要自己做触摸事件上报逻辑,之前4.0的版本,自测调试鼠标的也有该问题
2. 识别不到hdc,确认是否是updater\config\init.rk3588.usb.cfg中的sys.usb.controller配置问题


内核是能正常识别到usb触摸设备的:
[ 1.409624] usb 1-1.4: New USB device found, idVendor=222a, idProduct=0001, bcdDevice= 0.02
[ 1.409632] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.409636] usb 1-1.4: Product: ILITEK-TP
[ 1.409639] usb 1-1.4: Manufacturer: ILITEK
[ 1.412595] input: ILITEK ILITEK-TP as /devices/platform/fc800000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0001/input/input2
[ 1.412746] input: ILITEK ILITEK-TP Mouse as /devices/platform/fc800000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0001/input/input4
[ 1.412922] hid-multitouch 0003:222A:0001.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-fc800000.usb-1.4/input0
[ 1.412985] [I/USB_PNP_NOTIFY] UsbPnpNotifyCallback: action=0x1
[ 1.412992] [I/USB_PNP_NOTIFY] UsbPnpNotifyAddInitInfo:209 i=0, interfaceInfo=0x3-0x0-0x0-0x0
[ 1.413022] [I/USB_PNP_NOTIFY] UsbPnpNotifyReportThread: UsbPnpNotifyReportThread start!
[ 1.413058] [I/USB_PNP_NOTIFY] UsbPnpNotifyHdfSendEvent:375 device information, 3 usbDevAddr=18446743524068612096, devNum=3, busNum=1, infoTable=1-0x222a-0x1!
[ 1.413075] [E/USB_PNP_NOTIFY] UsbPnpNotifyHdfSendEvent:382 HdfDeviceSendEvent ret=-1
[ 1.413093] [I/USB_PNP_NOTIFY] UsbPnpNotifyReportThread: UsbPnpNotifyHdfSendEvent error=-1!
