projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a974096
)
add "serial" to subdevice_types
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 14 Aug 2004 20:33:46 +0000
(20:33 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 14 Aug 2004 20:33:46 +0000
(20:33 +0000)
testing/info.c
patch
|
blob
|
history
diff --git
a/testing/info.c
b/testing/info.c
index d863f5cb5d6e9c0ad6a397c6c49df536c85b4834..66ea9aa032e78724c564304595679ef3faccbb15 100644
(file)
--- a/
testing/info.c
+++ b/
testing/info.c
@@
-24,7
+24,8
@@
static char *subdevice_types[]={
"timer",
"memory",
"calibration",
- "processor"
+ "processor",
+ "serial"
};