Re: usb/172931: [ums] Suspend/resume blocks USB mouse

2014-04-18 Thread Mark Linimon
The following reply was made to PR usb/172931; it has been noted by GNATS.

From: Mark Linimon lini...@lonesome.com
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/172931: [ums] Suspend/resume blocks USB mouse
Date: Fri, 18 Apr 2014 15:45:09 -0500

 - Forwarded message from Hans Petter Selasky h...@selasky.org -
 
 Date: Fri, 18 Apr 2014 13:22:23 +0200
 From: Hans Petter Selasky h...@selasky.org
 To: lini...@freebsd.org, freebsd-b...@freebsd.org
 Subject: Re: usb/172931: [ums] Suspend/resume blocks USB mouse
 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 
Thunderbird/24.1.0
 
 Hi,
 
 Can you try upgrading to 9-stable and see if there is any difference?
 
 --HPS
 
 - End forwarded message -
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/131123: [patch] re-add UQ_ASSUME_CM_OVER_DATA USB quirk

2009-01-30 Thread Mark Linimon
The following reply was made to PR usb/131123; it has been noted by GNATS.

From: lini...@lonesome.com (Mark Linimon)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/131123: [patch] re-add UQ_ASSUME_CM_OVER_DATA USB quirk
Date: Fri, 30 Jan 2009 06:09:05 -0600

 - Forwarded message from Rudolf Cejka cej...@fit.vutbr.cz -
 
 From: Rudolf Cejka cej...@fit.vutbr.cz
 To: lini...@freebsd.org
 Cc: freebsd-usb@FreeBSD.org
 Subject: Re: usb/131123: [patch] re-add UQ_ASSUME_CM_OVER_DATA USB quirk
 
 lini...@freebsd.org wrote (2009/01/30):
   The sc_cm_over_data flag is never checked elsewhere.  Are you saying
   that the umodem_set_comm_feature() causes the problem?
 
 Yes, I can imagine three possible reasons:
 
 1) There is not any bug in umodem_set_comm_feature(), but the device
would be buggy and could not accept requested settings, which
I suppose are according to the specifications.
 
 2) There is some bug in umodem_set_comm_feature().
 
 3) It seems, that the device does not survive two configuration settings,
however I do not understand which. See Linux discussion about this device
https://kerneltrap.org/mailarchive/linux-usb-devel/2007/10/27/361160/thread
and Matthias Fuchs: ... I found out that the 2.4 kernels send two
'set configuration' requests to the USB modem. Either this is not
allowed or the modem's firmware does not like this. After the 2nd set
configuration request the device disconnects...
Maybe FreeBSD had the same problem and configuration settings are
performed in another place too.
 
 If you are interested, I can do any software tests you need or want
 to do, so that you can really understand what happens.
 
 In all events, MC75/ES75 immediately disconnects and resets. Attempts
 are repeated every 10 seconds (Unknown USB device is written by devd,
 I do not know why - but after patch it disappears):
 
 ...
 Jan 28 18:14:00 kernel: ucom0: detached
 
 Jan 28 18:14:09 root: Unknown USB device: vendor 0x0681 product 0x0034 bus 
uhub0
 Jan 28 18:14:09 kernel: ucom0: Siemens AG Wireless Modules MC75, class 2/0, 
rev 1.10/0.00, addr 2 on uhub0
 Jan 28 18:14:09 kernel: ucom0: iclass 2/2
 Jan 28 18:14:09 kernel: ucom0: data interface 1, has CM over data, has no break
 Jan 28 18:14:09 kernel: ucom0: status change notification available
 Jan 28 18:14:09 kernel: ucom0: at uhub0 port 1 (addr 2) disconnected
 Jan 28 18:14:09 kernel: ucom0: detached
 
 Jan 28 18:14:20 root: Unknown USB device: vendor 0x0681 product 0x0034 bus 
uhub0
 ...
 
 -- 
 Rudolf Cejka cejkar at fit.vutbr.cz http://www.fit.vutbr.cz/~cejkar
 Brno University of Technology, Faculty of Information Technology
 Bozetechova 2, 612 66  Brno, Czech Republic
 
 - End forwarded message -
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/74453: [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL11R chipset) does not work

2008-10-29 Thread Mark Linimon
The following reply was made to PR usb/74453; it has been noted by GNATS.

