Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dddcb8b7 authored by andreoli@samba.ing.unimo.it's avatar andreoli@samba.ing.unimo.it Committed by Greg Kroah-Hartman
Browse files

USB: Support for the ET502HS HDSPA modem



The attached patch allows to bypass the ZeroCD mechanism for the ET502HS
HDSPA modem, so that it can be mounted as a network device.

Signed-off-by: default avatarMauro Andreolini <andreoli@weblab.ing.unimo.it>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent af3d305c
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -1684,6 +1684,16 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
		US_SC_DEVICE, US_PR_DEVICE, NULL,
		US_SC_DEVICE, US_PR_DEVICE, NULL,
		US_FL_IGNORE_RESIDUE ),
		US_FL_IGNORE_RESIDUE ),


/* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it>
 * This entry is needed to bypass the ZeroCD mechanism
 * and to properly load as a modem device.
 */
UNUSUAL_DEV(  0x19d2, 0x2000, 0x0000, 0x0000,
		"Onda ET502HS",
		"USB MMC Storage",
		US_SC_DEVICE, US_PR_DEVICE, NULL,
		US_FL_IGNORE_DEVICE),

/* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
/* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
 * and Renato Perini <rperini@email.it>
 * and Renato Perini <rperini@email.it>
 */
 */