From owner-freebsd-usb@FreeBSD.ORG Mon Feb 25 16:36:30 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 904E316A409 for ; Mon, 25 Feb 2008 16:36:30 +0000 (UTC) (envelope-from dhesser@accima.com) Received: from mail.odessaoffice.com (mail.odessaoffice.com [64.146.146.8]) by mx1.freebsd.org (Postfix) with ESMTP id 6B98513C45B for ; Mon, 25 Feb 2008 16:36:30 +0000 (UTC) (envelope-from dhesser@accima.com) Received: from belinda.androcles.org ([::ffff:64.146.146.203]) (AUTH: CRAM-MD5 dhesser@accima.com, TLS: TLSv1/SSLv3, 256bits, AES256-SHA) by mail.odessaoffice.com with esmtp; Mon, 25 Feb 2008 07:56:29 -0800 id 002F0100.47C2E52D.000010A9 Date: Mon, 25 Feb 2008 07:56:47 -0800 From: "Duane H. Hesser" To: freebsd-usb@freebsd.org Message-Id: <20080225075647.854d071f.dhesser@accima.com> In-Reply-To: <20080225022450.GA40942@plan0.kaiwan.csbnet.se> References: <200802242330.m1ONU4H3074911@freefall.freebsd.org> <20080225022450.GA40942@plan0.kaiwan.csbnet.se> X-Mailer: Sylpheed 2.4.0beta7 (GTK+ 2.12.3; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_mail.accima.com-4265-1203954990-0001-2" Subject: Re: usb/121052: Microsoft Notebook Optical Mouse 3000 (model 1049) doesn't work X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dhesser@accima.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 16:36:30 -0000 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_mail.accima.com-4265-1203954990-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On Mon, 25 Feb 2008 03:24:50 +0100 Kai Wang wrote: > > + sc->flags = UMS_Z; > + sc->nbuttons = 3; > + sc->sc_isize = 5; > + sc->sc_iid = 17; > + sc->sc_loc_x.pos = 8; > + sc->sc_loc_y.pos = 16; > + sc->sc_loc_z.pos = 24; > + sc->sc_loc_btn[0].pos = 0; > + sc->sc_loc_btn[1].pos = 1; > + sc->sc_loc_btn[2].pos = 2; The above does not appear to be quite correct, despite a report from oliver@ that the patch is working. The ms3000 provides multiple input reports, and thus prepends and "ID" byte to each report, so the button bits will start at 8, and the x.pos will be at 16. I am attaching a rather verbose connection report for an ms3000 which is generated by a revised ums driver which I hope to post to my ISP account within a couple of days. I am also attaching a "mouse report" generated by a new program ("mouse_report") which takes advantage of information which the revised driver makes available. (I don't recall whether these lists are allowing attachments, so I will post the files at http://accima.com/members/dhesser/fbsd_mouse_stuff/ms3000-report.txt and http://accima.com/members/dhesser/fbsd_mouse_stuff/ms3000connectmsgs.txt for those who wish to see). The revised driver is intended to support all mice which reasonably conform to the HID spec, including those which offer multiple input reports (and including the Microsoft 3000). The 3000 has a couple of anomalies. It reports a tilt wheel, but does not offer tilt. It reports 5 buttons, but has only 3. The mouse data is provided in an input with ID 17 (0x11), but a private input report with ID 21 (0x15) is also provided whether it is requested or not, at the polling frequency. The mouse ignores any attempt to "set_idle(interface,0,0) which is intended to cause input reports to be sent only when there is new data. The odd thing is that the "real" input report behaves properly, but the private one won't shut up. The revised driver ignores the private report. I am puzzled that the positions in your patch (which don't account for the ID byte) are reported to work. Any thoughts? -------------- -- Duane H. Hesser --=_mail.accima.com-4265-1203954990-0001-2 Content-Type: text/plain; name="ms3000-report.txt"; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ms3000-report.txt" /dev/ums0: idVendor =3D 0x045e idProduct =3D 0x00e1 bcdDevice =3D 0x0007 iManufacturer =3D 1 =3D "Microsoft" iProduct =3D 2 =3D "Microsoft Wireless Optical Mouse= =AE 1.00" iSerialNumber =3D 0 =3D "" bNumConfigurations =3D 1 bDeviceClass =3D 0 bDeviceSubClass =3D 0 bDeviceProtocol =3D 0 bMaxPacketSize =3D 8 Interface 0: bInterfaceClass =3D 0x3 bInterfaceSubClass =3D 0x1 bInterfaceProtocol =3D 0x2 bInterfaceNumber =3D 0x0 bNumEndpoints =3D 0x1 bLength =3D 0x9 bDescriptorType =3D 0x4 bAlternateSetting =3D 0x0 iInterface =3D 0x0 =3D "" =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D REPORT DESCRIPTOR -- 274 bytes =3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D START INPUT REPORT =3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D ( 1) COLLECTION/1 Application | pos=3D 0 = usage: 0x000c/0x0001 =3D Consumer/Consumer_Control ( 2) COLLECTION/2 Logical | pos=3D 0 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse ( 3) INPUT | report ID=3D19, pos=3D 0, size=3D 8 bits, c= ount=3D1, usage: 0x000c/0x0238 =3D Consumer/AC_Pan ( 4) INPUT | report ID=3D20, pos=3D 8, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xfe01 =3D Microsoft/0xfe01 ( 5) INPUT | report ID=3D20, pos=3D10, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xfe02 =3D Microsoft/0xfe02 ( 6) INPUT | report ID=3D20, pos=3D11, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xfe00 =3D Microsoft/0xfe00 ( 7) INPUT | report ID=3D20, pos=3D12, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xff03 =3D Microsoft/0xff03 ( 8) INPUT | report ID=3D20, pos=3D14, size=3D 2 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad ( 9) INPUT | report ID=3D21, pos=3D16, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xff0b =3D Microsoft/0xff0b (10) INPUT | report ID=3D21, pos=3D17, size=3D 7 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (11) INPUT | report ID=3D21, pos=3D24, size=3D16 bits, c= ount=3D1, usage: 0xff00/0xff0d =3D Microsoft/0xff0d (12) ENDCOLLECT/2 pos=3D40 (13) ENDCOLLECT/1 pos=3D40 (14) COLLECTION/1 Application | pos=3D40 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse (15) COLLECTION/2 Logical | pos=3D40 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse (16) COLLECTION/3 Physical | pos=3D40 = usage: 0x0001/0x0001 =3D Generic_Desktop/Pointer (17) INPUT | report ID=3D17, pos=3D40, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0001 =3D Button/Button_1 (18) INPUT | report ID=3D17, pos=3D41, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0002 =3D Button/Button_2 (19) INPUT | report ID=3D17, pos=3D42, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0003 =3D Button/Button_3 (20) INPUT | report ID=3D17, pos=3D43, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0004 =3D Button/Button_4 (21) INPUT | report ID=3D17, pos=3D44, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0005 =3D Button/Button_5 (22) INPUT | report ID=3D17, pos=3D45, size=3D 3 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (23) INPUT | report ID=3D17, pos=3D48, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0030 =3D Generic_Desktop/X (24) INPUT | report ID=3D17, pos=3D56, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0031 =3D Generic_Desktop/Y (25) COLLECTION/4 Logical | pos=3D64 = usage: 0x0000/0x0000 =3D 0x00/0x00 (26) INPUT | report ID=3D17, pos=3D64, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0048 =3D Generic_Desktop/0x48 (27) ENDCOLLECT/4 pos=3D72 (28) COLLECTION/4 Logical | pos=3D72 = usage: 0x0000/0x0000 =3D 0x00/0x00 (29) INPUT | report ID=3D17, pos=3D72, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0048 =3D Generic_Desktop/0x48 (30) ENDCOLLECT/4 pos=3D80 (31) ENDCOLLECT/3 pos=3D80 (32) ENDCOLLECT/2 pos=3D80 (33) ENDCOLLECT/1 pos=3D80 =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D Input Report ID=3D17, first button at pos=3D40 report_size: start =3D 40, hi =3D 80, size =3D 48 bits Input Report size =3D 6 bytes including leading ID byte =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D END INPUT REPORT =3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D START FEATURE REPORT =3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D ( 1) COLLECTION/1 Application | pos=3D 0 = usage: 0x000c/0x0001 =3D Consumer/Consumer_Control ( 2) COLLECTION/2 Logical | pos=3D 0 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse ( 3) FEATURE | report ID=3D23, pos=3D 0, size=3D 2 bits, c= ount=3D1, usage: 0x000c/0x0238 =3D Consumer/AC_Pan ( 4) FEATURE | report ID=3D23, pos=3D 2, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xfe01 =3D Microsoft/0xfe01 ( 5) FEATURE | report ID=3D23, pos=3D 4, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xff04 =3D Microsoft/0xff04 ( 6) FEATURE | report ID=3D23, pos=3D 5, size=3D 3 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad ( 7) ENDCOLLECT/2 pos=3D 8 ( 8) ENDCOLLECT/1 pos=3D 8 ( 9) COLLECTION/1 Application | pos=3D 8 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse (10) COLLECTION/2 Logical | pos=3D 8 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse (11) COLLECTION/3 Physical | pos=3D 8 = usage: 0x0001/0x0001 =3D Generic_Desktop/Pointer (12) COLLECTION/4 Logical | pos=3D 8 = usage: 0x0001/0x0031 =3D Generic_Desktop/Y (13) FEATURE | report ID=3D18, pos=3D 8, size=3D 2 bits, c= ount=3D1, usage: 0x0001/0x0048 =3D Generic_Desktop/0x48 (14) ENDCOLLECT/4 pos=3D10 (15) COLLECTION/4 Logical | pos=3D10 = usage: 0x0000/0x0000 =3D 0x00/0x00 (16) FEATURE | report ID=3D18, pos=3D10, size=3D 2 bits, c= ount=3D1, usage: 0x0001/0x0048 =3D Generic_Desktop/0x48 (17) FEATURE | report ID=3D18, pos=3D12, size=3D 4 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (18) ENDCOLLECT/4 pos=3D16 (19) ENDCOLLECT/3 pos=3D16 (20) ENDCOLLECT/2 pos=3D16 (21) ENDCOLLECT/1 pos=3D16 =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D END FEATURE REPORT =3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D START COMBINED REPORT =3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D ( 1) COLLECTION/1 Application | pos=3D 0 = usage: 0x000c/0x0001 =3D Consumer/Consumer_Control ( 2) COLLECTION/2 Logical | pos=3D 0 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse ( 3) INPUT | report ID=3D19, pos=3D 0, size=3D 8 bits, c= ount=3D1, usage: 0x000c/0x0238 =3D Consumer/AC_Pan ( 4) INPUT | report ID=3D20, pos=3D 8, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xfe01 =3D Microsoft/0xfe01 ( 5) INPUT | report ID=3D20, pos=3D10, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xfe02 =3D Microsoft/0xfe02 ( 6) INPUT | report ID=3D20, pos=3D11, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xfe00 =3D Microsoft/0xfe00 ( 7) INPUT | report ID=3D20, pos=3D12, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xff03 =3D Microsoft/0xff03 ( 8) INPUT | report ID=3D20, pos=3D14, size=3D 2 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad ( 9) INPUT | report ID=3D21, pos=3D16, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xff0b =3D Microsoft/0xff0b (10) INPUT | report ID=3D21, pos=3D17, size=3D 7 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (11) INPUT | report ID=3D21, pos=3D24, size=3D16 bits, c= ount=3D1, usage: 0xff00/0xff0d =3D Microsoft/0xff0d (12) FEATURE | report ID=3D23, pos=3D40, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xff06 =3D Microsoft/0xff06 (13) FEATURE | report ID=3D23, pos=3D42, size=3D 2 bits, c= ount=3D1, usage: 0xff00/0xff0f =3D Microsoft/0xff0f (14) FEATURE | report ID=3D23, pos=3D44, size=3D 1 bits, c= ount=3D1, usage: 0xff00/0xff04 =3D Microsoft/0xff04 (15) FEATURE | report ID=3D23, pos=3D45, size=3D 3 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (16) ENDCOLLECT/2 pos=3D48 (17) ENDCOLLECT/1 pos=3D48 (18) COLLECTION/1 Application | pos=3D48 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse (19) COLLECTION/2 Logical | pos=3D48 = usage: 0x0001/0x0002 =3D Generic_Desktop/Mouse (20) COLLECTION/3 Physical | pos=3D48 = usage: 0x0001/0x0001 =3D Generic_Desktop/Pointer (21) INPUT | report ID=3D17, pos=3D48, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0001 =3D Button/Button_1 (22) INPUT | report ID=3D17, pos=3D49, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0002 =3D Button/Button_2 (23) INPUT | report ID=3D17, pos=3D50, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0003 =3D Button/Button_3 (24) INPUT | report ID=3D17, pos=3D51, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0004 =3D Button/Button_4 (25) INPUT | report ID=3D17, pos=3D52, size=3D 1 bits, c= ount=3D1, usage: 0x0009/0x0005 =3D Button/Button_5 (26) INPUT | report ID=3D17, pos=3D53, size=3D 3 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (27) INPUT | report ID=3D17, pos=3D56, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0030 =3D Generic_Desktop/X (28) INPUT | report ID=3D17, pos=3D64, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0031 =3D Generic_Desktop/Y (29) COLLECTION/4 Logical | pos=3D72 = usage: 0x0000/0x0000 =3D 0x00/0x00 (30) FEATURE | report ID=3D18, pos=3D72, size=3D 2 bits, c= ount=3D1, usage: 0x0001/0x0048 =3D Generic_Desktop/0x48 (31) INPUT | report ID=3D17, pos=3D74, size=3D 8 bits, c= ount=3D1, usage: 0x0001/0x0038 =3D Generic_Desktop/Wheel (32) ENDCOLLECT/4 pos=3D82 (33) COLLECTION/4 Logical | pos=3D82 = usage: 0x0000/0x0000 =3D 0x00/0x00 (34) FEATURE | report ID=3D18, pos=3D82, size=3D 2 bits, c= ount=3D1, usage: 0x0001/0x0048 =3D Generic_Desktop/0x48 (35) FEATURE | report ID=3D18, pos=3D84, size=3D 4 bits, c= ount=3D1, usage: 0x0000/0x0000 =3D pad (36) INPUT | report ID=3D17, pos=3D88, size=3D 8 bits, c= ount=3D1, usage: 0x000c/0x0238 =3D Consumer/AC_Pan (37) ENDCOLLECT/4 pos=3D96 (38) ENDCOLLECT/3 pos=3D96 (39) ENDCOLLECT/2 pos=3D96 (40) ENDCOLLECT/1 pos=3D96 =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D END COMBINED REPORT =3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D Driver mode: level =3D 3 protocol =3D 18 =3D EXTENDED SYSMOUSE packetsize =3D 12 syncmask[0] =3D 0xf8 syncmask[1] =3D 0x80 Mouse data: (move the mouse) 0| 0x83 0x00 0x00 0x00 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 1| 0x83 0x00 0xff 0x01 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 2| 0x87 0x00 0x00 0x00 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 3| 0x86 0x00 0x00 0x00 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 4| 0x87 0x00 0x00 0x00 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 5| 0x85 0x00 0x00 0x00 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 6| 0x87 0x00 0x00 0x00 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 7| 0x87 0x00 0x00 0x01 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 8| 0x87 0x00 0x00 0x01 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 9| 0x87 0x03 0x00 0x03 0x00 0x00 0x00 0x7f 0x00 0x00 0x00 0x00 --=_mail.accima.com-4265-1203954990-0001-2 Content-Type: text/plain; name="ms3000connectmsgs.txt"; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ms3000connectmsgs.txt" Feb 24 17:54:50 belinda kernel: usbd_new_device bus=3D0xc651e000 port=3D2 d= epth=3D1 speed=3D1 Feb 24 17:54:50 belinda kernel: usbd_new_device: adding unit addr=3D2, rev= =3D200, class=3D0, subclass=3D0, protocol=3D0, maxpacket=3D8, len=3D18, spe= ed=3D1 Feb 24 17:54:50 belinda kernel: usbd_new_device: new dev (addr 2), dev=3D0x= c9962d80, parent=3D0xc64f6500 Feb 24 17:54:50 belinda kernel:=20 Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: idVendor =3D 0x45e Feb 24 17:54:50 belinda kernel: : : idProduct =3D 0xe1 Feb 24 17:54:50 belinda kernel: : : bcdDevice (release) = =3D 0x7 Feb 24 17:54:50 belinda kernel:=20 Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: trying device specif= ic drivers Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: no device specific d= river found Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: looping over 1 confi= gurations Feb 24 17:54:50 belinda kernel: usbd_set_config_index: (addr 1) cno=3D2 att= r=3D0xa0, selfpowered=3D0, power=3D100 Feb 24 17:54:50 belinda kernel: usbd_set_config_index: set config 1 Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: looping over 1 inter= faces Feb 24 17:54:50 belinda kernel: Interface 0: Feb 24 17:54:50 belinda kernel: : bLength =3D 0x9 Feb 24 17:54:50 belinda kernel: : bDescriptorType =3D 0x4 Feb 24 17:54:50 belinda kernel: : bInterfaceNumber =3D 0x0 Feb 24 17:54:50 belinda kernel: : bAlternateSetting =3D 0x0 Feb 24 17:54:50 belinda kernel: : bNumEndpoints =3D 0x1 Feb 24 17:54:50 belinda kernel: : bInterfaceClass =3D 0x3 Feb 24 17:54:50 belinda kernel: : bInterfaceSubClass =3D 0x1 Feb 24 17:54:50 belinda kernel: : bInterfaceProtocol =3D 0x2 Feb 24 17:54:50 belinda kernel: : iInterface =3D 0x0 Feb 24 17:54:50 belinda kernel:=20 Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: check interface 0 Feb 24 17:54:50 belinda kernel: usbd_probe_and_attach: bInterfaceNumber =3D= 0 Feb 24 17:54:50 belinda kernel: ums0 on uhub4 Feb 24 17:54:50 belinda kernel: ums0: Microsoft Microsoft Wireless Optical = Mouse=AE 1.00, class 0/0, rev 2.00/0.07, addr 2, iclass 3/1 Feb 24 17:54:50 belinda kernel: ums0: attach: initial protocol =3D 1 Feb 24 17:54:50 belinda kernel: ums0: attach: set report protocol (1) Feb 24 17:54:50 belinda kernel: ums0: attach: final protocol =3D 1 Feb 24 17:54:51 belinda kernel: ums0: attach: usbd_set_idle(interface,0,0) = FAILED, status 17 Feb 24 17:54:51 belinda kernel: ums0: attach: report descriptor size =3D 274 Feb 24 17:54:51 belinda kernel: ums0: attach: X (flags 0x06) item_id=3D17, = sc_loc_x.pos=3D48/8 Feb 24 17:54:51 belinda kernel: ums0: attach: Y (flags 0x06) item_id=3D17, = sc_loc_y.pos=3D56/8 Feb 24 17:54:51 belinda kernel: ums0: attach: T (flags 0x06) item_id=3D17, = sc_loc_t.pos=3D64/8 Feb 24 17:54:51 belinda kernel: ums0: mouse has no Z report Feb 24 17:54:51 belinda kernel: ums0: mouse has no W report Feb 24 17:54:51 belinda kernel: ums0: input report ID=3D17/0x11, report siz= e 6. Feb 24 17:54:51 belinda kernel: ums0: attach: id_offset =3D=3D 32 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed B0 =3D=3D> 8/1 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed B1 =3D=3D> 9/1 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed B2 =3D=3D> 10/1 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed B3 =3D=3D> 11/1 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed B4 =3D=3D> 12/1 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed X =3D=3D> 16/8 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed Y =3D=3D> 24/8 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed Z =3D=3D> 0/0 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed T =3D=3D> 32/8 Feb 24 17:54:51 belinda kernel: ums0: attach: fixed W =3D=3D> 0/0 Feb 24 17:54:51 belinda kernel: ums0: attach: T.pos =3D> Z.pos Feb 24 17:54:51 belinda kernel: ums0: attach: T.pos =3D Z.pos + 8, sc_isize= =3D6 Feb 24 17:54:51 belinda kernel: ums0: 5 buttons and Z dir (TILT wheel). Feb 24 17:54:51 belinda kernel: ums0: ATTACH: sc=3D0xc7a47800 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: ID 0/8 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: B1 8/1 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: B2 9/1 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: B3 10/1 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: B4 11/1 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: B5 12/1 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: X 16/8 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: Y 24/8 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: Z 32/8 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: T 40/8 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: W 0/0 Feb 24 17:54:51 belinda kernel: ums0: ATTACH: isize =3D 6, iid =3D 17 Feb 24 17:54:51 belinda kernel: usbd_probe_and_attach: FOUND interface 0 Feb 24 17:54:52 belinda kernel: ums0: usbd_set_idle(interface,0,0) FAILED, = status 17 Feb 24 17:55:59 belinda kernel: ums0: usbd_set_idle(interface,0,0) FAILED, = status 17 --=_mail.accima.com-4265-1203954990-0001-2--