diff options
| author | andreoli@samba.ing.unimo.it <andreoli@samba.ing.unimo.it> | 2008-05-01 13:17:28 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-14 13:00:27 -0400 |
| commit | dddcb8b7d419b6726ba07efe53e6bb216a9e86cb (patch) | |
| tree | 842aba828acc871ec59edf780d1fe0bf6bbeded0 | |
| parent | af3d305ca71fea5dfdeba4bcecf2f91fa16dfa9d (diff) | |
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: Mauro Andreolini <andreoli@weblab.ing.unimo.it>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index a0ed889230aa..dfdc0e5a0f5a 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -1684,6 +1684,16 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, | |||
| 1684 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1684 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1685 | US_FL_IGNORE_RESIDUE ), | 1685 | US_FL_IGNORE_RESIDUE ), |
| 1686 | 1686 | ||
| 1687 | /* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it> | ||
| 1688 | * This entry is needed to bypass the ZeroCD mechanism | ||
| 1689 | * and to properly load as a modem device. | ||
| 1690 | */ | ||
| 1691 | UNUSUAL_DEV( 0x19d2, 0x2000, 0x0000, 0x0000, | ||
| 1692 | "Onda ET502HS", | ||
| 1693 | "USB MMC Storage", | ||
| 1694 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 1695 | US_FL_IGNORE_DEVICE), | ||
| 1696 | |||
| 1687 | /* patch submitted by Davide Perini <perini.davide@dpsoftware.org> | 1697 | /* patch submitted by Davide Perini <perini.davide@dpsoftware.org> |
| 1688 | * and Renato Perini <rperini@email.it> | 1698 | * and Renato Perini <rperini@email.it> |
| 1689 | */ | 1699 | */ |
