Re: svn commit: r213480 - in head/sys/dev/usb: . serial

2010-10-11 Thread Hans Petter Selasky
On Wednesday 06 October 2010 16:29:00 Gleb Smirnoff wrote: > +static uint8_t scsi_tct_dummy[4]; Hi, struct bbb_transfer *sc; We already have a dummy receive buffer in sc->buffer. Use that instead of declaring a new one. --HPS ___ svn-src-all@freebsd.

svn commit: r213480 - in head/sys/dev/usb: . serial

2010-10-06 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 6 14:29:00 2010 New Revision: 213480 URL: http://svn.freebsd.org/changeset/base/213480 Log: Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs special eject command to reappear as modem. It also requires DIR_IN flag in the command message, so