summaryrefslogtreecommitdiff
path: root/common/usbx_host_classes/inc/ux_host_class_printer.h
diff options
context:
space:
mode:
authorYuxin Zhou <[email protected]>2021-02-02 00:52:59 +0000
committerYuxin Zhou <[email protected]>2021-02-02 00:52:59 +0000
commit5d2acef877e3a9215ef495bf350fbceb06349bb5 (patch)
treef68e6c13b1503f87be8f346bb97a715d8dc3a723 /common/usbx_host_classes/inc/ux_host_class_printer.h
parent9823f3857d7eb54c8416d9eab316aab0257130f9 (diff)
Release 6.1.4v6.1.4_rel
Diffstat (limited to 'common/usbx_host_classes/inc/ux_host_class_printer.h')
-rw-r--r--common/usbx_host_classes/inc/ux_host_class_printer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/usbx_host_classes/inc/ux_host_class_printer.h b/common/usbx_host_classes/inc/ux_host_class_printer.h
index 8caa2eb..933c5ba 100644
--- a/common/usbx_host_classes/inc/ux_host_class_printer.h
+++ b/common/usbx_host_classes/inc/ux_host_class_printer.h
@@ -103,6 +103,7 @@ UINT _ux_host_class_printer_deactivate(UX_HOST_CLASS_COMMAND *command);
UINT _ux_host_class_printer_endpoints_get(UX_HOST_CLASS_PRINTER *printer);
UINT _ux_host_class_printer_entry(UX_HOST_CLASS_COMMAND *command);
UINT _ux_host_class_printer_name_get(UX_HOST_CLASS_PRINTER *printer);
+UINT _ux_host_class_printer_device_id_get(UX_HOST_CLASS_PRINTER *printer, UCHAR *descriptor_buffer, ULONG length);
UINT _ux_host_class_printer_read (UX_HOST_CLASS_PRINTER *printer, UCHAR *data_pointer,
ULONG requested_length, ULONG *actual_length);
UINT _ux_host_class_printer_soft_reset(UX_HOST_CLASS_PRINTER *printer);
@@ -114,6 +115,7 @@ UINT _ux_host_class_printer_write(UX_HOST_CLASS_PRINTER *printer, UCHAR * dat
#define ux_host_class_printer_activate _ux_host_class_printer_activate
#define ux_host_class_printer_name_get _ux_host_class_printer_name_get
+#define ux_host_class_printer_device_id_get _ux_host_class_printer_device_id_get
#define ux_host_class_printer_read _ux_host_class_printer_read
#define ux_host_class_printer_soft_reset _ux_host_class_printer_soft_reset
#define ux_host_class_printer_status_get _ux_host_class_printer_status_get