Files | |
| file | main.c |
| Main routines of USB fallback driver. | |
Defines | |
| #define | NAME "usbflbk" |
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | usbfallback_add_device (usb_device_t *dev) |
| Callback when new device is attached and recognized by DDF. | |
Variables | |
| static usb_driver_t | usbfallback_driver |
| USB fallback driver. | |
| static usb_driver_ops_t | usbfallback_driver_ops |
| USB fallback driver ops. | |
The purpose of this driver is to simplify querying of unknown devices from within HelenOS (without a driver, no node at all may appear under /dev/devices).
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| static int usbfallback_add_device | ( | usb_device_t * | dev | ) | [static] |
1.4.7