All of lore.kernel.org
 help / color / mirror / Atom feed
From: Apostolos Bartziokas <barz621@gmail.com>
To: Nestor Lopez Casado <nlopezcasad@logitech.com>
Cc: Josip Rodin <joy@debbugs.entuzijast.net>,
	Jiri Kosina <jkosina@suse.cz>,
	Benjamin Tissoires <benjamin.tissoires@gmail.com>,
	linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	685360@bugs.debian.org, john.ettedgui@gmail.com,
	dh.herrmann@googlemail.com
Subject: Bug#685360: HID: Fix missing Unifying device issue
Date: Mon, 08 Oct 2012 22:42:09 +0300	[thread overview]
Message-ID: <50732C91.20005@gmail.com> (raw)
In-Reply-To: <CAE7qMrrjeMBzfofaY+2O4CAh3OSDaK3fDe_c8Hh8Y2web7kUqQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3383 bytes --]

Nestor hello

Sorry for bringing this up again but i tested the patch now that it 
reached the stable kernels and when i connect it to the rear panel of my 
motherboard i get:

Oct 08 22:11:43 mainland kernel: usb 3-2: >USB disconnect, device number 2
Oct 08 22:12:04 mainland kernel: usb 1-2: >new full-speed USB device 
number 3 using xhci_hcd
Oct 08 22:12:05 mainland kernel: logitech-djreceiver 
0003:046D:C52B.0009: >hiddev0,hidraw2: USB HID v1.11 Device [Logitech 
USB Receiver] on usb-0000:00:14.0-2/input2
Oct 08 22:12:05 mainland kernel: logitech-djreceiver 
0003:046D:C52B.0009: >logi_dj_probe:logi_dj_recv_query_paired_devices 
error:-32
Oct 08 22:12:05 mainland kernel: logitech-djreceiver: probe of 
0003:046D:C52B.0009 failed with error -32
Oct 08 22:13:50 mainland kernel: usb 1-2: >USB disconnect, device number 3
Oct 08 22:13:57 mainland kernel: usb 5-1.6: >new full-speed USB device 
number 3 using ehci_hcd
Oct 08 22:13:58 mainland kernel: logitech-djreceiver 
0003:046D:C52B.000C: >hiddev0,hidraw2: USB HID v1.11 Device [Logitech 
USB Receiver] on usb-0000:00:1a.0-1.6/input2
Oct 08 22:14:01 mainland kernel: input: Logitech Unifying Device. 
Wireless PID:101a as 
/devices/pci0000:00/0000:00:1a.0/usb5/5-1/5-1.6/5-1.6:1.2/0003:046D:C52B.000C/input/input15
Oct 08 22:14:01 mainland kernel: logitech-djdevice 0003:046D:C52B.000D: 
 >input,hidraw3: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless 
PID:101a] on usb-0000:00:1a.0-1.6:1
Oct 08 22:14:17 mainland kernel: usb 5-1.6: >USB disconnect, device number 3
Oct 08 22:14:20 mainland kernel: usb 1-2: >new full-speed USB device 
number 4 using xhci_hcd
Oct 08 22:14:20 mainland kernel: logitech-djreceiver 
0003:046D:C52B.0010: >hiddev0,hidraw2: USB HID v1.11 Device [Logitech 
USB Receiver] on usb-0000:00:14.0-2/input2
Oct 08 22:14:20 mainland kernel: logitech-djreceiver 
0003:046D:C52B.0010: >logi_dj_probe:logi_dj_recv_query_paired_devices 
error:-32
Oct 08 22:14:20 mainland kernel: logitech-djreceiver: probe of 
0003:046D:C52B.0010 failed with error -32

When i use a usb3 port it doesn't move at all and if i use a usb2 port 
its slow. When i use the front panel it works flawlessly. Could this be 
related to my POS Intel motherboard?

Kind regards and apologies if i raise a false alarm.

Apostolos B.
On 09/28/2012 10:57 AM, Nestor Lopez Casado wrote:
> Hello Josip,
>
> This really looks like a different problem from the one addressed with 
> this patch.
>
> I'll try to work on it as soon as I find some time for that.
>
> Thanks,
> Nestor.
>
> On Thu, Sep 27, 2012 at 8:56 PM, Josip Rodin 
> <joy@debbugs.entuzijast.net <mailto:joy@debbugs.entuzijast.net>> wrote:
>
>     On Thu, Sep 27, 2012 at 09:04:26AM +0200, Josip Rodin wrote:
>     > On Mon, Sep 24, 2012 at 11:30:28AM +0200, Nestor Lopez Casado wrote:
>     > > Josip, this is a different issue from the one addressed with
>     the patch.
>     > >
>     > > 1) Can you try it on a 3.2 kernel ?
>     >
>     > I can try that too, I'll let you know how it went.
>
>     Same thing, it doesn't work.
>
>     --
>          2. That which causes joy or happiness.
>     --
>     To unsubscribe from this list: send the line "unsubscribe
>     linux-input" in
>     the body of a message to majordomo@vger.kernel.org
>     <mailto:majordomo@vger.kernel.org>
>     More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>


[-- Attachment #2: Type: text/html, Size: 5274 bytes --]

  reply	other threads:[~2012-10-08 19:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-21 10:21 [PATCH 1/1] HID: Fix missing Unifying device issue Nestor Lopez Casado
2012-09-22  7:50 ` Jiri Kosina
2012-09-22 20:47   ` Jiri Kosina
2012-09-23 10:23 ` Bug#685360: " Josip Rodin
2012-09-23 10:23   ` Josip Rodin
2012-09-24  9:30   ` Bug#685360: " Nestor Lopez Casado
2012-09-27  7:04     ` Josip Rodin
2012-09-27 18:56       ` Josip Rodin
2012-09-28  7:57         ` Bug#685360: " Nestor Lopez Casado
2012-10-08 19:42           ` Apostolos Bartziokas [this message]
2012-10-09 10:15             ` Nestor Lopez Casado

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=50732C91.20005@gmail.com \
    --to=barz621@gmail.com \
    --cc=685360@bugs.debian.org \
    --cc=benjamin.tissoires@gmail.com \
    --cc=dh.herrmann@googlemail.com \
    --cc=jkosina@suse.cz \
    --cc=john.ettedgui@gmail.com \
    --cc=joy@debbugs.entuzijast.net \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nlopezcasad@logitech.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.