Warning, /plasma/bluedevil/src/wizard/pin-code-database.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 
0003 <!-- This is a PIN code database for use in the Bluetooth wizard.
0004 
0005   SPDX-FileCopyrightText: 2008-2009 Bastien Nocera <hadess@hadess.net>
0006 
0007   SPDX-License-Identifier: GPL-2.0-or-later
0008 -->
0009 
0010 <!--
0011   The wizard will match devices, following the order of the XML file [1],
0012   on any combination of type, OUI, or name.
0013 
0014   The special NULL pin means that the devices will not be paired, but
0015   connected to and marked as trusted. This is for devices such as mice
0016   and joypads where there is no encryption
0017 
0018   If a device can use a random PIN but is limited in the number of digits that
0019   can be entered, then set the "pin" attribute should be set to "max:X" where X
0020   is the maximum number of digits, for example max:4 for 4 digits.
0021 
0022   [1]: So specific devices should be at the top, and generic ones at the bottom,
0023   so settings for specific devices are overridden as expected.
0024 -->
0025 
0026 <!DOCTYPE devices [
0027     <!ELEMENT devices (device)+>
0028     <!ELEMENT device EMPTY>
0029     <!ATTLIST device type (any|mouse|tablet|keyboard|headset|headphones|audio|printer|network) "any">
0030     <!ATTLIST device oui CDATA #IMPLIED>
0031     <!ATTLIST device name CDATA #IMPLIED>
0032     <!ATTLIST device pin CDATA #REQUIRED>
0033 ]>
0034 
0035 <devices>
0036 
0037 <!-- Input devices -->
0038 
0039     <!-- TomTom Go remote -->
0040     <device type="keyboard" oui="00:13:6C:" name="TomTom Remote" pin="0000"/>
0041 
0042     <!-- Sony PlayStation 3 Remote Control -->
0043     <device oui="00:19:C1:" name="PLAYSTATION(R)3 Controller" pin="NULL"/>
0044     <device oui="00:1E:3D:" name="PLAYSTATION(R)3 Controller" pin="NULL"/>
0045     <device oui="00:06:F5:" name="PLAYSTATION(R)3 Controller" pin="NULL"/>
0046 
0047     <!-- Apple Wireless and Mighty Mouse
0048          Note: Apple doesn't follow the specs, and requires their mice to be paired -->
0049     <device oui="00:0A:95:" type="mouse" pin="0000"/>
0050     <device oui="00:14:51:" type="mouse" pin="0000"/>
0051     <device oui="34:15:9E:" type="mouse" pin="0000"/>
0052     <device oui="C4:2C:03:" type="mouse" pin="0000"/>
0053 
0054     <!-- Apple Magic Trackpad
0055          Note: same as above, tablet needs to be paired -->
0056     <device oui="D8:A2:5E:" type="tablet" pin="0000"/>
0057     <device oui="28:37:37:" type="tablet" pin="0000"/>
0058     <device oui="C8:BC:C8:" type="tablet" pin="0000"/>
0059 
0060     <!-- Microsoft mice
0061          Again, same as above -->
0062     <device oui="7C:1E:52:" type="mouse" name="Microsoft Wedge Touch Mouse" pin="0000"/>
0063     <device oui="00:1D:D8:" type="mouse" name="Microsoft Wireless Notebook Presenter Mouse 8000" pin="0000"/>
0064 
0065     <!-- BT-GPS8 JENTRO, GPS mouse -->
0066     <device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>
0067 
0068     <!-- Lenovo Ideacenter remote -->
0069     <device oui="00:08:1B:" name="lenovo_RC" pin="0000"/>
0070 
0071 <!-- GPS devices -->
0072 
0073     <device oui="00:0D:B5:" name="TomTom Wireless GPS MkII" pin="0000"/>
0074     <device oui="00:0D:B5:" name="GPS-GW-005" pin="0000"/>
0075 
0076     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560870 -->
0077     <device oui="00:0A:3A:" name="BT GPS" pin="0000"/>
0078 
0079     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560606 -->
0080     <device oui="00:1B:C1:" name="HOLUX_M-241" pin="0000"/>
0081     <device oui="00:01:C1:" name="HOLUX_M-241" pin="0000"/>
0082 
0083     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560713 -->
0084     <device oui="00:0B:24:" name="Triceiver" pin="0000"/>
0085 
0086     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560715 -->
0087     <device oui="00:00:00:" name="BT-Q880" pin="0000"/>
0088 
0089     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560625 -->
0090     <device oui="00:11:67:" name="eGPS-397" pin="0000"/>
0091 
0092     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560604 -->
0093     <device oui="00:1B:C1:" name="HOLUX_M-1000" pin="0000"/>
0094 
0095     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561326 -->
0096     <device oui="00:0B:0D:" name="G-Rays1" pin="0000"/>
0097 
0098     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=571119 -->
0099     <device oui="00:0B:0D:" name="G-Rays2" pin="0000"/>
0100 
0101     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561327 -->
0102     <device oui="00:0A:3A:" name="HUDGPS" pin="0000"/>
0103 
0104     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=562479 -->
0105     <device oui="00:0B:0D:" name="iBT-GPS" pin="0000"/>
0106     <device oui="00:1C:88:" name="iBT-GPS" pin="0000"/>
0107 
0108     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=563554 -->
0109     <device oui="00:0D:B5:" name="BT-GPS-37A4C2" pin="0000"/>
0110 
0111     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=563614 -->
0112     <device oui="00:0B:0D:" name="HOLUX GPSlim240" pin="0000"/>
0113 
0114     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=563554 -->
0115     <device oui="00:0D:B5:" name="BT-GPS-37A4C2" pin="0000"/>
0116 
0117     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=576490 -->
0118     <device oui="00:0D:B5:" name="BT-GPS-339D35" pin="0000"/>
0119 
0120     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560315#c20 -->
0121     <device oui="00:02:5B:" name="Pharos iGPS-BT" pin="12345678"/>
0122 
0123     <!-- https://bugzilla.redhat.com/show_bug.cgi?id=472686#c0 -->
0124     <device oui="00:00:00:" name="Rikaline" pin="0000"/>
0125 
0126     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560609 -->
0127     <device oui="00:18:96:" name="GW-GPS-009" pin="0000"/>
0128 
0129     <!-- https://bugzilla.gnome.org/show_bug.cgi?id=613698 -->
0130     <device oui="00:0C:A5:" name="NAVMAN GPS ONE" pin="NAVMAN"/>
0131 
0132 <!-- Audio devices -->
0133 
0134     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=560315 -->
0135     <device type="headset" name="X3 micro" pin="1234"/>
0136 
0137     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561324 -->
0138     <device type="headset" oui="00:03:C9:" name="BT Headset" pin="1111"/>
0139 
0140     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=573059 -->
0141     <device type="headset" oui="00:12:A1:" name="BT Stereo Headset" pin="1234"/>
0142 
0143     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=561325 -->
0144     <device type="network" oui="00:06:66:" name="OBDPros scantool" pin="1234"/>
0145 
0146     <!-- http://bugzilla.gnome.org/show_bug.cgi?id=583651 -->
0147     <device type="audio" oui="00:1A:80:" name="CMT-DH5BT" pin="max:4"/>
0148 
0149 <!-- Generic types -->
0150 
0151     <!-- Printers -->
0152     <device type="printer" pin="0000"/>
0153 
0154     <!-- Headphones and headsets -->
0155     <device type="headphones" pin="0000"/>
0156     <device type="headset" pin="0000"/>
0157     <device type="audio" pin="0000"/>
0158 
0159 </devices>