From 5284d6d52e39faefcf96dedad6695bb46d2d5579 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Mon, 6 Jun 2011 03:51:38 +0000 Subject: [PATCH] add more device definition. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1458 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/cmd.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 6052c2e1ae..92b7d704e4 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -341,8 +341,13 @@ static long _list_device(struct rt_list_node *list) "Block Device", "Network Interface", "MTD Device", - "CAN", + "CAN Device", "RTC", + "Sound Device", + "Graphic Device", + "I2C Device", + "USB Slave Device", + "USB Host Bus", "Unknown" }; -- GitLab