After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643314 - Add another Bluetooth address OUI for Nintendo Wiimote
Add another Bluetooth address OUI for Nintendo Wiimote
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: wizard
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-02-25 17:36 UTC by Daniele Forsi
Modified: 2011-04-04 15:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds "00:17:AB:" (790 bytes, patch)
2011-02-25 17:36 UTC, Daniele Forsi
none Details | Review
wizard: Support all the Wiimotes (951 bytes, patch)
2011-03-31 15:19 UTC, Bastien Nocera
committed Details | Review

Description Daniele Forsi 2011-02-25 17:36:04 UTC
A recent Wiimote has an "00:17:AB:" OUI.
Comment 1 Daniele Forsi 2011-02-25 17:36:42 UTC
Created attachment 181933 [details] [review]
Adds "00:17:AB:"
Comment 2 Bastien Nocera 2011-02-25 17:42:42 UTC
Looks good to commit. Want to look at bug 603845? If it works, it should allow pairing the wiimote properly, so it's easier to use (no need to press buttons when you turn it on).
Comment 3 Daniele Forsi 2011-02-28 19:40:29 UTC
I'm looking at bug 603845. A bluez plugin based on vid+pid for persistent syncing (red button) will ignore the oui and we probably still need the bluetooh-wizard for temporary syncing (1+2 buttons) with a NULL pin like now, but since there are at least 80 millions of Wiimotes there are many ouis we don't know yet so we should probably add a generic line:

<device name="Nintendo RVL-CNT-01" pin="NULL"/>
Comment 4 Bastien Nocera 2011-03-01 13:06:04 UTC
I'll take a patch :)
Comment 5 Bastien Nocera 2011-03-31 15:19:23 UTC
Created attachment 184791 [details] [review]
wizard: Support all the Wiimotes

Not just the ones for which we know the OUI.
Comment 6 Bastien Nocera 2011-04-04 15:50:14 UTC
Fixed in 3.0. We should have something directly in bluez/bluetoothd when 3.2 is released.