Bug 95805 - [patch] Add Support for Siemens ES75 modem
Summary: [patch] Add Support for Siemens ES75 modem
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Warner Losh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 16:00 UTC by fulda
Modified: 2007-07-06 09:26 UTC (History)
0 users

See Also:


Attachments
file.diff (281 bytes, patch)
2006-04-15 16:00 UTC, fulda
no flags Details | Diff
file.diff (479 bytes, patch)
2006-04-15 16:00 UTC, fulda
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fulda 2006-04-15 16:00:31 UTC
Siemens ES75 is a packed version of Siemens MC75 modem with USB interface. ( http://www.siemens.cz/siemjet/en/home/ic/wirelessModules/gsm/Main/13565.jet http://www.siemens.cz/siemjet/en/home/ic/wirelessModules/gsm/Main/15617.jet ) working as umodem device, using CM over data.

Fix: /*
  * List of known products.  Grouped by vendor.
@@ -1430,6 +1432,9 @@
 /* Siemens products */
 product SIEMENS SPEEDSTREAM    0x1001  SpeedStream USB

+/* SiemensMobile products */
+product        SIEMENSMOBILE   ES75    0x0034  GSM module MC35
+
 /* Sigmatel products */
 product SIGMATEL I_BEAD100     0x8008  i-Bead 100 MP3 Player
How-To-Repeat: connect modem
Comment 1 Warner Losh freebsd_committer freebsd_triage 2007-06-21 17:49:41 UTC
State Changed
From-To: open->patched

OBE: UQ_ASSUME_CM_OVER_DATA eliminated.  Patch no longer necessary.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-07-06 09:26:20 UTC
State Changed
From-To: patched->closed

It sounds as though this one is OBE. 


Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-07-06 09:26:20 UTC
Responsible Changed
From-To: freebsd-usb->imp