Re: umodem0, Cisco USB serial console, and quirks

2017-09-26 Thread Mike Andrews
On Tue, 19 Sep 2017, Hans Petter Selasky wrote: On 09/19/17 18:15, Mike Andrews wrote: 12:03:37.726830 usbus4.3 SUBM-BULK-EP=0082,SPD=FULL,NFR=1,SLEN=0,IVAL=0 frame[0]

Re: USB/U3G: Added support for Panasonic CF-F9 GOBI 3G modem to U3G module

2017-09-26 Thread Tomasz CEDRO
Its all commented out, just an example on how to configure "this kind of device".. not really mandatory but nice to have I thought :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-usb@freebsd.org mailing list

Re: USB/U3G: Added support for Panasonic CF-F9 GOBI 3G modem to U3G module

2017-09-26 Thread Ian Lepore
On Wed, 2017-09-27 at 00:30 +0200, Hans Petter Selasky wrote: > On 09/27/17 00:11, Tomasz CEDRO wrote: > > > > https://github.com/freebsd/freebsd/pull/115 > > > > :-) > > > The devd.conf rule should match more than just vendor and product: > > > +# Load GOBI 2000/3000 U3G QDL modem firmware

Re: USB/U3G: Added support for Panasonic CF-F9 GOBI 3G modem to U3G module

2017-09-26 Thread Hans Petter Selasky
On 09/27/17 00:11, Tomasz CEDRO wrote: https://github.com/freebsd/freebsd/pull/115 :-) The devd.conf rule should match more than just vendor and product: +# Load GOBI 2000/3000 U3G QDL modem firmware on attach / boot. +# Note: This requires additional "gobi_loader" utility to be installed,

USB/U3G: Added support for Panasonic CF-F9 GOBI 3G modem to U3G module

2017-09-26 Thread Tomasz CEDRO
https://github.com/freebsd/freebsd/pull/115 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to

Re: USB Device self-umount

2017-09-26 Thread Polytropon
On Tue, 26 Sep 2017 22:52:28 +0200, Tomasz CEDRO wrote: > I will have to see how Windoze handles ATAPI EJECT, maybe that could > bring some insight on how to umount ejectable media triggered by the > device-eject-button-press.. Hmmm... I don't think this is what happens. ATAPI EJECT is issued by

Re: USB Device self-umount

2017-09-26 Thread Tomasz CEDRO
Hey Polytropon! :-) Thanks for ideas! I am at the moment at point where I sniff out the USB traffic and analyze SCSI packets.. and also I got into SCSI specification to search for some possibilities.. :-) I will have to see how Windoze handles ATAPI EJECT, maybe that could bring some insight on

Re: USB Device self-umount

2017-09-26 Thread Polytropon
On Tue, 26 Sep 2017 16:30:48 +0200, Tomasz CEDRO wrote: > The question is how to gracefully self-umount from a device point of > view in a way not to confuse automounter and/or usb / mass storage > drivers? Is there any way of doing that in SCSI+USB? Something like > CD-ROM eject, then device

USB Device self-umount

2017-09-26 Thread Tomasz CEDRO
Hello world! :-) I am working on a device that implements USB MSC mass storage for firmware programming [1]. After receiving file, it flashes the firmware image to the target MCU, then reboots and starts the program or waits debug session.. The question is how to gracefully self-umount from a