Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 
  2 There are two test programs here.
  3 
  4 The one called "hrtview" is a student product from Summer 2004.
  5 It did not work well for me, so I made a chopped down version,
  6 called "hrttest".  It is sufficient to verify that the device
  7 initialization works, and that the "read" operation works.
  8 Neither of these is presented as a finished product.
  9 
 10 Both programs requires "SDL", the Simple Directmedia Layer,
 11 which can be downloaded from http://www.libsdl.org.
 12 
 13 
 14 
 15 
  This page was automatically generated by the LXR engine.