Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2008 09:54:22 GMT
From:      Dmitry <hanabana@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/122712: Sony Vaio RF keyboard/mouse receiver works incorrectly
Message-ID:  <200804130954.m3D9sMOh011840@www.freebsd.org>
Resent-Message-ID: <200804131000.m3DA03Sw029486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122712
>Category:       usb
>Synopsis:       Sony Vaio RF keyboard/mouse receiver works incorrectly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 10:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry
>Release:        FreeBSD 7.0
>Organization:
home
>Environment:
FreeBSD kb 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Apr 13 13:02:23 MSD 2008     root@kb:/var/tmp/obj/usr/src/sys/KB  i386

>Description:
Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the same program interface as Microsoft Wireless Notebook Optical Mouse.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- src/sys/dev/usb/usbdevs.orig	2008-04-13 11:13:11.000000000 +0400
+++ src/sys/dev/usb/usbdevs	2008-04-13 11:17:06.000000000 +0400
@@ -2123,6 +2123,7 @@
 product SONY CLIE_NX60		0x00da	Sony Clie nx60
 product SONY CLIE_TH55		0x0144	Sony Clie th55
 product SONY CLIE_TJ37		0x0169	Sony Clie tj37
+product SONY RF_RECEIVER	0x01db  Sony RF mouse/kbd Receiver VGP-WRC1
 
 /* Sony Ericsson products */
 product SONYERICSSON DCU10	0x0528	USB Cable
--- src/sys/dev/usb/usb_quirks.c.orig	2008-04-13 11:17:26.000000000 +0400
+++ src/sys/dev/usb/usb_quirks.c	2008-04-13 11:59:46.000000000 +0400
@@ -90,6 +90,7 @@
    ANY, { UQ_MS_BAD_CLASS | UQ_MS_LEADING_BYTE }},
  { USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE,
    ANY, { UQ_MS_LEADING_BYTE }},
+ { USB_VENDOR_SONY, USB_PRODUCT_SONY_RF_RECEIVER,   ANY,   { UQ_MS_BAD_CLASS }},
 
  /* Devices which should be ignored by uhid */
  { USB_VENDOR_APC, USB_PRODUCT_APC_UPS,


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804130954.m3D9sMOh011840>