diff --git a/framework/model/usb/include/hdf_usb_pnp_manage.h b/framework/model/usb/include/hdf_usb_pnp_manage.h index 943707dda98236c9a1e2683c84f0677122840c50..14b8b2cb3b2194374b3e9afb9d389e2b259486a0 100644 --- a/framework/model/usb/include/hdf_usb_pnp_manage.h +++ b/framework/model/usb/include/hdf_usb_pnp_manage.h @@ -32,6 +32,9 @@ enum UsbPnpNotifyServiceCmd { USB_PNP_DRIVER_PORT_HOST = 40, USB_PNP_DRIVER_PORT_DEVICE, USB_PNP_DRIVER_GET_GADGET_LINK_STATUS, + USB_ACCESSORY_START = 50, + USB_ACCESSORY_STOP, + USB_ACCESSORY_SEND, }; enum UsbPnpNotifyRemoveType {