quick question; did usb hid change from .12 to .13-rc3 on x86_64?

2005-07-28 Thread David Ford
I've a quick question before I start digging through patches between .12 
and .13-rc3, /dev/input/mice (usb mice) stopped yielding data.  dmesg 
indicates removal/re-insertion of the device but no driver registers and 
nothing comes from /dev/input/mice.


I have rc-3 on other machines and the mouse is working fine, so it's got 
to be something specific to this machine.  It's an AMD64 machine.


:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at b400 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at b800 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at c000 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at c400 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) 
(prog-if 20 [EHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   Memory at fdf0 (32-bit, non-prefetchable) [size=256]
   Capabilities: [80] Power Management version 2


Scott ~ # zcat /proc/config.gz|egrep -i "^CON.*(_hid|mouse)"
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_IDMOUSE=y

2.6.12:
usb 3-2: USB disconnect, address 2
usb 3-2: new low speed USB device using uhci_hcd and address 3
midi: probe of 3-2:1.0 failed with error -5
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-:00:10.1-2

2.6.13-rc3
usb 3-2: USB disconnect, address 2
usb 3-2: new low speed USB device using uhci_hcd and address 3
midi: probe of 3-2:1.0 failed with error -5

david

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


quick question; did usb hid change from .12 to .13-rc3 on x86_64?

2005-07-28 Thread David Ford
I've a quick question before I start digging through patches between .12 
and .13-rc3, /dev/input/mice (usb mice) stopped yielding data.  dmesg 
indicates removal/re-insertion of the device but no driver registers and 
nothing comes from /dev/input/mice.


I have rc-3 on other machines and the mouse is working fine, so it's got 
to be something specific to this machine.  It's an AMD64 machine.


:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at b400 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at b800 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at c000 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 
1.1 Controller (rev 81) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   I/O ports at c400 [size=32]
   Capabilities: [80] Power Management version 2

:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) 
(prog-if 20 [EHCI])

   Subsystem: ASUSTeK Computer Inc. A7V600 motherboard
   Flags: bus master, medium devsel, latency 64, IRQ 201
   Memory at fdf0 (32-bit, non-prefetchable) [size=256]
   Capabilities: [80] Power Management version 2


Scott ~ # zcat /proc/config.gz|egrep -i ^CON.*(_hid|mouse)
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_IDMOUSE=y

2.6.12:
usb 3-2: USB disconnect, address 2
usb 3-2: new low speed USB device using uhci_hcd and address 3
midi: probe of 3-2:1.0 failed with error -5
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-:00:10.1-2

2.6.13-rc3
usb 3-2: USB disconnect, address 2
usb 3-2: new low speed USB device using uhci_hcd and address 3
midi: probe of 3-2:1.0 failed with error -5

david

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/