Exemple #1
0
/* Wrapper functions to integrate the usb driver in ethersex */
void
usb_periodic(void)
{
  usbPoll();

#ifdef USB_NET_SUPPORT
  usb_net_periodic();
#endif
}
Exemple #2
0
/* Wrapper functions to integrate the usb driver in ethersex */
void
usb_periodic(void)
{
  usbPoll();

#ifdef USB_NET_SUPPORT
  usb_net_periodic();
#endif
#ifdef USB_KEYBOARD_SUPPORT
  usb_keyboard_periodic();
#endif
}