···349349}350350351351352352-/**352352+/*353353 * Process notifications coming from the radio control interface354354 *355355 * @rc: UWB Radio Control Interface descriptor···400400 uwb_evt->type = UWB_EVT_TYPE_NOTIF;401401 uwb_evt->notif.size = size;402402 uwb_evt->notif.rceb = rceb;403403-404404- switch (le16_to_cpu(rceb->wEvent)) {405405- /* Trap some vendor specific events406406- *407407- * FIXME: move this to handling in ptc-est, where we408408- * register a NULL event handler for these two guys409409- * using the Intel IDs.410410- */411411- case 0x0103:412412- dev_info(dev, "FIXME: DEVICE ADD\n");413413- return;414414- case 0x0104:415415- dev_info(dev, "FIXME: DEVICE RM\n");416416- return;417417- default:418418- break;419419- }420403421404 uwbd_event_queue(uwb_evt);422405}