.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /** |
---|
2 | 3 | * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. |
---|
3 | | - * |
---|
4 | | - * This source file is released under GPL v2 license (no other versions). |
---|
5 | | - * See the COPYING file included in the main directory of this source |
---|
6 | | - * distribution for the license terms and conditions. |
---|
7 | 4 | * |
---|
8 | 5 | * @File cthardware.h |
---|
9 | 6 | * |
---|
.. | .. |
---|
12 | 9 | * |
---|
13 | 10 | * @Author Liu Chun |
---|
14 | 11 | * @Date May 13 2008 |
---|
15 | | - * |
---|
16 | 12 | */ |
---|
17 | 13 | |
---|
18 | 14 | #ifndef CTHARDWARE_H |
---|
.. | .. |
---|
30 | 26 | |
---|
31 | 27 | enum CTCARDS { |
---|
32 | 28 | /* 20k1 models */ |
---|
| 29 | + CTSB046X, |
---|
| 30 | + CT20K1_MODEL_FIRST = CTSB046X, |
---|
33 | 31 | CTSB055X, |
---|
34 | | - CT20K1_MODEL_FIRST = CTSB055X, |
---|
35 | 32 | CTSB073X, |
---|
36 | 33 | CTUAA, |
---|
37 | 34 | CT20K1_UNKNOWN, |
---|