Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125129
b: refs/heads/master
c: 02f11ee
h: refs/heads/master
i:
  125127: 327328e
v: v3
  • Loading branch information
David Vrabel committed Dec 12, 2008
1 parent 985fe41 commit bd2dd5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe6e87a4b570d2e435709746ba550a7197016bd0
refs/heads/master: 02f11ee181baa562df23e105ba930902f0d0b1bf
19 changes: 1 addition & 18 deletions trunk/drivers/uwb/neh.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ struct uwb_rc_neh *uwb_rc_neh_lookup(struct uwb_rc *rc,
}


/**
/*
* Process notifications coming from the radio control interface
*
* @rc: UWB Radio Control Interface descriptor
Expand Down Expand Up @@ -401,23 +401,6 @@ void uwb_rc_notif(struct uwb_rc *rc, struct uwb_rceb *rceb, ssize_t size)
uwb_evt->notif.size = size;
uwb_evt->notif.rceb = rceb;

switch (le16_to_cpu(rceb->wEvent)) {
/* Trap some vendor specific events
*
* FIXME: move this to handling in ptc-est, where we
* register a NULL event handler for these two guys
* using the Intel IDs.
*/
case 0x0103:
dev_info(dev, "FIXME: DEVICE ADD\n");
return;
case 0x0104:
dev_info(dev, "FIXME: DEVICE RM\n");
return;
default:
break;
}

uwbd_event_queue(uwb_evt);
}

Expand Down

0 comments on commit bd2dd5a

Please sign in to comment.