From: [EMAIL PROTECTED] (Mark Linimon)
To: [EMAIL PROTECTED]
Cc:  
Subject: Re: usb/74453: [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic 
SL11R chipset) does not work
Date: Wed, 29 Oct 2008 10:56:06 -0500

 - Forwarded message from Federico Galvez-Durand Besnard [EMAIL 
PROTECTED] -
 
 From: Federico Galvez-Durand Besnard [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: freebsd-usb@FreeBSD.org
 
 This device is a USB CD-RW, not recognised as such by any FreeBSD 
 versions since the first time I tried on 4.7.
 I first reported in 5.3, though.
 With some work, I managed to use it as Read Only umass device. :)
 http://lists.freebsd.org/mailman/htdig/freebsd-usb/2005-February/000660.html
 Pretty useless as the mission was to backup data.
 At that point I had some USB flash memories available and no time for 
 playing with this device any more.
 As a matter of fact, it's been in a drawer for more than 2 years.
 The main problem seems to be related to the CSWTag returned by this 
 device, most probably a broken firmware issue.
 
 Please, feel free to drop this PR if the contents are not relevant to 
 anybody else but me. I am not for trying to fix every broken firmware in 
 the hood by patching kernel.
 
 
 
 #uname -a
 FreeBSD trinity.local 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Fri Feb 29 
 17:08:36 CET 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TRINITY  i386
 
 
 #usbdevs -v
 addr 1: full speed, self powered, config 1, OHCI root hub(0x), 
 nVidia(0x), rev 1.00
 port 1 powered
 port 2 powered
 port 3 powered
 port 4 powered
 port 5 addr 2: low speed, power 100 mA, config 1, USB Optical 
 Mouse(0x4d15), vendor 0x0461(0x0461), rev 2.00
 port 6 addr 3: low speed, power 70 mA, config 1, Dell USB 
 Keyboard(0x2003), Dell(0x413c), rev 3.01
 port 7 addr 4: full speed, self powered, config 1, ScanLogic 
 USBIDE(0x0002), ScanLogic USBIDE(0x04ce), rev 2.61
 port 8 powered
 Controller /dev/usb1:
 addr 1: high speed, self powered, config 1, EHCI root hub(0x), 
 nVidia(0x), rev 1.00
 port 1 addr 2: high speed, power 500 mA, config 1, CA-200(0x0200), 
 TEAC(0x0644), rev 4.00
 port 2 powered
 port 3 powered
 port 4 powered
 port 5 powered
 port 6 powered
 port 7 powered
 port 8 powered
 
 
 #camcontrol devlist -v
 scbus0 on umass-sim0 bus 0:
 TEAC USB   HS-CF Card 4.00   at scbus0 target 0 lun 0 (da0,pass0)
 TEAC USB   HS-xD/SM 4.00 at scbus0 target 0 lun 1 (da1,pass1)
 TEAC USB   HS-MS Card 4.00   at scbus0 target 0 lun 2 (da2,pass2)
 TEAC USB   HS-SD Card 4.00   at scbus0 target 0 lun 3 (da3,pass3)
 scbus1 on ata0 bus 0:
  at scbus1 target -1 lun -1 ()
 scbus2 on ata1 bus 0:
  at scbus2 target -1 lun -1 ()
 scbus3 on ata2 bus 0:
  at scbus3 target -1 lun -1 ()
 scbus4 on ata3 bus 0:
 PHILIPS DVD-ROM DROM6316 OD2Fat scbus4 target 0 lun 0 (cd0,pass4)
  at scbus4 target -1 lun -1 ()
 scbus5 on ata4 bus 0:
 TSSTcorp DVD+-RW TS-H653A D300   at scbus5 target 0 lun 0 (cd1,pass5)
  at scbus5 target -1 lun -1 ()
 scbus6 on ata5 bus 0:
  at scbus6 target -1 lun -1 ()
 scbus7 on umass-sim1 bus 1:
  at scbus7 target 0 lun 0 (pass6)
 scbus-1 on xpt0 bus 0:
  at scbus-1 target -1 lun -1 (xpt0)
 
 - End forwarded message -
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PR backlog [was: Re: usb/umass, devfs: this sucks]

2007-12-29 Thread Mark Linimon
On Sun, Dec 30, 2007 at 01:01:19AM +0100, Alexander Leidinger wrote:
 Quoting Mark Linimon [EMAIL PROTECTED] (from Wed, 26 Dec 2007  
 12:04:15 -0600):
 
  - The creation of a weekly posting bugs the bugmeister team thinks are
ready for commit.  This doesn't seem to have attracted the desired
attention.  Perhaps this is a problem of push not being the right
solution here; perhaps it just hasn't been publicized enough.
 
 Where is/was this mail send to?

  To: [EMAIL PROTECTED]
  Subject: PRs recommended for committer evaluation by the bugbusting team

It's sent out weekly.

mcl
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


PR backlog [was: Re: usb/umass, devfs: this sucks]

2007-12-26 Thread Mark Linimon
On Wed, Dec 26, 2007 at 06:15:16PM +0100, Henrik Gulbrandsen wrote:
 Fixing and merging are good, but it seems to me (as an occasional patch
 contributor without commit privileges) that the bottleneck for USB is
 still in the handling of incoming patches [...] if a one-line fix
 such as that in usb/78984 has not been applied after more than a year,
 how long will it take for patches that involve multiple subsystems?

I'll put on my bugmeister hat for a moment.

First, I share your frustration.

Second, unfortunately, it's not just USB.  We suffer from this problem in
several other areas, notably, patches for the userland utilities (bin).

There are two interrelated problems that create a chicken-and-egg
situation:

 - the PR tool is insufficient for our needs;

 - there's not a culture of going and fixing bugs outside of the code
   one usually works on.

As for 1), once the releases are out, I intend to start working on defining
what our needs are.  As I've stated before in other places, until we
understand those, and get community buy-in to define an actual process
rather than just a particular PR system, it's unwise just to change the
PR system.  (IMHO, there's no reason to further automate a process that
doesn't work correctly.)  I hope to have something concrete to present at
BSDCan in May.

As for 2), I've scratched my head for what to do about that for a while,
and not been able to make much progress.  Here's what we've tried:

 - The creation of a weekly posting bugs the bugmeister team thinks are
   ready for commit.  This doesn't seem to have attracted the desired
   attention.  Perhaps this is a problem of push not being the right
   solution here; perhaps it just hasn't been publicized enough.

 - The creation of a hack for classifying PRs, the [tag] convention.
   This is simply working around the weakness of the tool.  However,
   it is sufficient to be able to generate weekly email sorting the
   PRs by tag, and another email showing only PRs with patches, also
   sorted by tag.  If you are a committer, it's also possible to run
   queries via:

   ~gnats/tools/showwithtag tagname

   to get a summary.

 - Trying to get more traffic on the freebsd-bugbusters@ mailing list.

 - Trying to create some interest in #freebsd-bugbusters on EFNet on IRC.
   This has not attracted enough committers to be viable yet.

 - Holding some bugathons (idea stolen from NetBSD) where we try to get
   committers to come onto the IRC channel at particular weekends to try
   to interactively work through PRs.  This had some success, but we have
   not done one in a while.

