,
Jim Spivak
Sales Associate
206-339-6160
[EMAIL PROTECTED]
BTW: If you did not S request this email and wish to be de-listed from the
master list please reply with "delist" in the subject.
-
This SF.ne
ot;interactive" processes that are being
cooperative.
- Jim
--
Jim Gettys
One Laptop Per Child
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance t
n 1984
or thereabouts.
Of course, in 1996, XFree86 would have ignored any such interfaces, in
its insane quest for operating system independent user space drivers
requiring no standard kernel interfaces (it is the second part of
this where the true insanity lay).
On Tue, Mar 13, 2007 at 09:55:41AM -0400, Mark Lord wrote:
> Jim Radford wrote:
> >On Mon, Mar 12, 2007 at 09:55:14PM -0400, Mark Lord wrote:
> >
> >>So where does the memory get freed -- the structure pointed at
> >>by the serial->port[i] thingie ? It's
On Mon, Mar 12, 2007 at 09:55:14PM -0400, Mark Lord wrote:
> Jim Radford wrote:
> >On Mon, Mar 12, 2007 at 05:18:19PM -0700, Greg KH wrote:
> >>On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote:
> >>>On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wro
On Mon, Mar 12, 2007 at 05:18:19PM -0700, Greg KH wrote:
> On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote:
> > On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote:
> > > On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> > > > On Mon, Ma
On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote:
> On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> > On Mon, Mar 12, 2007 at 04:22:22PM -0400, Mark Lord wrote:
> > > Oliver Neukum wrote:
> > > >>Mark Lord wrote:
> > > >>>O
Works.
> > This patch fixes the Oops that otherwise occurs whenever
> > a USB serial adapter is unplugged from a system, as well
> > the Oops seen when one is in use before resume (to RAM).
> Argh, no, this change was done to help the ftdi drivers out.
> Look at changes
On Thu, Mar 08, 2007 at 08:34:23PM -0800, Jim Radford wrote:
> I get the following oopses when unplugging my Prolific PL2303 serial
> adaptor. Sometimes I get one, sometimes the other. I think I've
> seen something similar with the ftdi_sio driver as well, so I don't
>
I get the following oopses when unplugging my Prolific PL2303 serial
adaptor. Sometimes I get one, sometimes the other. I think I've seen
something similar with the ftdi_sio driver as well, so I don't think
it started with 2.6.21-rc3-mm2.
-Jim
pl2303 ttyUSB0: pl2303 converter now di
time and to the serial port device itself, instead of to
the unadorned usb device, avoiding a NULL dereference.
Signed-Off: Jim Radford <[EMAIL PROTECTED]>
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 4695952..abc4355 100644
--- a/drivers/usb/serial/ftdi
On Thu, Feb 22, 2007 at 04:06:55PM -0800, Greg KH wrote:
> On Thu, Feb 22, 2007 at 01:59:58PM -0800, Jim Radford wrote:
> > One problem with this is that ->shutdown(), which cleans up my
> > pointer, is called before device_unregister(). So now we have:
> > ->attac
On Thu, Feb 22, 2007 at 01:29:19PM -0800, Jim Radford wrote:
> On Thu, Feb 22, 2007 at 11:40:33AM -0800, Greg KH wrote:
> > On Wed, Feb 21, 2007 at 03:28:51PM -0800, Jim Radford wrote:
> > > Allow usb-serial driver's attach callback to create sysfs attributes,
> >
On Thu, Feb 22, 2007 at 11:40:33AM -0800, Greg KH wrote:
> On Wed, Feb 21, 2007 at 03:28:51PM -0800, Jim Radford wrote:
> > Allow usb-serial driver's attach callback to create sysfs attributes,
> > by calling device_register, before calling ->attach().
> No, if you want
Move the sys files like the latency_timer to the more natural
usb_serial_port instead of the usb_device.
Signed-Off: Jim Radford <[EMAIL PROTECTED]>
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 4695952..179cc53 100644
--- a/drivers/usb/serial/ftdi_sio.c
Move the sys files like the latency_timer to the more natural
usb_serial_port instead of the usb_device.
Signed-Off: Jim Radford <[EMAIL PROTECTED]>
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 4695952..179cc53 100644
--- a/drivers/usb/serial/ftdi_sio.c
Fix a NULL deference in the latency_timer show/store callbacks.
Signed-Off: Jim Radford <[EMAIL PROTECTED]>
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -1023,12 +1023,10 @@ static s
Allow usb-serial driver's attach callback to create sysfs attributes,
by calling device_register, before calling ->attach().
Signed-Off: Jim Radford <[EMAIL PROTECTED]>
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c
--- a/drivers/usb/serial/usb-
he ->attach() in usb-serial. I'm not
sure what the implications of that are, but it works for me. After
that I could fix up the show/store callbacks.
These patches are against Linus' latest git tree (~ 2.6.21-rc1).
-Jim
ffer = kmalloc (buffer_size, GFP_KERNEL);
if (!dev->bulk_in_buffer) {
err("Couldn't allocate bulk_in_buffer");
goto error;
}
}
Thank you.
Jim
-
Take Surveys.
was made for a major number = 180 (mknode /dev/skel0 c 180 0), but to
open /dev/skel0 was always an error of "No Such Device". Why the
usb_skel_init was running, but the device could not be opened? How can I
debug this probl
pankaj chauhan wrote:
> dave,
>
> Thanks alot for useful information.
>
> Is there any way in which i can verify that is it the
> fault of device (i.e device is trying to draw more
> current) or my host controller is faulty (as you
> mentioned that some Host controllers behave in such
> way)?
>
>
e the main machine is STR.
We intend to leave the Marvell chip on (it can forward packets in the
mesh network, and/or wake up the CPU if there are inbound packets for
the machine that matter), and turn off the USB interface it is attached
to.
Regards,
Randy,
I did used to work, but now I understand that I might be better off
learning how to get 2.6 because of its enhanced support for USB. No?
Of course, I don't know how yet.
Jim
Jim Trek, Secretary
Science Holdings, Inc.
http://scienceholdings.com
[EMAIL PROTECTED]
(585) 637
/sda/mnt/usbvfatnoauto,sync 0
0
Jim Trek, Secretary
Science Holdings, Inc.
http://scienceholdings.com
[EMAIL PROTECTED]
(585) 637-0256
> Original Message
> Subject: Re: [linux-usb-devel] USB Memory Modules
> From: "Randy.D
o find out whether I have a 2.2 or
2.4 or 2.6 kernel. I know how to use apt-get.
What would you suggest?
Thank you for your help.
Jim
Jim Trek, Secretary
Science Holdings, Inc.
http://scienceholdings.com
[EMAIL PROTECTED]
(585) 637-0256
---
SF
ow-level API) documentation on this
subject? Better yet, to some sample application code?
Regards,
Jim Jensen
---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free -
nless you know the vendor-specific commands, if any, to read
physical blocks. :-)
Best regards,
jim.
Jim Blackson
Y-E Data, Inc. maker of 7-in-1 Digital Media memory card Reader/Writer
http://www.yedata.com/
---
SF email is sponsored by
the "derivated one" is:
http://benoit.papillault.free.fr/usbsnoop/index.php
Hope this helps,
jim.
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
Ge
When I unplug my four port keyspan USB serial converter or remove the
keyspan module I get a consistent oops. I'm running linux-2.6.3.
Thanks for any help with this,
-Jim
Unable to handle kernel NULL pointer dereference at virtual address
printing eip:
e0e084b1
*pde =
x kernel: usb-storage: -- auto-sense failure
Looks to me like another SubClass=x05 8070i device sending a SubClass=x04
UFI-style interrupt. :-(
See CBI spec Section 3.4.3.
Hope this helps,
jim.
---
SF.Net is sponsored by: Speed Start Your Linux A
possible.
Congratulations once more from our members of staff and thank
you for being part of our promotional program.
Sincerely,
Jim VAN Gill
Lotto Co-ordinator
N.B: Anybody under the age of 18 is automatically disqualified
and breach of confidentaility on the part of the winners will
result to
a Linux version, but I have never tried it myself.
HTH,
jim.
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
[EMAIL PROTECTED]
To unsubscribe, use
rc.theaimsgroup.com/?l=linux-usb-users&m=105960747508334&w=4
http://marc.theaimsgroup.com/?l=linux-usb-users&m=105966987700517&w=4
Hope this helps,
jim.
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
I'm beginning to warm to this USB electric lap blanket. :-)
http://www.direct.santec.co.jp/products/supply/ohizamoto/ohizamoto.asp
Makes sense for those without central heating.
#include
Best regards,
jim.
---
This sf.net email is spon
device is a coffee _can_
heat retainer. It will accommodate the 250 ml (8 oz) or 350 ml
(12 oz) cans of coffee or tea drink sold by vending machines in Japan.
The device will delay the cooling of a previously heated can of drink
(30 - 60 minutes); it cannot heat a cold can, the w
Hi Tom,
Here is a patch to lsusb.c (usbutils-0.11) to include the
language ID in a get string request, rather than using zero.
Hope this helps,
jim.
> <>
--- usbutils-0.11-backup/lsusb.cTue Aug 6 15:35:21 2002
+++ usbutils-0.11-new/lsusb.c Thu Jan 23 15:06:49 2003
also section 9.6.7.
Of course, my device is checking the LANGID field and stalls the get string
request because of an invalid LANGID. This produces timeout messages when
you run "lsusb -v", for example.
Best regards,
jim.
Jim Blackson
Y-E
ket. Makes for a nice
marker on the wire. Then every phase of BBB: command, data, status
terminates with a short packet. Might be able to eliminate some stalls that
way. :-)
Best regards,
jimb.
Jim Blackson
---
This sf.net email is sponsor
On Mon, Jun 03, 2002 at 10:35:58PM -0700, Mark McClelland wrote:
> Jim Richardson wrote:
>
> >On Sat, Jun 01, 2002 at 11:23:47AM -0700, Dmitri wrote:
> >
> >
> >>On Wed, 2002-05-29 at 20:58, an unknown sender wrote:
> >>
> >>
> >&g
n this way. Look in
> linux/drivers/usb/ for details. Then you don't need to deal with V4L
> interface.
Thanks a lot, I will do this. Like I said,I am basically clueless, with
a desire to do and learn. (unfortunately, it's rarely in that order...)
--
Jim Richardson
Anarchis
I'm not sure about the DEFAULT_GPIO_RESET bit. Most if the others
devices had it. It works for me.
-Jim
--- linux-2.4.17/drivers/usb/pegasus.h Sun Jan 27 11:34:07 2002
+++ linux/drivers/usb/pegasus.h Mon Jan 21 20:10:05 2002
@@ -145,6 +145,7 @@
#defineVENDOR_SMARTBRIDGES 0
egasus -84 errors in the syslog though. I've
had some reports that interrupts are disabled for a period of time
during the recovery from this error. Does anyone know if this is
correct?
Jim Buzbee
Echostar Technologies
___
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel
no CD-Recorder.
I had the same problem until I upgraded to a bleeding-edge version of
cdrecord : version, 1.10a05
Jim
>
> This is a 2.4.3-ac2 kernel on an AMD-750 based system.
> I have the black list disabled for the AMD-756 controller.
> using hotplug-2001_02_14-4 built locally
44 matches
Mail list logo