mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 16:26:48 +00:00
37 lines
1.8 KiB
C
37 lines
1.8 KiB
C
#pragma once
|
|
#include <common/hid.h>
|
|
|
|
extern struct hid_usage_types_string hid_usage_type001[];
|
|
extern struct hid_usage_types_string hid_usage_type002[];
|
|
extern struct hid_usage_types_string hid_usage_type003[];
|
|
extern struct hid_usage_types_string hid_usage_type004[];
|
|
extern struct hid_usage_types_string hid_usage_type005[];
|
|
extern struct hid_usage_types_string hid_usage_type006[];
|
|
extern struct hid_usage_types_string hid_usage_type007[];
|
|
extern struct hid_usage_types_string hid_usage_type008[];
|
|
extern struct hid_usage_types_string hid_usage_type00B[];
|
|
extern struct hid_usage_types_string hid_usage_type00C[];
|
|
extern struct hid_usage_types_string hid_usage_type00D[];
|
|
extern struct hid_usage_types_string hid_usage_type00F[];
|
|
extern struct hid_usage_types_string hid_usage_type014[];
|
|
extern struct hid_usage_types_string hid_usage_type040[];
|
|
extern struct hid_usage_types_string hid_usage_type080[];
|
|
extern struct hid_usage_types_string hid_usage_type082[];
|
|
extern struct hid_usage_types_string hid_usage_type083[];
|
|
extern struct hid_usage_types_string hid_usage_type084[];
|
|
extern struct hid_usage_types_string hid_usage_type085[];
|
|
extern struct hid_usage_types_string hid_usage_type086[];
|
|
extern struct hid_usage_types_string hid_usage_type087[];
|
|
extern struct hid_usage_types_string hid_usage_type08C[];
|
|
extern struct hid_usage_types_string hid_usage_type08D[];
|
|
extern struct hid_usage_types_string hid_usage_type08E[];
|
|
extern struct hid_usage_types_string hid_usage_type08F[];
|
|
extern struct hid_usage_types_string hid_usage_type090[];
|
|
extern struct hid_usage_types_string hid_usage_type091[];
|
|
extern struct hid_usage_types_string hid_usage_typeFF00[];
|
|
extern struct hid_usage_types_string hid_usage_typeFF84[];
|
|
extern struct hid_usage_types_string hid_usage_typeFF85[];
|
|
|
|
extern struct hid_usage_pages_string hid_usage_page_strings[];
|
|
|
|
extern char hid_collection_str[][64]; |