CHANGES
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. This tarball is ixj-0.3.4a-gpl.tgz and has the following changes included
  2. since the previous release:
  3. MAJOR CHANGES:
  4. - Quicknet releases the drivers under the GPL!  Quicknet has also been
  5. working closely with Alan Cox and has submitted the drivers to become
  6. part of future linux kernels.  Alan has accepted the drivers into the
  7. 2.2.14pre15 pre-patch and we expect them to be part of the linux
  8. 2.2.14 kernel.
  9. - you will now need to include the following in your code to use the 
  10. drivers:
  11. #include <linux/telephony.h>
  12. #include <linux/ixjuser.h>
  13. - you can make the drivers to default to the old fashioned manual isapnp
  14. methods or use the newer iaspnp module.  Choose at make time:
  15. make ixj-pnp
  16.    - or - 
  17. make ixj-manaul
  18. - see the ixj.txt file for more details on manual configuration
  19. - code to use the cards now uses /dev/phoneX not /dev/ixjX - the
  20. install script that's part of the make creates the right devices for
  21. you.  The phonedev.o module actually allocates the minor device number
  22. for you.  Thanks go to Alan Cox for this great new code to facilitate
  23. multi-vendor phone operation using one consistent device name.
  24. - the sample code is now part of the (separate) SDK.  We'll be
  25. releasing this as quickly as we can get the code converted to the new
  26. method (/dev/phoneX).