Bug 175296 - [PATCH] disable fake CD mount for Atria HD phone
Summary: [PATCH] disable fake CD mount for Atria HD phone
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: 9.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hans Petter Selasky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 17:10 UTC by Lowell Gilbert
Modified: 2013-02-28 22:42 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (611 bytes, patch)
2013-01-14 17:10 UTC, Lowell Gilbert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lowell Gilbert 2013-01-14 17:10:00 UTC
	

Add another device that shouldn't mount the fake CD device presented
for Windows/MAC drivers.

Fix: May not be the most elegant solution, but it works...

===================================================================
--- sys/dev/usb/serial/u3g.c    (revision 245177)
+++ sys/dev/usb/serial/u3g.c    (working copy)
@@ -555,6 +555,7 @@
        U3G_DEV(YISO, C893, 0),
        /* Autoinstallers */
        U3G_DEV(NOVATEL, ZEROCD, U3GINIT_SCSIEJECT),
+       U3G_DEV(MOTOROLA2, MB886, U3GINIT_SCSIEJECT),
        U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO),
        U3G_DEV(QUALCOMMINC, ZTE_STOR, U3GINIT_ZTESTOR),
        U3G_DEV(QUALCOMMINC, ZTE_STOR2, U3GINIT_SCSIEJECT),
How-To-Repeat: Requires Motorola MB886 phone
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-01-21 07:33:12 UTC
State Changed
From-To: open->patched

From misfiled PR usb/175297: 

Date: Mon, 14 Jan 2013 18:43:30 +0100 
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2013-01-21 07:33:12 UTC
Responsible Changed
From-To: freebsd-usb->hps
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2013-02-14 17:27:16 UTC
Responsible Changed
From-To: hps->hselasky

fix assignment.
Comment 4 Lowell Gilbert 2013-02-28 17:09:16 UTC
@hps already MFC'd this, so it should be closed.
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2013-02-28 22:42:19 UTC
State Changed
From-To: patched->closed

Committed. Thanks!