linux2.6.22下usb驱动完成情况及问题解决

来源:互联网 发布:mysql json 编辑:程序博客网 时间:2024/05/22 06:23
导读:
  /*****************************************from luofuchong**********************************/
  1、让内核支持热插拔
  │ General setup --->
  Configure standard kernel features (for small systems) --->
  Support for hot-pluggable devices (NEW)
  2.USB驱动设置
  Device Drivers --->
  Generic Driver Options --->
  <*>Userspace firmware loading support
  Block devices --->
  <*>Low Performance USB Block driver
  SCSI device support --->
  <*>SCSI generic support
  Probe all LUNs on each SCSI device
  USB support --->
  <*>Support for Host-side USB
  USB device filesystem
  <*>OHCI HCD support
  <*>USB Mass Storage support
  USB Monitor
  3、加入了MSDOS fs和VFAT fs的支持。
  File systems --->
  DOS/FAT/NT Filesystems --->
  <*>MSDOS fs support
  <*>VFAT (Windows-95) fs support
  (936) Default codepage for FAT
  (cp936) Default iocharset for FAT
  File systems --->
  Partition Types --->
  PC BIOS (MSDOS partition tables) support
  4. 加入中文字体库(可惜在我的板上还是没能正常显示中文~_~,知道的朋友麻烦告诉我一声,大家一起探讨)
  Native Language Support --->
  <*>Simplified Chinese charset (CP936, GB2312)
  <*>NLS UTF8
  5、另外,如果想让内核把它当成SCSI设备来处理的话,只要把上面:
  Device Drivers --->
  Block devices --->
  <*>Low Performance USB Block driver
  的 Low Performance USB Block driver这个选项去掉,然后把:
  Device Drivers --->
  SCSI device support --->
  <*>SCSI disk support
  的SCSI disk support这个选项选上,重新编译内核就行。
  /***************************************end from*********************************************/

本文转自
http://www.lpi-china.org/bbs/viewthread.php?tid=4146&extra=page%3D1
原创粉丝点击