The odd thing is that for ports, the existing PR system -- plus, most
importantly, the hacks we've added on top of it -- works reasonably well.

 - Each port has an explicit maintainer field (even though many of
   the entries are null).  Most of the src codebase does not, therefore
   no one in particular owns it.

 - We've taken advantage of that to layer a PR auto-assigner on top, that
   also sets things to 'feedback'.

 - portsmon is also able to track PRs by the port they affect, and semi-
   weekly reminder emails are sent out.

But the first of these items is really particular to ports.  Also, more
ports PRs than src PRs are upgrades/bugfixes, rather than true bug reports
that need substantial investigation (in fact, the ratio is probably
exactly reversed).  This means we can clear a proportionally larger number
of ports PRs.  All of this has helped get the port PR count down over the
last several years, to the point where it no longer seems as overwhelming
as the backlog in the other areas.  The size of the backlog creates a
substantial disincentive to try to fix a handful -- thus perpeturating
the cycle.

What we all need to understand is that the PR count will never be at zero;
if we can instead settle for a steady-state, where the most concrete PRs
can be worked on as they arrive, then I'll feel we've have made great
progress.

Unfortunately I don't have any brilliant insights as to how to make the
work more interesting; most of my ideas have the focus of simply making
it less frustrating.

I'll throw the floor open for brainstorming at this point.

mcl
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PR backlog

2007-12-26 Thread Mark Linimon
On Wed, Dec 26, 2007 at 12:43:06PM -0800, Richard Neese wrote:
 Point and Fax I have emaile Sobomax about fixing and updating the asterisk 
 ports. and have sent patches but never got a reply in 9 months. 

For situations like this you need to email [EMAIL PROTECTED]  We already have
defined parameters for resetting inactive maintainers.

mcl
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/110991: [patch] QUIRK: Super Top IDE DEVICE (depends on usb/110988)

2007-07-10 Thread Mark Linimon
Synopsis: [patch] QUIRK: Super Top IDE DEVICE (depends on usb/110988)

State-Changed-From-To: open-suspended
State-Changed-By: linimon
State-Changed-When: Tue Jul 10 21:54:03 UTC 2007
State-Changed-Why: 
Mark suspended pending commit of usb/110988.

http://www.freebsd.org/cgi/query-pr.cgi?pr=110991
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/74211: [umass] USB flash drive causes CAM status 0x4 on 4.10Release

2007-07-06 Thread Mark Linimon
Synopsis: [umass] USB flash drive causes CAM status 0x4 on 4.10Release

State-Changed-From-To: feedback-open
State-Changed-By: linimon
State-Changed-When: Fri Jul 6 07:37:22 UTC 2007
State-Changed-Why: 
Another user reports a similar problem, so set this as 'feedback received'.


Responsible-Changed-From-To: linimon-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 07:37:22 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74211
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/61234: [usb] [patch] usbhidaction(1) doesn't support using an alternate table file

2007-07-06 Thread Mark Linimon
Synopsis: [usb] [patch] usbhidaction(1) doesn't support using an alternate 
table file

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:18:33 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=61234
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/68412: [usb] [patch] QUIRK: Philips KEY013 USB MP3 player

2007-07-06 Thread Mark Linimon
Synopsis: [usb] [patch] QUIRK: Philips KEY013 USB MP3 player

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:18:51 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=68412
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/72732: [patch] Kyocera 7135 quirk.

2007-07-06 Thread Mark Linimon
Synopsis: [patch] Kyocera 7135 quirk.

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:19:10 UTC 2007
Responsible-Changed-Why: 
I'm not sure about the status of this one, but imp was the last one to
touch it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=72732
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/74880: [ucom] [patch] Samsung N400 cellphone/acm fails to atach properly

2007-07-06 Thread Mark Linimon
Synopsis: [ucom] [patch] Samsung N400 cellphone/acm fails to atach properly

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:20:12 UTC 2007
Responsible-Changed-Why: 
I'm not sure of the status of this one, but imp touched it last.

http://www.freebsd.org/cgi/query-pr.cgi?pr=74880
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/77940: [quirk] [patch] insertion of usb keyboard panics system

2007-07-06 Thread Mark Linimon
Synopsis: [quirk] [patch] insertion of usb keyboard panics system

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:20:40 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=77940
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/80010: [aue] [patch] add support for the AEI USB to LAN adapter to aue(4) device

2007-07-06 Thread Mark Linimon
Synopsis: [aue] [patch] add support for the AEI USB to LAN adapter to aue(4) 
device

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:21:53 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=80010
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/80773: usbd_get_string() could have taken a length parameter

2007-07-06 Thread Mark Linimon
Synopsis: usbd_get_string() could have taken a length parameter

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:22:13 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=80773
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/82436: [usbdevs] [patch] USL101 Host-to-Host bridge support on FreeBSD 5.4-RELEASE-p2

2007-07-06 Thread Mark Linimon
Synopsis: [usbdevs] [patch] USL101 Host-to-Host bridge support on FreeBSD 
5.4-RELEASE-p2

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:22:29 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=82436
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/86195: [usbdevs] [patch] allow USB Ethernet Adaptor ELECOM LD-USB20 to be used.

2007-07-06 Thread Mark Linimon
Synopsis: [usbdevs] [patch] allow USB Ethernet Adaptor ELECOM LD-USB20 to be 
used.

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:22:50 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=86195
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/86438: [patch] Fix for non-working iPod over USB is in NetBSD CVS

2007-07-06 Thread Mark Linimon
Synopsis: [patch] Fix for non-working iPod over USB is in NetBSD CVS

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:23:07 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=86438
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/88939: [usbdevs] [patch] Fix cheapy Myson USB-IDE adapter

2007-07-06 Thread Mark Linimon
Synopsis: [usbdevs] [patch] Fix cheapy Myson USB-IDE adapter

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:23:22 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=88939
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/90162: [usb] [patch] Add support for the MS Wireless USB Mouse

