ScanMail for Microsoft Exchange has detected virus-infected attachment(s).
Sender = Postmaster at sztaki.hu
Recipient(s) = [EMAIL PROTECTED]
Subject = [linux-usb-devel] Delivery Notification: Delivery has failed
Scanning Time = 07/02/2003 03:27:36
Engine/Pattern = 6.510-1002/577
Action on virus f
Action Taken:
The attachment was deleted from the message and replaced with a text file
informing the recipient of the action taken.
To:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
From:
Postmaster at sztaki.hu <[EMAIL PROTECTED]>
Sent:
1931409536,29573184
Subject:
Attachment Details:-
Attachment
Action Taken:
The attachment was deleted from the message and replaced with a text file
informing the recipient of the action taken.
To:
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
From:
Mail Delivery Subsystem <[EMAIL PROTECTED]>
Sent:
-2088655872,29573181
Subject:
Attachment Details:-
Attachment
kernel: linux 2.4.21
usb host: usb-ohci
usbnet: PL2301 or GeneSys GL620USB-A(I test the both)
mainboard: winfast6300
scenerio:
(1) plug host-to-host line
(2) ifconfig usb0 up
(3) ifconfig usb0 192.12.10.35
(4) unplug the line
(5) messages on the screen:
usb-ohci.c SUB ...status
On Tuesday July 1, [EMAIL PROTECTED] wrote:
> Apologies if you seen this already but it seems the list ate my previous
> replies...
>
> On Tuesday 01 July 2003 04:40 am, Neil Brown wrote:
> > On Tuesday July 1, [EMAIL PROTECTED] wrote:
> ... skip ...
> > >
> > > 1. Modify mousedev so if an input
On Tue, Jul 01, 2003 at 01:45:48PM -0700, Greg KH wrote:
> On Mon, Jun 30, 2003 at 09:29:31PM +0200, Kay Sievers wrote:
> >
> > buffer_free.patch:
> > dev->udev was set to NULL to indicate a device disconnect but we need
> > this value for usb_buffer_free() when device is still opened and cleanup
ChangeSet 1.1508.1.6, 2003/06/30 10:59:49-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: Cosmetic cleanups
This is some cosmetic cleanups. Things like changing dr to cr (they used
to stand for usb_devrequest, which is now usb_ctrlrequest), using strlcpy
instead of strncpy, and modifying some comm
Alexander Dreweke wrote:
Oh, ok I've forgot to give you one more information, I'm programming a
HC driver for an operating system. So I have to take care of such
things. :o) So now my question makes a bit more sense i hope
For Linux?
Does the device drive have to take care of resetting the end
ChangeSet 1.1525.6.6, 2003/07/01 13:45:23-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb-skeleton.c usb_buffer_free() not called
dev->udev was set to NULL to indicate a device disconnect but we need
this value for usb_buffer_free() when device is still opened and cleanup is
delayed until skel_release(
ChangeSet 1.1508.1.7, 2003/06/30 11:00:45-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: General purpose I/O buffer allocation and management
This patch makes our private I/O buffer allocated such that it's pre-mapped
for DMA. We then add some logic to make sure that we don't try to re-map
it.
W
ChangeSet 1.1525.6.2, 2003/06/30 17:16:53-07:00, [EMAIL PROTECTED]
[PATCH] USB: turn down some debugging messages in uhci-hcd.
drivers/usb/host/uhci-hcd.c |9 -
1 files changed, 8 insertions(+), 1 deletion(-)
diff -Nru a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
--
Hi,
Here are some USB fixes and cleanups for 2.5.73. There are some
usb-storage changes, a few minor bugfixes, and the conversion of the
usb_bus structures to fit into the kernel driver model.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.5
Patches will be posted to linux-usb-d
ChangeSet 1.1508.1.9, 2003/06/30 11:18:01-07:00, [EMAIL PROTECTED]
[PATCH] USB: zaurus SL-C700
This is a patch for usbnet for working with Zaurus SL-C700.
The productid is different from other Zaurus, so i add an entry for it :)
drivers/usb/net/usbnet.c | 18 ++
1 files chang
ChangeSet 1.1508.1.1, 2003/06/27 11:55:31-07:00, [EMAIL PROTECTED]
Cset exclude: [EMAIL PROTECTED]|ChangeSet|20030621162021|08529
drivers/usb/storage/unusual_devs.h | 10 --
1 files changed, 10 deletions(-)
diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual
ChangeSet 1.1525.6.4, 2003/07/01 13:30:27-07:00, [EMAIL PROTECTED]
[PATCH] USB: move ehci's sysfs files to the class device instead of the pci device.
drivers/usb/host/ehci-dbg.c | 51
1 files changed, 28 insertions(+), 23 deletions(-)
diff -Nru
ChangeSet 1.1508.1.3, 2003/06/30 10:58:01-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: create associate_dev(), more US_*_DEVICE printout
This patch creates an associate_dev(), which is the mirror to
disassociate_dev(). It also adds some more printout when identifiying
devices that qualify for U
ChangeSet 1.1508.1.5, 2003/06/30 10:59:06-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: create private I/O buffer
This patch creates a private I/O buffer for the 'core' subdrivers. This
allows us to fix all cases of DMAing to/from the stacks, statics, or other
bad places.
drivers/usb/storage/
ChangeSet 1.1508.1.8, 2003/06/30 11:01:44-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: logic cleanup
This patch cleans up the logic involved in setting URB flags a bit so it's
more evident that some flags are always set and other flags are only set
under certain conditons.
drivers/usb/storage
Ok. With maintain the toggle bit i mean i have to have a boolean
variable and when it's true then i set the toggle bit in the actual
transfer descriptor. Or how does the controller know when to set this bit?
You don't have to maintain any toggle bits. The host controller driver
does so for yo
ChangeSet 1.1525.6.7, 2003/07/01 13:45:37-07:00, [EMAIL PROTECTED]
[PATCH] USB: Reconcile unusual_devs.h in 2.4 and 2.5
This patch for 2.5 copies into unusual_devs.h an entry that is present in
2.4 but missing here. It also adds back the IGNORE_SER flag with a dummy
value, just for backward comp
ChangeSet 1.1508.1.4, 2003/06/30 10:58:29-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: avoid sending URBs when disconnecting
This patch avoids sending URBs which are part of the reset system when the
device is being disconnected. It also makes the control thread avoid
starting anything for a de
ChangeSet 1.1525.6.3, 2003/07/01 13:30:15-07:00, [EMAIL PROTECTED]
[PATCH] USB: make struct usb_bus a struct class_device
This creates sys/class/usb_host/ which lists all usb hosts in the system.
drivers/usb/core/hcd-pci.c | 16
drivers/usb/core/hcd.c | 83 ++
ChangeSet 1.1508.1.2, 2003/06/30 10:57:07-07:00, [EMAIL PROTECTED]
[PATCH] USB storage: unusual_devs.h cleanups
This patch re-sorts unusual_devs.h and removes some duplicate entries.
drivers/usb/storage/unusual_devs.h | 120 -
1 files changed, 52 insertions
ChangeSet 1.1525.6.5, 2003/07/01 13:30:40-07:00, [EMAIL PROTECTED]
[PATCH] USB: move ohci's sysfs files to the class device instead of the pci device.
drivers/usb/host/ohci-dbg.c | 42 +++---
1 files changed, 27 insertions(+), 15 deletions(-)
diff -Nru a/
For the first time, I just managed to completely hang my system while
writing to the device under 2.5.73. This was happening frequently in
the 2.4 series, but it's worth noting that it still occurs with the
latest kernel as well.
Again, no "SOS" blinking LEDs, no mouse or keyboard, no power
switc
On Tue, Jul 01, 2003 at 12:06:14PM -0400, Alan Stern wrote:
> > Jun 28 00:32:30 joehill kernel: SCSI error: host 1 id 0 lun 0 return code = 802
> > Jun 28 00:32:30 joehill kernel: ^ISense class 7, sense error 0, extended sense 0
> I think those particular error messages arise because your devic
On Mon, Jun 30, 2003 at 09:29:31PM +0200, Kay Sievers wrote:
> Hi,
> please have a look at:
>
>
> buffer_free.patch:
> dev->udev was set to NULL to indicate a device disconnect but we need
> this value for usb_buffer_free() when device is still opened and cleanup is
> delayed until skel_release()
David Brownell wrote:
Wes Janzen wrote:
I can't seem to open the hiddev device... The driver appears to
install and the APC UPS is listed in lsusb with the driver HID, but I
can't open it.
I suspect it is caused by this:
<7>drivers/usb/host/ehci-q.c: clear tt 00:0a.2-3 p3 buffer, a4 ep0
<3>
Hello,
We are currently selling the domain name ITTONLINE.COM
It is priced at US$225
We thought that you may be interested in this.
Transfers can be complete in a matter of hours.
If you would like to use WWW.ITTONLINE.COM for your online business,please contact us
at y
David Brownell ([EMAIL PROTECTED]) said:
> > But the layers *are* related. Network devices are, one way or
> > another, directly connected to *some* underlying hardware.
>
> Sure. And the bus_info provides a cookie that identifies
> that hardware.
Which, if you can't relate that cookie *to* the
Bill Nottingham wrote:
For keeping track of devices; rather than have one list of network
hardware addresses, and one list of usb/pci/pcmcia/etc network devices,
it's better to have one list that just has the network hardware address
associated with the proper device.
That "one list" is what "name
On Tue, 1 Jul 2003, Adam Kessel wrote:
> One more data point--I recently got the following error message. The
> fact that it says kernel BUG suggests something wrong--should I forward
> this report to the kernel list, or is it a USB problem?
> ---
> kernel BUG at fs/buffer.c:1161!
> invalid opera
On Tue, 1 Jul 2003, Alexander Dreweke wrote:
> >>4: I must maintain the toggle bit for each established pipe (beside for
> >>the iso).
> > 1 - 3 are correct. 4 is misleading: _You_ don't have to maintain
> > anything; the host controller driver automatically takes care of that for
> > you.
>
> O
Bill Nottingham wrote:
For any device X-Y in /sys/bus/usb/devices, it appears
X-Y:Z/name gives either "Hub", or "usb_make_path() interface Z".
Or whatever that interface's iInterface string provides,
or that interface's driver puts there. Those are purely
descriptive strings, ideally meant to be r
4: I must maintain the toggle bit for each established pipe (beside for
the iso).
1 - 3 are correct. 4 is misleading: _You_ don't have to maintain
anything; the host controller driver automatically takes care of that for
you.
Ok. With maintain the toggle bit i mean i have to have a boolean
variab
Wes Janzen wrote:
I can't seem to open the hiddev device... The driver appears to install
and the APC UPS is listed in lsusb with the driver HID, but I can't open
it.
I suspect it is caused by this:
<7>drivers/usb/host/ehci-q.c: clear tt 00:0a.2-3 p3 buffer, a4 ep0
<3>drivers/usb/core/hub.c: us
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 01 July 2003 12:02 pm, Adam Kessel wrote:
> One more data point--I recently got the following error message. The
> fact that it says kernel BUG suggests something wrong--should I forward
> this report to the kernel list, or is it a USB prob
On Mon, 30 Jun 2003, Adam Kessel wrote:
> When I mount or unmount the device, I see this in syslog (and on the
> console):
>
> Jun 28 00:32:30 joehill kernel: SCSI error: host 1 id 0 lun 0 return code = 802
> Jun 28 00:32:30 joehill kernel: ^ISense class 7, sense error 0, extended sense 0
>
It's now working fine for me after a reboot. When I first did the
update, I got impatient, and did a "sync". This yielded nothing, so I
then kill -9ed it, which was, I admit, a little unfortunate. Didn't
seem to work, but a bad idea all the same.
I've now managed things OK, and though I still g
One more data point--I recently got the following error message. The
fact that it says kernel BUG suggests something wrong--should I forward
this report to the kernel list, or is it a USB problem?
---
kernel BUG at fs/buffer.c:1161!
invalid operand: [#2]
CPU:0
EIP:0060:[]Not taint
tu guangxiu wrote:
lists,
kernel: linux 2.4.21
I met one severe problem when using usbnet. I
unplugged the line made of PL2301, linux got to
freeze. I tested it with linux 2.4.20. There was no
such problem. Please help!
Then please provide more information. Like what
host controller driver
Hi Mike:
Looks like we have the same device indeed. I'm trying to use the Neuros
128M.
I haven't had much luck at all with it, as you'll see from my posting
below.
Do you have the same USB controller as me?
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
This is an HP Omn
Mike and Adam:
It looks like you two are having similar problems with the same sort of
device. I just noticed that the vendor and product ID numbers you both
report are the same (0451,5409). Check out:
http://sourceforge.net/mailarchive/forum.php?thread_id=2679481&forum_id=5398
and
http://s
On Tue, 1 Jul 2003, Alexander Dreweke wrote:
> Hi,
>
> I'm trying to understand the data-toggle mechanism but I find the spec a
> little bit confusing. Could someone please explain me the details?
>
> What I (believe to) know at the moment is:
> 1: If the toggle-bit in a transfer-descriptor is s
Hi,
I'm trying to understand the data-toggle mechanism but I find the spec a
little bit confusing. Could someone please explain me the details?
What I (believe to) know at the moment is:
1: If the toggle-bit in a transfer-descriptor is set, then the data1-pid
is used, if it isn't set then data0-pi
On 1 Jul 2003, Mike Bursell wrote:
> Hi -
>
> This is a problem I'm getting with a Neuros device ( http://www.neurosaudio.com/>) which was working fine a while ago. Don't
> know what the problem is, but the error output said to send this, so I
> am!
>
> I can't currently mount it, obviously.
Hi -
This is a problem I'm getting with a Neuros device (http://www.neurosaudio.com/>) which was working fine a while ago. Don't
know what the problem is, but the error output said to send this, so I
am!
I can't currently mount it, obviously.
-Mike.
Jul 1 14:04:36 satsuma kernel: SCSI error:
V I R U S A L E R T
Our viruschecker has found a VIRUS in a mail from you to "bitbucket".
The delivery of this mail has been canceled !!
If you need further information please contact [EMAIL PROTECTED]
This is an automatically generated message.
--
lists,
kernel: linux 2.4.21
I met one severe problem when using usbnet. I
unplugged the line made of PL2301, linux got to
freeze. I tested it with linux 2.4.20. There was no
such problem. Please help!
tu
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29
On Tue, 2003-07-01 at 10:03, Dmitry Torokhov wrote:
> - touchpads are not precise; when I take my finger off touchpad and then
> touch it again somewhere else I do not expect my cursor jump anywhere,
> I only expect cursor to move when I move my finger while pressing
> touchpad.
Uhmmm... M
On Tuesday July 1, [EMAIL PROTECTED] wrote:
> Hi,
>
> I was trying to teach mousedev to bind to new synaptics driver. This
> may be useful for gpm and other programs that don't have native event
> processing module written yet. Unfortunately absolute to relative
> conversion in mousedev only sui
Scanner: MailMonitor for SMTP v1.2.2
Problem description:
Email data:
MessageID: <[EMAIL PROTECTED]>
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Subject: *SPAM* Re: Movie
Scanning part []
Scanning part [your_details.zi]
Attachment validity check: passed.
Virus identity found:
Scanner: MailMonitor for SMTP v1.2.2
Problem description:
Email data:
MessageID: <[EMAIL PROTECTED]>
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Subject: *SPAM* Re: Movie
Scanning part []
Scanning part [your_details.zi]
Attachment validity check: passed.
Virus identity found:
53 matches
Mail list logo