自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Gabby

android learner

  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 Sound Card(UDA1341) Driver for Linux2.6.xx+ARM9

/*  *  UDA1341TS by chaozang(cz) zangchao.cn@gmail.com>  *  From 2013-01-26  To 2013-01-30  */----------------------------------------------------------driver----------------------------------

2013-01-30 14:53:53 1378

原创 Kconfig Setup

Step 1:root@chaozang:/home/linux-2.6.25.8/arch/arm# vim Kconfigsource "net/Kconfig"menu "Device Drivers"source "drivers/chaozang/Kconfig"source "drivers/base/Kconfig"source "drivers/connec

2013-01-28 19:22:58 608

原创 Linux Notes

1.tar jcvf linux.2.6.25.8.tar.bz2 linux.2.6.25.8/2.mount -t nfs -o tcp,nolock 10.13.1.26:/xxx/nfs_root /mnt. 3.root@zangchao:/work/system/linux-2.6.22.6# grep -l 'HAS_IOMEM' *s3c2410_def

2013-01-28 14:23:32 948

原创 DMA Test Driver for Linux2.6.xx+ARM9

/*  *  DMA  DRIVER TEST  */----------------------------------------------------------driver test----------------------------------------------------------- --------------------------------

2013-01-26 13:46:35 877

原创 Touch Screen Driver for Linux2.6.xx+ARM9

/**  * Driver for Touch Screen,using input-subsystem way  */----------------------------------------------------------driver---------------------------------------------------------------#incl

2013-01-23 14:46:55 740

原创 LCD Driver for Linux2.6.xx+ARM9

/**  *   LCD driver  *   reference:    fbmem.c     s3c2410fb.c   skeletonfb.c   atmel_lcdfb.c  */----------------------------------------------------------driver-------------------------------

2013-01-19 19:21:04 806

原创 LCD Driver Test for Linux2.6.xx+ARM9

Driver Test1(normal):Driver Test2 for lcdcon5(FRM565 may change the font color):Driver Test3 for lcdcon5(BSPW+HWSPW may change the format of the font):Driver Test4 for lcdcon5(INVVLINE may

2013-01-18 15:52:45 848

原创 Driver for keys on GPIO using input-subsystem way

/**  * Driver for keys on GPIO using input-subsystem way */Driver Test:----------------------------------------------------------driver-------------------------------------------------------

2013-01-15 18:16:49 689

原创 Read button status using poll way, also with timer, atomic_t/semaphore, NONBLOCK func inside

/**  * read the button status using request_irq, poll way, also with timer, atomic_t/semaphore, NONBLOCKfunctions inside;  */------------------------------------driver part--------------------

2013-01-07 20:26:33 662

tcpdump for android

android下的wifi抓包工具 使用方法详见:http://blog.csdn.net/zangchaodotcnatgmail/article/details/11576075

2013-09-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除