Bug 145319 - this is a junk PR
Summary: this is a junk PR
Status: Closed FIXED
Alias: None
Product: Services
Classification: Unclassified
Component: Trash (show other bugs)
Version: unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: GNATS administrator
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-03 05:00 UTC by Stanislav Sedov
Modified: 2014-10-31 08:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2010-04-03 05:00:29 UTC
This is a stub for a bogus or non-existent PR
the original can be found here:
http://www.freebsd.org/cgi/query-pr.cgi?pr=145319
Comment 1 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2010-04-03 05:00:29 UTC
State Changed
From-To: open->closed

Bogus PR.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-05 08:25:37 UTC
A commit references this bug:

Author: n_hibma
Date: Tue Aug  5 08:24:42 UTC 2014
New revision: 269569
URL: http://svnweb.freebsd.org/changeset/base/269569

Log:
  Remove unused defines.
  Fix some device_printf's that were missing '\n' at the end or had
  speling errors.

  PR:		145319
  Submitted by:	rozhuk.im gmail.com

Changes:
  head/sys/dev/usb/controller/ehci.c
  head/sys/dev/usb/serial/u3g.c
  head/sys/dev/usb/serial/uftdi.c
  head/sys/dev/usb/wlan/if_upgt.c
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-08-05 08:29:39 UTC
A commit references this bug:

Author: n_hibma
Date: Tue Aug  5 08:29:16 UTC 2014
New revision: 269571
URL: http://svnweb.freebsd.org/changeset/base/269571

Log:
  Add ID for Novatel MC990D to u3g.

  PR:		145319
  Submitted by:	rozhuk.im gmail.com
  MFC after:	3 days

Changes:
  head/sys/dev/usb/serial/u3g.c
  head/sys/dev/usb/usbdevs
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-05 08:48:40 UTC
A commit references this bug:

Author: n_hibma
Date: Tue Aug  5 08:48:24 UTC 2014
New revision: 269575
URL: http://svnweb.freebsd.org/changeset/base/269575

Log:
  Reset the error value in the softc before starting a BBB transfer.

  PR:		145319
  Submitted by:	rozhuk.im gmail.com
  MFC after:	3 days

Changes:
  head/sys/dev/usb/usb_msctest.c
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-08-05 09:35:43 UTC
A commit references this bug:

Author: n_hibma
Date: Tue Aug  5 09:35:26 UTC 2014
New revision: 269576
URL: http://svnweb.freebsd.org/changeset/base/269576

Log:
  Add a second Huawei SCSI eject command as USB mode switch config files
  sometimes use one or the other. Maybe newer Huawei modems switched.

  Add a quirk for it as well.

  PR:		145319
  Submitted by:	rozhuk.im gmail.com

Changes:
  head/sys/dev/usb/quirk/usb_quirk.c
  head/sys/dev/usb/quirk/usb_quirk.h
  head/sys/dev/usb/serial/u3g.c
  head/sys/dev/usb/usb_msctest.c
  head/sys/dev/usb/usb_msctest.h
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-08-05 09:59:45 UTC
A commit references this bug:

Author: n_hibma
Date: Tue Aug  5 09:59:16 UTC 2014
New revision: 269578
URL: http://svnweb.freebsd.org/changeset/base/269578

Log:
  Return USB_ERR_INVAL if the eject method is not known.

  PR:		145319
  Submitted by:	rozhuk.im gmail.com

Changes:
  head/sys/dev/usb/usb_msctest.c
Comment 7 commit-hook freebsd_committer freebsd_triage 2014-10-31 07:39:36 UTC
A commit references this bug:

Author: hselasky
Date: Fri Oct 31 07:38:50 UTC 2014
New revision: 273883
URL: https://svnweb.freebsd.org/changeset/base/273883

Log:
  MFC r269569:
  Remove unused defines.
  Fix some device_printf's that were missing '\n' at the end or had
  spelling errors.

  PR:		145319

Changes:
_U  stable/10/
  stable/10/sys/dev/usb/controller/ehci.c
  stable/10/sys/dev/usb/serial/u3g.c
  stable/10/sys/dev/usb/serial/uftdi.c
  stable/10/sys/dev/usb/wlan/if_upgt.c
Comment 8 commit-hook freebsd_committer freebsd_triage 2014-10-31 07:51:38 UTC
A commit references this bug:

Author: hselasky
Date: Fri Oct 31 07:51:06 UTC 2014
New revision: 273885
URL: https://svnweb.freebsd.org/changeset/base/273885

Log:
  MFC r269575, r269576 and r269578:
  - Add a second Huawei SCSI eject command as USB mode switch config files
  sometimes use one or the other. Maybe newer Huawei modems switched.
  - Return USB_ERR_INVAL if the eject method is not known.

  PR:		145319

Changes:
_U  stable/10/
  stable/10/sys/dev/usb/quirk/usb_quirk.c
  stable/10/sys/dev/usb/quirk/usb_quirk.h
  stable/10/sys/dev/usb/serial/u3g.c
  stable/10/sys/dev/usb/usb_msctest.c
  stable/10/sys/dev/usb/usb_msctest.h
Comment 9 commit-hook freebsd_committer freebsd_triage 2014-10-31 07:59:40 UTC
A commit references this bug:

Author: hselasky
Date: Fri Oct 31 07:59:08 UTC 2014
New revision: 273887
URL: https://svnweb.freebsd.org/changeset/base/273887

Log:
  MFC r269569:
  Remove unused defines.
  Fix some device_printf's that were missing '\n' at the end or had
  spelling errors.

  PR:		145319

Changes:
_U  stable/9/sys/
_U  stable/9/sys/dev/
  stable/9/sys/dev/usb/controller/ehci.c
  stable/9/sys/dev/usb/serial/u3g.c
  stable/9/sys/dev/usb/serial/uftdi.c
  stable/9/sys/dev/usb/wlan/if_upgt.c
Comment 10 commit-hook freebsd_committer freebsd_triage 2014-10-31 08:12:42 UTC
A commit references this bug:

Author: hselasky
Date: Fri Oct 31 08:12:06 UTC 2014
New revision: 273891
URL: https://svnweb.freebsd.org/changeset/base/273891

Log:
  MFC r269575, r269576 and r269578:
  - Add a second Huawei SCSI eject command as USB mode switch config files
  sometimes use one or the other. Maybe newer Huawei modems switched.
  - Return USB_ERR_INVAL if the eject method is not known.

  PR:		145319

Changes:
_U  stable/9/sys/
_U  stable/9/sys/dev/
  stable/9/sys/dev/usb/quirk/usb_quirk.c
  stable/9/sys/dev/usb/quirk/usb_quirk.h
  stable/9/sys/dev/usb/serial/u3g.c
  stable/9/sys/dev/usb/usb_msctest.c
  stable/9/sys/dev/usb/usb_msctest.h