摘要: 1. uboot/include/lcd/tq3358_fb.h#define TFT240320 1#define TFT320240 2#define TFT480272 3//T43(天嵌4.3寸屏)#define TFT800480_H50 ... 阅读全文
posted @ 2015-06-10 19:21 毛毛虫的薄刻 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1、USB插入时,创建设备[plain]view plaincopyDriverObject->DriverExtension->AddDevice=USB2COM_PnPAddDevice;步一、调用USB2COM_CreateDeviceObject创建功能设备对象(FDO)(1) IoCrea... 阅读全文
posted @ 2015-06-10 18:16 毛毛虫的薄刻 阅读(441) 评论(0) 推荐(0) 编辑
摘要: USB设备驱动·17.1 USB总线协议·17.1.1 USB设备简介·17.1.2 USB连接拓扑结构·17.1.3 USB通信的流程·17.1.4 USB四种传输模式·17.2.1观察USB设备的工具·17.2.2 USB设备请求·17.2.3设备描述符·17.2.4配置描述符·17.2.5接口... 阅读全文
posted @ 2015-06-10 18:15 毛毛虫的薄刻 阅读(785) 评论(0) 推荐(0) 编辑
摘要: #include #include#include #include static int fb;int main(){ int i=0; printf("hello world !\n"); fb = open("/dev/beep", O_RDWR); if (fb < 0) { ... 阅读全文
posted @ 2015-06-10 11:15 毛毛虫的薄刻 阅读(175) 评论(0) 推荐(0) 编辑
摘要: /*#include*/#include #include #include #include #include #include #include #include #include //14byteÎÄŒþÍ· typedef s... 阅读全文
posted @ 2015-06-10 11:04 毛毛虫的薄刻 阅读(157) 评论(0) 推荐(0) 编辑
摘要: #include #include#include #include static int fb;int main(){ int i=0; printf("hello world !\n"); fb = open("/dev/led", O_RDWR);//打开设备 if (fb < 0) ... 阅读全文
posted @ 2015-06-10 11:03 毛毛虫的薄刻 阅读(135) 评论(0) 推荐(0) 编辑