-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathdevice_database.h
More file actions
44 lines (43 loc) · 1.17 KB
/
device_database.h
File metadata and controls
44 lines (43 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
typedef enum {
DEVICE_NOT_SUPPORTED = 0,
DEVICE_C5302_1272_1092_12_0_A_1_284,
DEVICE_C6603_1269_5309_10_1_1_A_1_307,
DEVICE_C6603_1275_1562_10_1_1_A_1_253,
DEVICE_F10D_V21R48A,
DEVICE_F11D_V24R40A,
DEVICE_HTL21_1_29_970_1,
DEVICE_HTL22_1_05_970_1,
DEVICE_HTL22_1_07_970_4,
DEVICE_HTX21_1_20_971_1,
DEVICE_IS17SH_01_00_04,
DEVICE_ISW12K_010_0_3000,
DEVICE_ISW13F_V69R51I,
DEVICE_L01D_V20d,
DEVICE_L02E_V10c,
DEVICE_L02E_V10e,
DEVICE_L06D_V10k,
DEVICE_LG_E975_V10e,
DEVICE_LT26I_1257_8080_6_2_B_0_211,
DEVICE_LT26W_1265_3909_6_2_B_0_200,
DEVICE_N05E_A1000311,
DEVICE_SC01E_LJ3,
DEVICE_SC04E_MDI,
DEVICE_SC04E_MF1,
DEVICE_SCL21_LJD,
DEVICE_SGP312_10_1_C_0_370,
DEVICE_SH04E_01_00_02,
DEVICE_SH04E_01_00_03,
DEVICE_SO01E_9_1_C_0_473,
DEVICE_SO02E_10_1_D_0_343,
DEVICE_SO03E_10_1_E_0_265,
DEVICE_SO03E_10_1_E_0_269,
DEVICE_SO04D_7_0_D_1_137,
DEVICE_SO04E_10_1_1_D_0_179,
DEVICE_SO05D_7_0_D_1_137,
DEVICE_SOL21_9_1_D_0_395,
DEVICE_SOL22_10_2_F_3_43,
DEVICE_SONYTABLET_P_RELEASE5A,
DEVICE_SONYTABLET_S_RELEASE5A,
} device_id_t;
extern device_id_t detect_device(void);
extern void print_reason_device_not_supported(void);