-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.txt
57 lines (37 loc) · 1.04 KB
/
README.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
Realtek Driver-based Card Reader
================================
Supported chips:
RTS5209
RTS5229
RTS5227
RTS5249
RTL8411
Contact Email:
Description
-----------
Realtek driver-based card reader supports access to many types of memory cards,
such as Memory Stick, Memory Stick Pro, Secure Digital and MultiMediaCard.
Helper Scripts
--------------
1. scripts/prebuild.sh
Update header files of your kernel header tree. This script only need to be
executed at the first time.
2. scripts/insert.sh
Insmod the modules
3. scripts/remove.sh
Rmmod the modules
4. scripts/install.sh
Install the modules to kernel module tree
Usage
-----
$ ./scripts/prebuild.sh # Only once
$ make
$ ./scripts/install.sh
If you just test these modules temporarily, you can simply execute
scripts/insert.sh after make, and execute scripts/remove.sh to remove them.
About Debug
-----------
The default Makefile disables debug message. If you need it, please
modify the top-level Makefile and uncomment the below line:
#export CONFIG_CR_DEBUG = y