mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the
same program interface as Microsoft Wireless Notebook Optical Mouse and needs a quirk. PR: usb/122712 MFC after: 3 days
This commit is contained in:
parent
dd495fe774
commit
554fad8449
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183976
@ -90,6 +90,8 @@ static const struct usbd_quirk_entry {
|
||||
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,
|
||||
|
@ -2232,6 +2232,7 @@ product SONY CLIE_41 0x009a Sony Clie v4.1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user