The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* 2.6-test3 compusa USB optical mouse
@ 2003-08-11  1:53 Warren Togami
  2003-08-11  4:52 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Warren Togami @ 2003-08-11  1:53 UTC (permalink / raw)
  To: linux-kernel

I normally use Logitech optical USB mice in Linux.  I bought a "CompUSA
Optical USB Notebook Mouse" for $14 and the following happens in dmesg
in kernel-2.6.0-test3.

Known bug?  Should I Bugzilla this?

hub 1-1:0: debounce: port 2: delay 100ms stable 4 status 0x301
hub 1-1:0: new USB device on port 2, assigned address 8
drivers/usb/core/message.c: selecting invalid configuration 0
usb 1-1.2: failed to set device 8 default configuration (error=-22)
hub 1-1:0: new USB device on port 2, assigned address 9
drivers/usb/core/message.c: selecting invalid configuration 0
usb 1-1.2: failed to set device 9 default configuration (error=-22)
Debug: sleeping function called from invalid context at
include/asm/uaccess.h:473
Call Trace:
 [<c011ab9b>] __might_sleep+0x5b/0x80
 [<c010cc66>] save_v86_state+0x66/0x1f0
 [<c010d737>] handle_vm86_fault+0xa7/0x8c0
 [<c01519fb>] do_sync_write+0x8b/0xc0
 [<c01a1e15>] inode_has_perm+0x65/0xa0
 [<c010b820>] do_general_protection+0x0/0xa0
 [<c010aae5>] error_code+0x2d/0x38
 [<c010a93b>] syscall_call+0x7/0xb



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6-test3 compusa USB optical mouse
  2003-08-11  1:53 2.6-test3 compusa USB optical mouse Warren Togami
@ 2003-08-11  4:52 ` Andrew Morton
  2003-08-11  6:31   ` Warren Togami
  2003-08-11  6:32   ` Warren Togami
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Morton @ 2003-08-11  4:52 UTC (permalink / raw)
  To: Warren Togami; +Cc: linux-kernel

Warren Togami <warren@togami.com> wrote:
>
> I normally use Logitech optical USB mice in Linux.  I bought a "CompUSA
> Optical USB Notebook Mouse" for $14 and the following happens in dmesg
> in kernel-2.6.0-test3.
> 
> Known bug?  Should I Bugzilla this?
> 
> hub 1-1:0: debounce: port 2: delay 100ms stable 4 status 0x301
> hub 1-1:0: new USB device on port 2, assigned address 8
> drivers/usb/core/message.c: selecting invalid configuration 0
> usb 1-1.2: failed to set device 8 default configuration (error=-22)
> hub 1-1:0: new USB device on port 2, assigned address 9
> drivers/usb/core/message.c: selecting invalid configuration 0
> usb 1-1.2: failed to set device 9 default configuration (error=-22)

You don't state whether the mouse actually works.

Assuming it doesn't, yes, please bugzilla it, or bug the folks at
linux-usb-devel@lists.sourceforge.net

> Debug: sleeping function called from invalid context at
> include/asm/uaccess.h:473
> Call Trace:
>  [<c011ab9b>] __might_sleep+0x5b/0x80
>  [<c010cc66>] save_v86_state+0x66/0x1f0
>  [<c010d737>] handle_vm86_fault+0xa7/0x8c0
>  [<c01519fb>] do_sync_write+0x8b/0xc0
>  [<c01a1e15>] inode_has_perm+0x65/0xa0
>  [<c010b820>] do_general_protection+0x0/0xa0
>  [<c010aae5>] error_code+0x2d/0x38
>  [<c010a93b>] syscall_call+0x7/0xb

This is probably due to userspace performing a system call while the CPU
has interrupts disabled.  Privileged apps can do this - the X server and
hwclock are two examples.

Longer-term we probably need to remove the irqs_disabled() test from
__might_sleep().


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6-test3 compusa USB optical mouse
  2003-08-11  4:52 ` Andrew Morton
@ 2003-08-11  6:31   ` Warren Togami
  2003-08-11  6:32   ` Warren Togami
  1 sibling, 0 replies; 4+ messages in thread
From: Warren Togami @ 2003-08-11  6:31 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, linux-usb-devel

On Sun, 2003-08-10 at 18:52, Andrew Morton wrote:
> Warren Togami <warren@togami.com> wrote:
> >
> > I normally use Logitech optical USB mice in Linux.  I bought a "CompUSA
> > Optical USB Notebook Mouse" for $14 and the following happens in dmesg
> > in kernel-2.6.0-test3.
> > 
> > Known bug?  Should I Bugzilla this?
> > 
> > hub 1-1:0: debounce: port 2: delay 100ms stable 4 status 0x301
> > hub 1-1:0: new USB device on port 2, assigned address 8
> > drivers/usb/core/message.c: selecting invalid configuration 0
> > usb 1-1.2: failed to set device 8 default configuration (error=-22)
> > hub 1-1:0: new USB device on port 2, assigned address 9
> > drivers/usb/core/message.c: selecting invalid configuration 0
> > usb 1-1.2: failed to set device 9 default configuration (error=-22)
> 
> You don't state whether the mouse actually works.
> 
> Assuming it doesn't, yes, please bugzilla it, or bug the folks at
> linux-usb-devel@lists.sourceforge.net

http://bugzilla.kernel.org/show_bug.cgi?id=1077
Filed Bugzilla.  Indeed the mouse does not work.

Thanks,
Warren Togami
warren@togami.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6-test3 compusa USB optical mouse
  2003-08-11  4:52 ` Andrew Morton
  2003-08-11  6:31   ` Warren Togami
@ 2003-08-11  6:32   ` Warren Togami
  1 sibling, 0 replies; 4+ messages in thread
From: Warren Togami @ 2003-08-11  6:32 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, linux-usb-devel

On Sun, 2003-08-10 at 18:52, Andrew Morton wrote:
> Warren Togami <warren@togami.com> wrote:
> >
> > I normally use Logitech optical USB mice in Linux.  I bought a "CompUSA
> > Optical USB Notebook Mouse" for $14 and the following happens in dmesg
> > in kernel-2.6.0-test3.
> > 
> > Known bug?  Should I Bugzilla this?
> > 
> > hub 1-1:0: debounce: port 2: delay 100ms stable 4 status 0x301
> > hub 1-1:0: new USB device on port 2, assigned address 8
> > drivers/usb/core/message.c: selecting invalid configuration 0
> > usb 1-1.2: failed to set device 8 default configuration (error=-22)
> > hub 1-1:0: new USB device on port 2, assigned address 9
> > drivers/usb/core/message.c: selecting invalid configuration 0
> > usb 1-1.2: failed to set device 9 default configuration (error=-22)
> 
> You don't state whether the mouse actually works.
> 
> Assuming it doesn't, yes, please bugzilla it, or bug the folks at
> linux-usb-devel@lists.sourceforge.net

http://bugzilla.kernel.org/show_bug.cgi?id=1077
Filed Bugzilla.  Indeed the mouse does not work.

Thanks,
Warren Togami
warren@togami.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-11  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11  1:53 2.6-test3 compusa USB optical mouse Warren Togami
2003-08-11  4:52 ` Andrew Morton
2003-08-11  6:31   ` Warren Togami
2003-08-11  6:32   ` Warren Togami

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox