NetBSD-Bugs archive

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

Re: kern/38618



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

From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/38618
Date: Sat, 11 Oct 2008 17:49:13 +0400

 Still happens in 4.99.72 (amd64).
 
 The device requires PQUIRK_NOBIGMODESENSE, apparently.
 
 --- usb/umass_quirks.c 11 Dec 2005 12:24:01 -0000      1.70
 +++ usb/umass_quirks.c 11 Oct 2008 13:44:20 -0000
 @@ -194,6 +194,14 @@
          UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
          NULL, NULL
        },
 +      /* do the same for HP iPAQ 514 -- PR 38618 */
 +      { { USB_VENDOR_HP, 0xce04 },
 +        UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
 +        0,
 +        PQUIRK_NOBIGMODESENSE,
 +        UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
 +        NULL, NULL
 +      },
   };
   
   const struct umass_quirk *
 
 -- 
 Sergey Svishchev
 


Home | Main Index | Thread Index | Old Index