get_input_devices
status_t get_input_devices(BList* list);
friend status_t get_input_devices(BList* list);
if ((err = get_input_devices(&list))!=B_OK) {
status_t status = get_input_devices(&devList);
if ((err = get_input_devices(&list))!=B_OK)