diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-15 16:24:52 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-15 16:24:52 +0000 | 
| commit | 1531f5fad2b5f6c2c645914639df5afd66c999cd (patch) | |
| tree | 6a7e535beb0f0c9bbc59b75f316a3948b20b5d55 | |
| parent | 675a0e69398d038ac64ff9e466f48ceda1fb6da9 (diff) | |
Add information about fake input devices
| -rw-r--r-- | hidd/Makefile.am | 2 | ||||
| -rw-r--r-- | hidd/fakehid.txt | 80 | 
2 files changed, 81 insertions, 1 deletions
| diff --git a/hidd/Makefile.am b/hidd/Makefile.am index 9d66ceda..2dedccaa 100644 --- a/hidd/Makefile.am +++ b/hidd/Makefile.am @@ -10,6 +10,6 @@ INCLUDES = -I$(top_srcdir)/common  man_MANS = hidd.1 -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = $(man_MANS) fakehid.txt  MAINTAINERCLEANFILES = Makefile.in diff --git a/hidd/fakehid.txt b/hidd/fakehid.txt new file mode 100644 index 00000000..b78e0436 --- /dev/null +++ b/hidd/fakehid.txt @@ -0,0 +1,80 @@ +EPox Presenter +============== + +# hcitool inq +Inquiring ... +        00:04:61:aa:bb:cc       clock offset: 0x1ded    class: 0x004000 + +# hcitool info 00:04:61:aa:bb:cc +Requesting information ... +        BD Address:  00:04:61:aa:bb:cc +        OUI Company: EPOX Computer Co., Ltd. (00-04-61) +        Device Name: EPox BT-PM01B aabbcc +        LMP Version: 1.1 (0x1) LMP Subversion: 0xf78 +        Manufacturer: Cambridge Silicon Radio (10) +        Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00 +                <3-slot packets> <5-slot packets> <encryption> <slot offset>  +                <timing accuracy> <role switch> <hold mode> <sniff mode>  +                <park state> <RSSI> <channel quality> <SCO link> <HV2 packets>  +                <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme>  +                <power control> <transparent SCO>  + +# sdptool records --raw 00:04:61:aa:bb:cc +Sequence +        Attribute 0x0000 - ServiceRecordHandle +                UINT32 0x00010000 +        Attribute 0x0001 - ServiceClassIDList +                Sequence +                        UUID16 0x1101 - SerialPort +        Attribute 0x0004 - ProtocolDescriptorList +                Sequence +                        Sequence +                                UUID16 0x0100 - L2CAP +                        Sequence +                                UUID16 0x0003 - RFCOMM +                                UINT8 0x01 +        Attribute 0x0100 +                String Cable Replacement + + +J-Three Keyboard +================ + +# hcitool inq +Inquiring ... +        00:0A:3A:aa:bb:cc       clock offset: 0x3039    class: 0x001f00 + +# hcitool info 00:0A:3A:aa:bb:cc +Password: +Requesting information ... +        BD Address:  00:0A:3A:aa:bb:cc +        OUI Company: J-THREE INTERNATIONAL Holding Co., Ltd. (00-0A-3A) +        Device Name: KEYBOARD +        LMP Version: 1.1 (0x1) LMP Subversion: 0x2c2 +        Manufacturer: Cambridge Silicon Radio (10) +        Features: 0xbc 0x06 0x07 0x00 0x00 0x00 0x00 0x00 +                <encryption> <slot offset> <timing accuracy> <role switch>  +                <sniff mode> <RSSI> <channel quality> <CVSD> <paging scheme>  +                <power control>  + +# sdptool records --raw 00:0A:3A:aa:bb:cc +Sequence +        Attribute 0x0000 - ServiceRecordHandle +                UINT32 0x00010000 +        Attribute 0x0001 - ServiceClassIDList +                Sequence +                        UUID16 0x1101 - SerialPort +        Attribute 0x0004 - ProtocolDescriptorList +                Sequence +                        Sequence +                                UUID16 0x0100 - L2CAP +                        Sequence +                                UUID16 0x0003 - RFCOMM +                                UINT8 0x01 +        Attribute 0x0006 - LanguageBaseAttributeIDList +                Sequence +                        UINT16 0x656e +                        UINT16 0x006a +                        UINT16 0x0100 +        Attribute 0x0100 +                String SPP slave | 
