NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/37692 CVS commit: src



The following reply was made to PR kern/37692; it has been noted by GNATS.

From: Ichiro Fukuhara <ichiro%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/37692 CVS commit: src
Date: Mon, 21 Jan 2008 11:36:48 +0000 (UTC)

 Module Name:   src
 Committed By:  ichiro
 Date:          Mon Jan 21 11:36:48 UTC 2008
 
 Modified Files:
        src/share/man/man4: Makefile usb.4
        src/sys/dev: DEVNAMES
        src/sys/dev/usb: files.usb ubsa.c umass_quirks.c
 Added Files:
        src/share/man/man4: uhmodem.4
        src/sys/dev/usb: ubsa_common.c ubsavar.h uhmodem.c
 
 Log Message:
 add full support device driver for Huawei E220 wireless modem
 
 PR/37692 from Yojiro UO
 ---
 uhmodem: device driver for huawei 3G wireless modem
 
 * what it is?
 
 A device driver for huawei 3G wireless modem, E220 and its valiations.
 
 The devices are very simuler to ubsa device, but they need special care
 to use as modem device.
 This patch introduce "uhmodem (USB Huawei modem)" for the devices.
 A uhmodem device has two com devices and one USB mass strage device.
 The driver enable to use all of them.
 
 * dmesg:
 uhmodem0 at uhub0 port 1 configuration 1 interface 0
 uhmodem0: HUAWEI Technologies HUAWEI Mobile, rev 1.10/0.00, addr 2
 uhmodem0: mass storage only mode, reattach to enable modem
 uhmodem0: at uhub0 port 1 (addr 2) disconnected
 uhmodem0 detached
 uhmodem0 at uhub0 port 1 configuration 1 interface 0
 uhmodem0: HUAWEI Technologies HUAWEI Mobile, rev 1.10/0.00, addr 2
 ucom0 at uhmodem0 portno 0: modem
 ucom1 at uhmodem0 portno 1: monitor
 umass0 at uhub0 port 1 configuration 1 interface 2
 umass0: HUAWEI Technologies HUAWEI Mobile, rev 1.10/0.00, addr 2
 umass0: using SCSI over Bulk-Only
 scsibus0 at umass0: 2 targets, 1 lun per target
 cd0 at scsibus0 target 0 lun 0: <HUAWEI, Mass Storage, 2.31> cdrom removable
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.456 -r1.457 src/share/man/man4/Makefile
 cvs rdiff -r0 -r1.1 src/share/man/man4/uhmodem.4
 cvs rdiff -r1.83 -r1.84 src/share/man/man4/usb.4
 cvs rdiff -r1.236 -r1.237 src/sys/dev/DEVNAMES
 cvs rdiff -r1.81 -r1.82 src/sys/dev/usb/files.usb
 cvs rdiff -r1.19 -r1.20 src/sys/dev/usb/ubsa.c
 cvs rdiff -r0 -r1.1 src/sys/dev/usb/ubsa_common.c src/sys/dev/usb/ubsavar.h \
     src/sys/dev/usb/uhmodem.c
 cvs rdiff -r1.71 -r1.72 src/sys/dev/usb/umass_quirks.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index