blob: 5efa8a5ee7cb2e77a52c0f6e8c255dc6ff854bba (
plain)
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
|
2008-08-28 Zheng Da <zhengda1936@gmail.com>
* devnode.c (ds_device_open): Return the error instead of stopping the
translator.
2008-08-20 Zheng Da <zhengda1936@gmail.com>
* devnode.c (ds_device_open): Test device_name before using it.
* util.h (DEBUG): Remove the macro.
2008-08-18 Zheng Da <zhengda1936@gmail.com>
* README: New file.
* devnode.c (options): Replace the option '-i' with '-d'.
(parse_opt): Handle the option '-d'.
2008-08-17 Zheng Da <zhengda1936@gmail.com>
* Makefile: New file.
* util.h: New file.
* devnode.c: New file.
|