コード例 #1
0
ファイル: USBDeviceMode.c プロジェクト: 0tsuki/qmk_firmware
/** Event handler for the library USB Control Request reception event. */
void EVENT_USB_Device_ControlRequest(void)
{
	RNDIS_Device_ProcessControlRequest(&Ethernet_RNDIS_Interface_Device);
	MS_Device_ProcessControlRequest(&Disk_MS_Interface);
}
コード例 #2
0
ファイル: RNDISEthernet.c プロジェクト: Dzenik/RF-Pirate
/** Event handler for the library USB Unhandled Control Request event. */
void EVENT_USB_Device_UnhandledControlRequest(void)
{
	RNDIS_Device_ProcessControlRequest(&Ethernet_RNDIS_Interface);
}