forgot about pairing notification on receiver...

This commit is contained in:
Daniel Pavel 2013-06-21 16:32:29 +02:00
parent 8cd3b8fdef
commit 81ae4c8d4d
1 changed files with 0 additions and 5 deletions

View File

@ -264,11 +264,6 @@ def _skip_incoming(handle, ihandle, notifications_hook):
def make_notification(devnumber, data):
"""Guess if this is a notification (and not just a request reply), and
return a Notification tuple if it is."""
if devnumber == 0x0FF:
# Assuming no notifications come for the receiver.
# Some notifications may come _from_ the receiver, but for one of its peripherals.
return
sub_id = ord(data[:1])
if sub_id & 0x80 == 0x80:
# if this is a HID++1.0 register r/w, bail out