2007-07-06 Thread Mark Linimon
Synopsis: [usb] [patch] Add support for the MS Wireless USB Mouse

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:23:34 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=90162
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/92306: [quirk] [patch] Support for iRiver U10 USB media player

2007-07-06 Thread Mark Linimon
Synopsis: [quirk] [patch] Support for iRiver U10 USB media player

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:24:02 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=92306
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/94132: [patch] quirk for CENTURY EX35QUAT disk enclosure

2007-07-06 Thread Mark Linimon
Synopsis: [patch] quirk for CENTURY EX35QUAT disk enclosure

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:24:39 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=94132
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/94311: [ugen][PATCH] allow interrupt IN transactions to be affected by USB_SET_TIMEOUT

2007-07-06 Thread Mark Linimon
Synopsis: [ugen][PATCH] allow interrupt IN transactions to be affected by 
USB_SET_TIMEOUT

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:24:54 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=94311
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/94439: [patch] Add support for JNC MP3 Player

2007-07-06 Thread Mark Linimon
Synopsis: [patch] Add support for JNC MP3 Player

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:25:15 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=94439
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/95805: [patch] Add Support for Siemens ES75 modem

2007-07-06 Thread Mark Linimon
Synopsis: [patch] Add Support for Siemens ES75 modem

State-Changed-From-To: patched-closed
State-Changed-By: linimon
State-Changed-When: Fri Jul 6 08:26:20 UTC 2007
State-Changed-Why: 
It sounds as though this one is OBE.


Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:26:20 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95805
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/96133: [scsi] [patch] add scsi quirk for joyfly 128mb flash usb stick

2007-07-06 Thread Mark Linimon
Synopsis: [scsi] [patch] add scsi quirk for joyfly 128mb flash usb stick

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:27:00 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=96133
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/96714: [usbdevs] [patch] Update uvisor to support the Fossil Abacus Wrist PDA

