From owner-freebsd-current@freebsd.org Sat Jan 26 00:41:43 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 644D414A711C; Sat, 26 Jan 2019 00:41:43 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D628A8329C; Sat, 26 Jan 2019 00:41:41 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (catnip [73.240.250.185]) by echo.brtsvcs.net (Postfix) with ESMTPS id 4568838D2F; Fri, 25 Jan 2019 16:41:39 -0800 (PST) Received: from [10.26.25.66] (leon.pilgrimaccounting.com [10.26.25.66]) by chombo.houseloki.net (Postfix) with ESMTPSA id 87F5642C; Fri, 25 Jan 2019 16:41:38 -0800 (PST) To: freebsd-current@freebsd.org, freebsd-usb@freebsd.org From: Mel Pilgrim Subject: usb/234503 already committed, but needs modification to cover more devices Message-ID: <3f9936d7-14ba-c820-3fe5-f767d968e52f@bluerosetech.com> Date: Fri, 25 Jan 2019 16:41:38 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: D628A8329C X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of list_freebsd@bluerosetech.com designates 2607:f740:c::4ae as permitted sender) smtp.mailfrom=list_freebsd@bluerosetech.com X-Spamd-Result: default: False [-4.63 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[bluerosetech.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-1.69)[ipnet: 2607:f740:c::/48(-4.49), asn: 36236(-3.91), country: US(-0.08)]; MX_GOOD(-0.01)[echo.brtsvcs.net,foxtrot.brtsvcs.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.62)[-0.622,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:2607:f740:c::/48, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[185.250.240.73.zen.spamhaus.org : 127.0.0.10] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2019 00:41:43 -0000 A quirk for a USB flashdrive was added to head (r342657), but the modification was too narrow. The quirk affects all of the devices in the Chipfancier SLC family, not just the one specific device for which the quirk was added. I replied to usb/234503 about this, but as this is already in head, I'd like someone to act on it and modify the quirk to cover all of the devices in the family before 12.0-R comes out (and hopefully MFC to stable before 11.3 comes out). As I wrote in the PR, I'm already running the patch in releng/11.2 in production.