linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] Re: Jumpy cursor with Wacom Graphire Bluetooth
Date: Mon, 28 Nov 2005 01:02:47 +0100	[thread overview]
Message-ID: <1133136167.13629.58.camel@blade> (raw)
In-Reply-To: <20051127234927.GI15156@polar.elf12.net>

Hi Robert,

> > >  panorama:/etc/udev# sdptool browse --raw 00:13:C2:00:11:2C
> > >  panorama:/etc/udev# 
> > 
> > the do "sdptool search --bdaddr 00:13:C2:00:11:2C --raw <hid|did>" and
> > see what comes out.
> 
> Aha. Looks similar to "sdptool records --raw addr".
> 
> 
> siemer@panorama:~$ sdptool search --bdaddr 00:13:C2:00:11:2C --raw did
> Sequence
>         Attribute 0x0000 - ServiceRecordHandle
>                 UINT32 0x00010001
>         Attribute 0x0001 - ServiceClassIDList
>                 Sequence
>                         UUID16 0x1200 - PnPInformation
>         Attribute 0x0004 - ProtocolDescriptorList
>                 Sequence
>                         Sequence
>                                 UUID16 0x0100 - L2CAP
>                                 UINT16 0x0001
>                         Sequence
>                                 UUID16 0x0001 - SDP
>         Attribute 0x0006 - LanguageBaseAttributeIDList
>                 Sequence
>                         UINT16 0x656e
>                         UINT16 0x006a
>                         UINT16 0x0100
>         Attribute 0x0009 - BluetoothProfileDescriptorList
>                 Sequence
>                         Sequence
>                                 UUID16 0x1200 - PnPInformation
>                                 UINT16 0x0100
>         Attribute 0x0101
>                 String WACOM Pen Tablet
>         Attribute 0x0200
>                 UINT16 0x0100
>         Attribute 0x0201
>                 UINT16 0x056a
>         Attribute 0x0202
>                 UINT16 0x0081
>         Attribute 0x0203
>                 UINT16 0x0100
>         Attribute 0x0204
>                 Bool True
>         Attribute 0x0205
>                 UINT16 0x0002
> siemer@panorama:~$ 

so this uses USB vendor and product ids of 056a:0081. So only thing that
makes me worry is, that all USB based Wacom tablets are blacklisted in
the hid-core.c file in the Linux kernel. Maybe there is a reason for it
and you need some crappy X-Window driver to make it work correctly.

