目前分類:OneConnection (7)

瀏覽方式: 標題列表 簡短摘要
列一下接下來預計完成的工作:

1. Web authentication cross-platform
  • Using libcurl to implement it.

  • Graffine 發表在 痞客邦 留言(0) 人氣()

    1. 提供各個driver的entry point

    Supply entry points for the driver's standard routines.

    Graffine 發表在 痞客邦 留言(0) 人氣()

    視窗驅動程式資料

    Graffine 發表在 痞客邦 留言(0) 人氣()

    IRP (I/O Request Packet) : 內含command, data的一組封包。系統和Driver溝通時使用。

    1. 系統偵測到device,將對應的driver load到memory,呼叫driver的DeviceEntry()。

    Graffine 發表在 痞客邦 留言(0) 人氣()

    Kernal-Mode Driver Reference
    Standard Driver Routines

    This section describes the required and optional routines that you must implement in your driver to respond to calls from Windows or other drivers. When these routines are called, you must write code that responds to the call and returns the appropriate data in a timely manner.

    Graffine 發表在 痞客邦 留言(0) 人氣()

    1. Hub Device Class
    Microsoft provides the usbhub.sys driver for managing USB hubs. For more information about the relationship between the hub class driver and the USB stack, see USB Driver Stack. Also for general information about the hub device class, see the USB technology Web site.

    2. Human Interface Device (HID) Class

    Graffine 發表在 痞客邦 留言(0) 人氣()

    USB

    一個USB系統有一個host controller、幾個hub和一個root hub組成。
    其中root hub可以連接包含hub在內的127個USB設備,

    Graffine 發表在 痞客邦 留言(0) 人氣()