add more device definition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1458 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
54f422ebb4
commit
5284d6d52e
|
@ -341,8 +341,13 @@ static long _list_device(struct rt_list_node *list)
|
||||||
"Block Device",
|
"Block Device",
|
||||||
"Network Interface",
|
"Network Interface",
|
||||||
"MTD Device",
|
"MTD Device",
|
||||||
"CAN",
|
"CAN Device",
|
||||||
"RTC",
|
"RTC",
|
||||||
|
"Sound Device",
|
||||||
|
"Graphic Device",
|
||||||
|
"I2C Device",
|
||||||
|
"USB Slave Device",
|
||||||
|
"USB Host Bus",
|
||||||
"Unknown"
|
"Unknown"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue