vbox的更動 57358 路徑 trunk/src/VBox/Devices/Input/UsbKbd.cpp
- 時間撮記:
- 2015-8-14 下午03:16:38 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Input/UsbKbd.cpp
r56292 r57358 46 46 */ 47 47 48 /******************************************************************************* 49 * Header Files * 50 *******************************************************************************/ 48 49 /********************************************************************************************************************************* 50 * Header Files * 51 *********************************************************************************************************************************/ 51 52 #define LOG_GROUP LOG_GROUP_USB_KBD 52 53 #include <VBox/vmm/pdmusb.h> … … 62 63 63 64 64 /******************************************************************************* 65 * Defined Constants And Macros *66 ******************************************************************************* /65 /********************************************************************************************************************************* 66 * Defined Constants And Macros * 67 *********************************************************************************************************************************/ 67 68 /** @name USB HID string IDs 68 69 * @{ */ … … 104 105 /** @} */ 105 106 106 /******************************************************************************* 107 * Structures and Typedefs * 108 *******************************************************************************/ 107 108 /********************************************************************************************************************************* 109 * Structures and Typedefs * 110 *********************************************************************************************************************************/ 109 111 110 112 /** … … 224 226 typedef USBHID *PUSBHID; 225 227 226 /******************************************************************************* 227 * Global Variables * 228 *******************************************************************************/ 228 229 /********************************************************************************************************************************* 230 * Global Variables * 231 *********************************************************************************************************************************/ 229 232 static const PDMUSBDESCCACHESTRING g_aUsbHidStrings_en_US[] = 230 233 { … … 376 379 377 380 378 /******************************************************************************* 379 * Internal Functions *380 ******************************************************************************* /381 /********************************************************************************************************************************* 382 * Internal Functions * 383 *********************************************************************************************************************************/ 381 384 382 385
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器