> siemer@panorama:~$ sdptool search --bdaddr 00:13:C2:00:11:2C --raw hid
> Sequence
>         Attribute 0x0000 - ServiceRecordHandle
>                 UINT32 0x00010000
>         Attribute 0x0001 - ServiceClassIDList
>                 Sequence
>                         UUID16 0x1124 - HumanInterfaceDeviceService
> (HID)
>         Attribute 0x0004 - ProtocolDescriptorList
>                 Sequence
>                         Sequence
>                                 UUID16 0x0100 - L2CAP
>                                 UINT16 0x0011
>                         Sequence
>                                 UUID16 0x0011 - HIDP
>         Attribute 0x0006 - LanguageBaseAttributeIDList
>                 Sequence
>                         UINT16 0x656e
>                         UINT16 0x006a
>                         UINT16 0x0100
>         Attribute 0x0009 - BluetoothProfileDescriptorList
>                 Sequence
>                         Sequence
>                                 UUID16 0x1124 -
> HumanInterfaceDeviceService (HID)
>                                 UINT16 0x0100
>         Attribute 0x000d - AdditionalProtocolDescriptorLists
>                 Sequence
>                         Sequence
>                                 Sequence
>                                         UUID16 0x0100 - L2CAP
>                                         UINT16 0x0013
>                                 Sequence
>                                         UUID16 0x0011 - HIDP
>         Attribute 0x0100
>                 String Tablet
>         Attribute 0x0101
>                 String WACOM Pen Tablet
>         Attribute 0x0102
>                 String WACOM
>         Attribute 0x0200
>                 UINT16 0x0100
>         Attribute 0x0201
>                 UINT16 0x0100
>         Attribute 0x0202
>                 UINT8 0x80
>         Attribute 0x0203
>                 UINT8 0x21
>         Attribute 0x0204
>                 Bool True
>         Attribute 0x0205
>                 Bool True
>         Attribute 0x0206
>                 Sequence
>                         Sequence
>                                 UINT8 0x22
>                                 String 05 01 09 02 a1 01 85 02 09 01 a1
> 00 05 09 19 01 29 03 15 00 25 01 95 03 75 01 81 02 95 01 75 05 81 01 05
> 01 09 30 09 31 09 38 15 81 25 7f 75 08 95 03 81 06 c0 c0 05 0d 09 01 a1
> 01 85 03 a1 00 06 00 ff 09 01 15 00 26 ff 00 75 08 95 07 81 02 c0 09 02
> 85 03 95 01 b1 02 09 03 85 04 95 01 b1 02 09 04 85 05 95 01 b1 02 09 05
> 85 06 95 01 b1 02 09 06 85 07 95 01 b1 02 09 07 85 08 95 01 b1 02 09 08
> 85 09 95 01 b1 02 c0
>         Attribute 0x0207
>                 Sequence
>                         Sequence
>                                 UINT16 0x0409
>                                 UINT16 0x0100
>         Attribute 0x0208
>                 Bool False
>         Attribute 0x0209
>                 Bool True
>         Attribute 0x020a
>                 Bool True
>         Attribute 0x020b
>                 UINT16 0x0100
>         Attribute 0x020c
>                 UINT16 0x1f40
>         Attribute 0x020d
>                 Bool False
>         Attribute 0x020e
>                 Bool True
> siemer@panorama:~$ 

Nothing special in here, but someone should decode the report descriptor
to see what this device expects.

You wrote something about a switch. Is there a difference in the SDP
records if you choose a different setting?

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

  reply	other threads:[~2005-11-28  0:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-08 13:25 [Bluez-devel] Jumpy cursor with Wacom Graphire Bluetooth Robert Siemer
2005-10-08 13:29 ` Marcel Holtmann
2005-10-08 14:23   ` Robert Siemer
2005-10-08 15:01     ` Marcel Holtmann
2005-10-08 16:30       ` Robert Siemer
2005-10-08 17:28       ` Dimitry Andric
2005-11-27 17:42 ` [Bluez-devel] " Robert Siemer
2005-11-27 18:26   ` Marcel Holtmann
2005-11-27 18:49     ` Robert Siemer
2005-11-27 19:26       ` Marcel Holtmann
2005-11-27 21:38         ` Robert Siemer
2005-11-27 21:56           ` Marcel Holtmann
2005-11-27 23:04             ` Robert Siemer
2005-11-27 23:11               ` Marcel Holtmann
2005-11-27 23:49                 ` Robert Siemer
2005-11-28  0:02                   ` Marcel Holtmann [this message]
2005-11-28  1:53                     ` Robert Siemer
2005-11-28  2:08                       ` Marcel Holtmann
2005-11-28  2:29                         ` Robert Siemer
2005-11-28  2:57                           ` Marcel Holtmann
2005-11-28  8:44                             ` Robert Siemer
2005-11-28  9:00                               ` Marcel Holtmann
2005-11-28  9:21                                 ` Robert Siemer
2005-11-28  9:36                                   ` Marcel Holtmann
2005-11-28 10:22                                     ` Robert Siemer
2005-11-28 10:29                                       ` Marcel Holtmann
2005-11-27 23:13               ` Robert Siemer
2005-11-27 21:24     ` Robert Siemer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1133136167.13629.58.camel@blade \
    --to=marcel@holtmann.org \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).