NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53605: USB Keyboard not working: uhidev_intr: bad repid 5



The following reply was made to PR kern/53605; it has been noted by GNATS.

From: MB <code%boerschig.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53605: USB Keyboard not working: uhidev_intr: bad repid 5
Date: Sat, 22 Sep 2018 10:35:08 +0200

 Hi,
 
 I got the keyboard working by adding the following usb-quirk:
 
 diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
 index cbf562afff37..448f26140790 100644
 --- a/sys/dev/usb/usb_quirks.c
 +++ b/sys/dev/usb/usb_quirks.c
 @@ -150,6 +150,7 @@ Static const struct usbd_quirk_entry {
  	ANY, { UQ_ASSUME_CM_OVER_DATA }},
   { USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_3095,
  	ANY, { UQ_LOST_CS_DESC }},
 + { USB_VENDOR_HOLTEK, 0xa0f8, ANY, { UQ_NO_SET_PROTO}},
   { 0, 0, 0, { 0 } }
  };
 
 
 
 
 
 Am 14.09.2018 um 11:55 schrieb gnats-admin%netbsd.org@localhost:
 > Thank you very much for your problem report.
 > It has the internal identification `kern/53605'.
 > The individual assigned to look at your
 > report is: kern-bug-people. 
 > 
 >> Category:       kern
 >> Responsible:    kern-bug-people
 >> Synopsis:       USB Keyboard not working: uhidev_intr: bad repid 5
 >> Arrival-Date:   Fri Sep 14 09:55:00 +0000 2018
 > 
 



Home | Main Index | Thread Index | Old Index