2007-07-06 Thread Mark Linimon
Synopsis: [usbdevs] [patch] Update uvisor to support the Fossil Abacus Wrist PDA

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:27:17 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=96714
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/97174: [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize cache

2007-07-06 Thread Mark Linimon
Synopsis: [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize cache

State-Changed-From-To: patched-closed
State-Changed-By: linimon
State-Changed-When: Fri Jul 6 08:27:34 UTC 2007
State-Changed-Why: 
It sounds as though this is now OBE.


Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:27:34 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97174
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/101757: [patch] uhid.4: correct structure field names to match dev/usb/usb.h

2007-07-06 Thread Mark Linimon
Synopsis: [patch] uhid.4: correct structure field names to match dev/usb/usb.h

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:28:05 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=101757
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/103702: [cam] [patch] ChipsBnk: Unsupported USB memory stick

2007-07-06 Thread Mark Linimon
Synopsis: [cam] [patch] ChipsBnk: Unsupported USB memory stick

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:28:43 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=103702
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/106070: devd recognizes ucom, but ttyU is the device actually

2007-07-06 Thread Mark Linimon
Synopsis: devd recognizes ucom, but ttyU is the device actually

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:29:14 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=106070
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/107495: [cam] [patch] Fix long wait before WD My Book 250GB (USB) is recognized

2007-07-06 Thread Mark Linimon
Synopsis: [cam] [patch] Fix long wait before WD My Book 250GB (USB) is 
recognized

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:29:57 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=107495
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/107526: [usbdevs] Patch to support the Crystalfontz CFA-635 20x4 USB LCD

2007-07-06 Thread Mark Linimon
Synopsis: [usbdevs] Patch to support the Crystalfontz CFA-635 20x4 USB LCD

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:30:21 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=107526
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/107642: [patch] add Ralink Technology RT2501USB/RT2601USB chipset driver from OpenBSD

2007-07-06 Thread Mark Linimon
Synopsis: [patch] add Ralink Technology RT2501USB/RT2601USB chipset driver from 
OpenBSD

Responsible-Changed-From-To: freebsd-usb-kevlo
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:30:46 UTC 2007
Responsible-Changed-Why: 
kevlo: is this an MFC candidate?  If not, I will go ahead and close this PR.
Thanks.

http://www.freebsd.org/cgi/query-pr.cgi?pr=107642
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/108427: [patch] quirk: Samsung MP0402H

2007-07-06 Thread Mark Linimon
Synopsis: [patch] quirk: Samsung MP0402H

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:33:19 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=108427
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/110992: [uftdi] [patch] Add Tactrix Openport support in uftdi

2007-07-06 Thread Mark Linimon
Synopsis: [uftdi] [patch] Add Tactrix Openport support in uftdi

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:34:40 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=110992
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/113964: [ucom] [patch] kernel panic when dropping a connection

2007-07-06 Thread Mark Linimon
Synopsis: [ucom] [patch] kernel panic when dropping a connection

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:34:54 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113964
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/114154: [PATCH] umass quirk: Samsung YP-U2 USB MP3/Ogg Player

2007-07-06 Thread Mark Linimon
Synopsis: [PATCH] umass quirk: Samsung YP-U2 USB MP3/Ogg Player

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:35:13 UTC 2007
Responsible-Changed-Why: 
imp committed the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=114154
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/80361: [patch] mounting of usb-stick fails

2007-07-06 Thread Mark Linimon
Synopsis: [patch] mounting of usb-stick fails

Responsible-Changed-From-To: linimon-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jul 6 08:46:24 UTC 2007
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=80361
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/99419: external usb harddrive slow to accept

2007-07-05 Thread Mark Linimon
Synopsis: external usb harddrive slow to accept

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Jul 5 07:35:14 UTC 2007
Responsible-Changed-Why: 
Assign so the MFC mail goes out.

http://www.freebsd.org/cgi/query-pr.cgi?pr=99419
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/96546: [usb] [patch] Add support (quirk) for EasyMP3 EM732X USB 2.0 Flash MP3 Player

2007-07-05 Thread Mark Linimon
Synopsis: [usb] [patch] Add support (quirk) for EasyMP3 EM732X USB 2.0 Flash 
MP3 Player

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Jul 5 20:50:30 UTC 2007
Responsible-Changed-Why: 
Let imp track the MFC.

http://www.freebsd.org/cgi/query-pr.cgi?pr=96546
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kern/83504: [kernel] [patch] SpeedTouch USB stop working on recent current (and RELENG_6) (regression)

2007-07-05 Thread Mark Linimon
Old Synopsis: [usb] SpeedTouch USB stop working on recent current (and 
RELENG_6) (regression)
New Synopsis: [kernel] [patch] SpeedTouch USB stop working on recent current 
(and RELENG_6) (regression)

Responsible-Changed-From-To: freebsd-usb-freebsd-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Jul 5 20:56:04 UTC 2007
Responsible-Changed-Why: 
There is a patch here, but it's against kern_conf.c.

http://www.freebsd.org/cgi/query-pr.cgi?pr=83504
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/106462: [usbdevs] Motorola U6 PEBL not recognized by system via USB

2007-07-05 Thread Mark Linimon
Synopsis: [usbdevs] Motorola U6 PEBL not recognized by system via USB

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Jul 5 21:09:03 UTC 2007
Responsible-Changed-Why: 
imp made the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=106462
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/110122: [ugen] [patch] usb_interrupt_read does not respect timeout

2007-07-05 Thread Mark Linimon
Synopsis: [ugen] [patch] usb_interrupt_read does not respect timeout

Responsible-Changed-From-To: freebsd-usb-imp
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Jul 5 21:10:35 UTC 2007
Responsible-Changed-Why: 
Let imp track the MFC.

http://www.freebsd.org/cgi/query-pr.cgi?pr=110122
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]



Re: usb/114206: Re: urio patch in usb/51958

2007-07-02 Thread Mark Linimon
Old Synopsis: urio patch in kern/51958
New Synopsis: Re: urio patch in usb/51958

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Jul 2 06:09:03 UTC 2007
State-Changed-Why: 
Misfiled followup to usb/51958; content migrated.


Responsible-Changed-From-To: gnats-admin-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Jul 2 06:09:03 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114206
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/112944: [patch] Bi-directional access to HP LaserJet 1010 printer on USB seems faulty

2007-07-02 Thread Mark Linimon
Synopsis: [patch] Bi-directional access to HP LaserJet 1010 printer on USB 
seems faulty

State-Changed-From-To: feedback-open
State-Changed-By: linimon
State-Changed-When: Mon Jul 2 07:52:13 UTC 2007
State-Changed-Why: 
Submitter has forwarded the patch.


Responsible-Changed-From-To: linimon-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Jul 2 07:52:13 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112944
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/60248: [patch] Problem with USB printer HP LaserJet 1300

2007-07-02 Thread Mark Linimon
Synopsis: [patch] Problem with USB printer HP LaserJet 1300

State-Changed-From-To: suspended-closed
State-Changed-By: linimon
State-Changed-When: Mon Jul 2 10:48:22 UTC 2007
State-Changed-Why: 
Submitter notes that this is fixed.

http://www.freebsd.org/cgi/query-pr.cgi?pr=60248
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/114203: Re: usb/103702: [cam] [patch] ChipsBnk: Unsupported USB memory stick

2007-07-01 Thread Mark Linimon
Synopsis: Re: usb/103702: [cam] [patch] ChipsBnk: Unsupported USB memory stick

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Jul 2 02:04:23 UTC 2007
State-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114203
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/62309: [ugen] [panic] panic: ugen(4) driver

2007-06-30 Thread Mark Linimon
Synopsis: [ugen] [panic] panic: ugen(4) driver

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 05:58:47 UTC 2007
State-Changed-Why: 
To submitter: does this problem still recur?


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 05:58:47 UTC 2007
Responsible-Changed-Why: 
Note that submitter was asked for feedback (some time ago).

http://www.freebsd.org/cgi/query-pr.cgi?pr=62309
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/70942: [usb] Genius Wireless USB mouse: moused doesn't work correctly

2007-06-30 Thread Mark Linimon
Synopsis: [usb] Genius Wireless USB mouse: moused doesn't work correctly

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 06:04:23 UTC 2007
State-Changed-Why: 
To submitter: does the patch in usb/63837 fix your problem?


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 06:04:23 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70942
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/74358: [umass] unplugging at boot time an umass device crashes the system

2007-06-30 Thread Mark Linimon
Synopsis: [umass] unplugging at boot time an umass device crashes the system

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 06:10:41 UTC 2007
State-Changed-Why: 
Feedback timeout (4 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=74358
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/78989: please add USB keyboard support to install CD's

2007-06-30 Thread Mark Linimon
Synopsis: please add USB keyboard support to install CD's

Responsible-Changed-From-To: freebsd-usb-gavin
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 06:24:02 UTC 2007
Responsible-Changed-Why: 
Let gavin track this one.

http://www.freebsd.org/cgi/query-pr.cgi?pr=78989
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/84936: [kbd] install - usb keyboard not recognized

2007-06-30 Thread Mark Linimon
Synopsis: [kbd] install - usb keyboard not recognized

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 06:52:48 UTC 2007
State-Changed-Why: 
Is this still a problem with recent versions of FreeBSD, such as 6.2?


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 06:52:48 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84936
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/87099: [panic] ohci_add_done: addr 0x000d1bf0 not found

2007-06-30 Thread Mark Linimon
Old Synopsis: panic: ohci_add_done: addr 0x000d1bf0 not found
New Synopsis: [panic] ohci_add_done: addr 0x000d1bf0 not found

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 06:56:56 UTC 2007
State-Changed-Why: 
We need more information, such as a dmesg and a panic message, to be
able to debug this problem.


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 06:56:56 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87099
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/89087: usb external harddrive hangs with BBB reset failed, TIMEOUT messages

2007-06-30 Thread Mark Linimon
Synopsis: usb external harddrive hangs with BBB reset failed, TIMEOUT messages

State-Changed-From-To: feedback-open
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 07:04:20 UTC 2007
State-Changed-Why: 
Note that feedback was received some time ago.

http://www.freebsd.org/cgi/query-pr.cgi?pr=89087
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/105361: [panic] Kernel panic during unmounting mass storage (Creative mp3 player)

2007-06-30 Thread Mark Linimon
Synopsis: [panic] Kernel panic during unmounting mass storage (Creative mp3 
player)

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 07:44:46 UTC 2007
State-Changed-Why: 
Does this panic occur if you umnount the device before removal?  (We are
aware of the problem if a device is removed before unmounting).

http://www.freebsd.org/cgi/query-pr.cgi?pr=105361
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/112944: [patch] Bi-directional access to HP LaserJet 1010 printer on USB seems faulty

2007-06-30 Thread Mark Linimon
Synopsis: [patch] Bi-directional access to HP LaserJet 1010 printer on USB 
seems faulty

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 08:10:34 UTC 2007
State-Changed-Why: 
To submitter: the patch was stripped in transit.  Can you follow up to
this with the patch included?


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:10:34 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112944
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/113290: Aditional information to usb/106070

2007-06-30 Thread Mark Linimon
Synopsis: Aditional information to usb/106070

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 08:13:29 UTC 2007
State-Changed-Why: 
Content migrated to usb/106070.


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:13:29 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113290
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/113981: umount -f /mnt causing a crash if USB-stick is removed before umount

2007-06-30 Thread Mark Linimon
Synopsis: umount -f /mnt causing a crash if USB-stick is removed before umount

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 08:18:28 UTC 2007
State-Changed-Why: 
Unfortunately this is a well-known problem that lies underneath the USB
stack; other PRs are open on this issue.  The workaround for now is to
always umount the disk before removal.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113981
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/71280: [aue] aue0 device (linksys usb100tx) doesn't work in 100basetx, and doesn't reliably select media

2007-06-30 Thread Mark Linimon
Synopsis: [aue] aue0 device (linksys usb100tx) doesn't work in 100basetx, and 
doesn't reliably select media

State-Changed-From-To: feedback-open
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 08:29:32 UTC 2007
State-Changed-Why: 
Reassign to usb team, while noting that feedback was received some time ago.


Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:29:32 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71280
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/85257: [boot] BTX boot loader fails on USB CDROM (HP DL145 Opteron)

2007-06-30 Thread Mark Linimon
Synopsis: [boot] BTX boot loader fails on USB CDROM (HP DL145 Opteron)

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:33:24 UTC 2007
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=85257
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/96133: [scsi] [patch] add scsi quirk for joyfly 128mb flash usb stick

2007-06-30 Thread Mark Linimon
Synopsis: [scsi] [patch] add scsi quirk for joyfly 128mb flash usb stick

Responsible-Changed-From-To: freebsd-scsi-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:35:28 UTC 2007
Responsible-Changed-Why: 
This looks like a usb problem.

http://www.freebsd.org/cgi/query-pr.cgi?pr=96133
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/101448: [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/OHCI load

2007-06-30 Thread Mark Linimon
Old Synopsis: FBSD 6.1-STABLE/AMD64 crashes under heavy USB/OHCI load
New Synopsis: [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/OHCI load

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:36:14 UTC 2007
Responsible-Changed-Why: 
Reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=101448
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/103702: [cam] [patch] ChipsBnk: Unsupported USB memory stick

2007-06-30 Thread Mark Linimon
Synopsis: [cam] [patch] ChipsBnk: Unsupported USB memory stick

Responsible-Changed-From-To: freebsd-scsi-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:37:18 UTC 2007
Responsible-Changed-Why: 
Reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=103702
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/107495: [cam] [patch] Fix long wait before WD My Book 250GB (USB) is recognized

2007-06-30 Thread Mark Linimon
Synopsis: [cam] [patch] Fix long wait before WD My Book 250GB (USB) is 
recognized

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 08:37:48 UTC 2007
Responsible-Changed-Why: 
Reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=107495
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/107495: [cam] [patch] Fix long wait before WD My Book 250GB (USB) is recognized

2007-06-30 Thread Mark Linimon
Synopsis: [cam] [patch] Fix long wait before WD My Book 250GB (USB) is 
recognized

State-Changed-From-To: open-patched
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 21:37:47 UTC 2007
State-Changed-Why: 
Note that a fix was committed.

http://www.freebsd.org/cgi/query-pr.cgi?pr=107495
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/79656: [usb] RHSC interrupts lost

2007-06-29 Thread Mark Linimon
Synopsis: [usb] RHSC interrupts lost

State-Changed-From-To: closed-analyzed
State-Changed-By: linimon
State-Changed-When: Fri Jun 29 23:06:46 UTC 2007
State-Changed-Why: 
Change this to note that although it's fixed in p4, it is not yet fixed
in CVS.  Closing it early was my mistake.

http://www.freebsd.org/cgi/query-pr.cgi?pr=79656
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/57085: [umass] umass0 problems, with Sony Vio/USB memory stick

2007-06-29 Thread Mark Linimon
Synopsis: [umass] umass0 problems, with Sony Vio/USB memory stick

Responsible-Changed-From-To: sanpei-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 05:52:31 UTC 2007
Responsible-Changed-Why: 
Reassign from inactive committer to mailing list.

Hat:bugmeister

http://www.freebsd.org/cgi/query-pr.cgi?pr=57085
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kern/54981: [patch] QUIRK: Add support for Lexar 256MB USB drive

2007-06-29 Thread Mark Linimon
Synopsis: [patch] QUIRK: Add support for Lexar 256MB USB drive

Responsible-Changed-From-To: sanpei-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Jun 30 05:54:01 UTC 2007
Responsible-Changed-Why: 
Reassign from inactive src committer to mailing list.

To submitter: is this still a problem?

http://www.freebsd.org/cgi/query-pr.cgi?pr=54981
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/60248: [patch] Problem with USB printer HP LaserJet 1300

2007-06-29 Thread Mark Linimon
Synopsis: [patch] Problem with USB printer HP LaserJet 1300

State-Changed-From-To: feedback-suspended
State-Changed-By: linimon
State-Changed-When: Sat Jun 30 05:56:41 UTC 2007
State-Changed-Why: 
Mark as suspended due to feedback timeout.  Can anyone else confirm
whether this is still a problem or not?

http://www.freebsd.org/cgi/query-pr.cgi?pr=60248
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/97174: [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize cache

2007-06-27 Thread Mark Linimon
Synopsis: [umass] [patch] Y-E DATA USB-FDU quirk: no synchronize cache

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Wed Jun 27 06:27:48 UTC 2007
Responsible-Changed-Why: 
Reassign.

http://www.freebsd.org/cgi/query-pr.cgi?pr=97174
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/76653: [umass] [patch] Problem with Asahi Optical usb device (Pentax Optio S50)

2007-06-26 Thread Mark Linimon
Old Synopsis: Problem with Asahi Optical usb device (Pentax Optio S50)
New Synopsis: [umass] [patch] Problem with Asahi Optical usb device (Pentax 
Optio S50)

Responsible-Changed-From-To: freebsd-i386-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Jun 26 21:28:42 UTC 2007
Responsible-Changed-Why: 
Reassign.

http://www.freebsd.org/cgi/query-pr.cgi?pr=76653
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/114002: Re: [uplcom] panic while accessing /dev/cuaU0

2007-06-24 Thread Mark Linimon
Synopsis: Re: [uplcom] panic while accessing /dev/cuaU0

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Jun 25 02:28:31 UTC 2007
State-Changed-Why: 
Misfiled followup to usb/107935; content migrated.


Responsible-Changed-From-To: gnats-admin-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Jun 25 02:28:31 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114002
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/113851: Unable to boot install cd from USB-CDROM

2007-06-20 Thread Mark Linimon
Synopsis: Unable to boot install cd from USB-CDROM

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Wed Jun 20 07:09:22 UTC 2007
Responsible-Changed-Why: 
reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113851
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kern/113837: [umass] unable to access 1024 sector size storage

2007-06-20 Thread Mark Linimon
Old Synopsis: unable to access 1024 sector size storage
New Synopsis: [umass] unable to access 1024 sector size storage

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Wed Jun 20 07:13:29 UTC 2007
Responsible-Changed-Why: 
reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113837
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/41415: [usb] [patch] Some USB scanners cannot talk to uscanner driver via USB.

2007-06-14 Thread Mark Linimon
Synopsis: [usb] [patch] Some USB scanners cannot talk to uscanner driver via 
USB.

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Thu Jun 14 06:15:54 UTC 2007
State-Changed-Why: 
Feedback timeout ( 5 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=41415
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/78371: Philips Wearable Audio Player (128) fails to attach

2007-06-14 Thread Mark Linimon
Synopsis: Philips Wearable Audio Player (128) fails to attach

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Thu Jun 14 06:26:18 UTC 2007
State-Changed-Why: 
Feedback timeout ( 1 year).

http://www.freebsd.org/cgi/query-pr.cgi?pr=78371
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/91191: HP LaserJet 1020 (USB printer) not recognized

2007-06-14 Thread Mark Linimon
Synopsis: HP LaserJet 1020 (USB printer) not recognized

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Thu Jun 14 06:32:18 UTC 2007
State-Changed-Why: 
Feedback timeout ( 1 year).

http://www.freebsd.org/cgi/query-pr.cgi?pr=91191
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/91516: [umass] umass0 problems, with Freecom Classic SL Hard Drive 160 GB

2007-06-14 Thread Mark Linimon
Synopsis: [umass] umass0 problems, with Freecom Classic SL Hard Drive 160 GB

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Thu Jun 14 06:35:04 UTC 2007
State-Changed-Why: 
Feedback timeout ( 6 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=91516
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/89997: [umass] [panic] panic on iPod mini detach

2007-06-12 Thread Mark Linimon
Synopsis: [umass] [panic] panic on iPod mini detach

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 07:20:35 UTC 2007
State-Changed-Why: 
Feedback timeout ( 3 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=89997
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/93496: USB2.0 umass stalls on VIA

2007-06-12 Thread Mark Linimon
Synopsis: USB2.0 umass stalls on VIA

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 07:27:45 UTC 2007
State-Changed-Why: 
Feedback timeout (1 year).  The submitter noted that the problem was not
present in -CURRENT at that time.

http://www.freebsd.org/cgi/query-pr.cgi?pr=93496
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: junk/113563: aznduzzs

2007-06-11 Thread Mark Linimon
Synopsis: aznduzzs

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Jun 11 13:27:48 UTC 2007
State-Changed-Why: 
Looks like Mr. Troll is back.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113563
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/55555: [ums] system freezes with access to /dev/ums0

2007-06-11 Thread Mark Linimon
Synopsis: [ums] system freezes with access to /dev/ums0

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 04:50:33 UTC 2007
State-Changed-Why: 
Feedback timeout (3 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=5
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/76204: panic while using usb attached modem

2007-06-11 Thread Mark Linimon
Synopsis: panic while using usb attached modem

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 05:02:24 UTC 2007
State-Changed-Why: 
Feedback timeout (3 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=76204
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: i386/78218: [kue] kue not detected on Sony PCG-F370 VAIO

2007-06-11 Thread Mark Linimon
Synopsis: [kue] kue not detected on Sony PCG-F370 VAIO

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 05:04:10 UTC 2007
State-Changed-Why: 
Feedback timeout (3 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=78218
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/79656: [usb] RHSC interrupts lost

2007-06-11 Thread Mark Linimon
Synopsis: [usb] RHSC interrupts lost

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 05:05:47 UTC 2007
State-Changed-Why: 
hps: may I conclude that this is fixed in your implementation in Perforce?

http://www.freebsd.org/cgi/query-pr.cgi?pr=79656
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/80260: Travan USB tape drive fails to write

2007-06-11 Thread Mark Linimon
Synopsis: Travan USB tape drive fails to write

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 05:07:26 UTC 2007
State-Changed-Why: 
Feedback timeout (3 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=80260
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/82198: Panic on attaching of ONKI N-338 USB MP3 player

2007-06-11 Thread Mark Linimon
Synopsis: Panic on attaching of ONKI N-338 USB MP3 player

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 05:08:01 UTC 2007
State-Changed-Why: 
Feedback timeout (3 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=82198
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/82272: Can not recognize Casio camera EX-Z40 as a umass device (regression)

2007-06-11 Thread Mark Linimon
Synopsis: Can not recognize Casio camera EX-Z40 as a umass device (regression)

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Tue Jun 12 05:08:25 UTC 2007
State-Changed-Why: 
Reported to work on 6.1.

http://www.freebsd.org/cgi/query-pr.cgi?pr=82272
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: junk/113545: ejmpvugz

2007-06-10 Thread Mark Linimon
Synopsis: ejmpvugz

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Jun 11 02:40:49 UTC 2007
State-Changed-Why: 

Looks like Mr. Troll is back.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113545
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/113432: WARNING: attempt to net_add_domain(netgraph) after domainfinalize()

2007-06-08 Thread Mark Linimon
Synopsis: WARNING: attempt to net_add_domain(netgraph) after domainfinalize()

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Jun 8 16:29:18 UTC 2007
Responsible-Changed-Why: 
This sounds as though it may be a problem in USB.

http://www.freebsd.org/cgi/query-pr.cgi?pr=113432
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kern/62257: [umass] card reader UCR-61S2B is only half-supported

2007-05-24 Thread Mark Linimon
Synopsis: [umass] card reader UCR-61S2B is only half-supported

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu May 24 21:27:46 UTC 2007
Responsible-Changed-Why: 
Reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=62257
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/112460: ehci USB 2.0 doesn't work on nforce4

2007-05-21 Thread Mark Linimon
Synopsis: ehci USB 2.0 doesn't work on nforce4

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Tue May 22 02:02:55 UTC 2007
State-Changed-Why: 
Duplicate of usb/112461.

http://www.freebsd.org/cgi/query-pr.cgi?pr=112460
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/107642: [patch] add Ralink Technology RT2501USB/RT2601USB chipset driver from OpenBSD

2007-05-16 Thread Mark Linimon
Synopsis: [patch] add Ralink Technology RT2501USB/RT2601USB chipset driver from 
OpenBSD

State-Changed-From-To: open-patched
State-Changed-By: linimon
State-Changed-When: Thu May 17 05:42:15 UTC 2007
State-Changed-Why: 
Imported to HEAD May 6th.

http://www.freebsd.org/cgi/query-pr.cgi?pr=107642
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/112463: problem with Samsung USB DVD writer, libscg and FreeBSD kernel

2007-05-07 Thread Mark Linimon
Old Synopsis: Samsung USB DVD writer, libscg and FreeBSD kernel
New Synopsis: problem with Samsung USB DVD writer, libscg and FreeBSD kernel

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon May 7 12:03:43 UTC 2007
Responsible-Changed-Why: 
Reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=112463
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/89218: flash disk

2007-04-27 Thread Mark Linimon
Synopsis: flash disk

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Fri Apr 27 09:42:20 UTC 2007
State-Changed-Why: 
To submitter: does this problem still recur on 6.2?


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Apr 27 09:42:20 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89218
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/87565: [patch] Support for Vodaphone 3G/UMTS cards

2007-04-27 Thread Mark Linimon
Old Synopsis: [PATCH] Support for Vodaphone 3G/UMTS cards
New Synopsis: [patch] Support for Vodaphone 3G/UMTS cards

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Fri Apr 27 09:45:46 UTC 2007
State-Changed-Why: 
To submitter: does the fix that was committed from usb/106033 fix this
problem?


Responsible-Changed-From-To: freebsd-usb-linimon
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Apr 27 09:45:46 UTC 2007
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87565
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/73553: [usb] Microsoft USB Internet Keyboard not recongized

2007-04-27 Thread Mark Linimon
Synopsis: [usb] Microsoft USB Internet Keyboard not recongized

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Fri Apr 27 10:21:23 UTC 2007
State-Changed-Why: 
Feeback timeout ( 1 year).

http://www.freebsd.org/cgi/query-pr.cgi?pr=73553
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/112161: [usbdevs] [patch] Option N.V. Fusion UMTS Quad-GPRS

2007-04-26 Thread Mark Linimon
Synopsis: [usbdevs] [patch] Option N.V. Fusion UMTS Quad-GPRS

Responsible-Changed-From-To: freebsd-bugs-freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Apr 26 22:49:30 UTC 2007
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=112161
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: usb/93011: HP ScanJet 6200C uscanner problem

2007-04-25 Thread Mark Linimon
Synopsis: HP ScanJet 6200C  uscanner problem

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Wed Apr 25 10:43:52 UTC 2007
State-Changed-Why: 
Feedback timeout ( 6 months).

http://www.freebsd.org/cgi/query-pr.cgi?pr=93011
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >