Subject: kern/32180: Inclusion of a USB quirk for the Falcom Samba 75 GSM/GPRS/EDGE modem
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <bradd@cat.co.za>
List: netbsd-bugs
Date: 11/28/2005 13:38:00
>Number:         32180
>Category:       kern
>Synopsis:       Inclusion of a USB quirk for the Falcom Samba 75 GSM/GPRS/EDGE modem
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 28 13:38:00 +0000 2005
>Originator:     Brad du Plessis
>Release:        2.0_STABLE
>Organization:
Cathexis Technologies
>Environment:
NetBSD LORD_NELSON_20 2.0_STABLE NetBSD 2.0_STABLE (GENERIC) #5: Fri Nov 25 09:11:51 SAST 2005 root@LORD_NELSON_20:/usr/src/sys/arch/i386/compile/GENERIC i386
>Description:
The Falcom Samba 75 USB device doesn't correctly get setup. See below for message on plug in:

-- snip --
umodem0 at uhub0 port 1 configuration 1 interface 0
umodem0: Siemens AG Wireless Modules MC75, rev 1.10/0.00, addr 2, iclass 2/2
umodem0: data interface 1, has CM over data, has no break
umodem0: could not set data multiplex mode
umodem0: at uhub0 port 1 (addr 2) disconnected
umodem0 detached
-- snip --
>How-To-Repeat:
Just plug a Falcom Samba 75 in.
>Fix:
Adding the following line as a quirk in usb_quirks.c fixes the problem:

{ 0x0681, 0x0034, ANY, {UQ_ASSUME_CM_OVER_DATA }},

where 0x0681 is the vendor id and 0x0034 is the product id.