Hi,
I am facing problems with my USB Device driver while resuming from suspend
state. The Controller and the stack on my PC is ehci-hcd and the device is a
High speed wireless interface. I have unloaded usb-uhci so that the device
is managed by EHCI stack only. When the system comes back to resume
On Fri, Jun 11, 2004 at 06:31:07AM +0200, Luca Risolia wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> >unsigned int cmd, void* arg)
> > {
> > struct w9968cf_device* cam;
> > + void __user *user_arg = (void __user *)arg;
>
> The right place to apply this pa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>unsigned int cmd, void* arg)
> {
> struct w9968cf_device* cam;
> + void __user *user_arg = (void __user *)arg;
The right place to apply this patch is in video_usercopy().
When video_usercopy() is used in the ioctl() me
Your message
To: [EMAIL PROTECTED]
Subject: Mail Delivery (failure)
Sent:Fri, 11 Jun 2004 06:02:36 +0200
did not reach the following recipient(s):
[EMAIL PROTECTED] on Fri, 11 Jun 2004 06:02:52 +0200
The recipient name is not recognized
The MTS-ID of the original messa
I think that the fix to send tty_hangup when the USB-to-serial adapter is
disconnected really should go in (there was about a 2-line patch posted a
while ago to add this). The application I'm working on required this patch
in order to detect that the USB serial port it's talking to has been
disconn
BANNED FILENAME ALERT
Our content checker found
banned name: message.scr
in email presumably from you (<[EMAIL PROTECTED]>), to the following recipient:
-> [EMAIL PROTECTED]
Please check your system,
or ask your system administrator to do so.
Delivery of the email was stopped!
For your ref
After some unknown event happens, I lose my USB mouse and dmesg starts
filling up with the following message:
drivers/usb/input/hid-core.c: control queue full
I'm moving to -rc3 this evening - hoping this bug is gone then. There
are no other messages prior to this other than the broken ALSA
On Thu, Jun 10, 2004 at 07:45:20PM +0100, [EMAIL PROTECTED] wrote:
> On Thu, Jun 10, 2004 at 11:34:42AM -0700, Greg KH wrote:
> > struct usb_mixerdev *ms = (struct usb_mixerdev *)file->private_data;
> > int i, j, val;
> > + int __user *int_user_arg = (int __user *)arg;
>
> Egads... How
On Thu, Jun 10, 2004 at 11:34:42AM -0700, Greg KH wrote:
> struct usb_mixerdev *ms = (struct usb_mixerdev *)file->private_data;
> int i, j, val;
> + int __user *int_user_arg = (int __user *)arg;
Egads... How about changing the name to something that would not be so
scary?
--
On Thu, Jun 10, 2004 at 09:58:21AM -0700, Greg KH wrote:
> On Thu, Jun 10, 2004 at 05:49:03AM +0100, [EMAIL PROTECTED] wrote:
> > > bugs in drivers/usb/core/devio.c:proc_control() even though that
> > > function has been annotated (this is not the first time cqual has found
> > > bugs in code audit
Greg KH wrote:
On Fri, Jun 11, 2004 at 12:09:51AM +0800, Roc Wu wrote:
Hi folks:
As you know, the OTG is to enhance the Host abilities
of the Portable device (such as PDA, SmartPhone
.). So in such embedded platform, PCI interface is
rarely used. However, the EHCI/OHCI/UHCI spec is
highly depen
Le mer, 09/06/2004 Ã 21:32 -0700, David Brownell a Ãcrit :
> Alan Stern wrote:
>
> > Unfortunately I'm not in a position to send in a fix for this right now.
> > Maybe the best thing will be to revert as305, as308b, as310, and as311 for
> > the time being (and obviously don't apply as312).
>
>
--- Greg KH <[EMAIL PROTECTED]> 的正文:> On Fri, Jun
11, 2004 at 12:09:51AM +0800, Roc Wu
> wrote:
> > Hi folks:
> > As you know, the OTG is to enhance the Host
> abilities
> > of the Portable device (such as PDA, SmartPhone
> > .). So in such embedded platform, PCI
> interface is
> > rarely used
On Wed, Jun 09, 2004 at 03:40:50PM -0700, Robert T. Johnson wrote:
> Since ctrl is copied in from userspace, ctrl.data cannot safely be
> dereferenced. Let me know if you have any questions or if I've made
> a mistake.
Oops, I added this bug, sorry about that, good catch.
I've applied this to m
Hi. This is the qmail-send program at qs732.pair.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<[EMAIL PROTECTED]>:
This email address no longer exist
<[EMAIL PROTECTED]>:
This email address no
On Fri, Jun 11, 2004 at 12:09:51AM +0800, Roc Wu wrote:
> Hi folks:
> As you know, the OTG is to enhance the Host abilities
> of the Portable device (such as PDA, SmartPhone
> .). So in such embedded platform, PCI interface is
> rarely used. However, the EHCI/OHCI/UHCI spec is
> highly depend o
Hi folks:
As you know, the OTG is to enhance the Host abilities
of the Portable device (such as PDA, SmartPhone
.). So in such embedded platform, PCI interface is
rarely used. However, the EHCI/OHCI/UHCI spec is
highly depend on the PCI interface. Is that true? So
some USB OTG chips of the embe
-Forwarded Message-
From: Soeren Sonnenburg <[EMAIL PROTECTED]>
To: Linux Kernel <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Subject: oops on wake up using usb-keyb/mouse on powerbook
Date: Thu, 10 Jun 2004 08:06:20 +0200
Hi!
I get this oops when I use a usb keyboar
Hi everybody,
I've started writing (yet another) driver for the isp1160, this time
using the kernel 2.6 API (hcd.h with usb_hcd_pci_[probe/remove/...]
etc.)
I'm really in the beginning and I don't have any other experience in
this field so excuse my silly questions, but there are some things that
I
Network Associates WebShield SMTP V4.5 MR1a on corpvirus1 detected virus
W32/[EMAIL PROTECTED] in attachment Notice.zip from <[EMAIL PROTECTED]> and it
was Deleted.
---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite! GUADEC:
Alan Stern wrote:
On Wed, 9 Jun 2004, David Brownell wrote:
Needs an update for ohci-lh7a404.c too ...
I didn't even know this driver existed! Where did usb/host/* come from?
That was mostly my bad. "bk diffs" doesn't show new files,
and I forgot to update the "diff" output when I appended
that
Hi List,
I tried to connect my KonicaMinolta Dimage A2 to my T40p and was not
able to get it working.
I use Kernel-2.6.6 and another Compact-Flash reader works fine using
usb-storage.
This is the relevant part from my log-file:
...
Jun 9 23:07:07 monat Initializing USB Mass Storage driver...
J
sting sting wrote:
Hello ,
Did anybody try to test a webcam when running with sl811 USB Host
Controller ?
Is this Host Controller not too low in speed for a webcam
(whuch usually grabbs 25 fps by default?)
Did he succeed ? in case he did - with which camera and driver?
It's possible... the pers
Здравствуйте, уважаемые коллеги!
Поздравляем Вас с наступлением лета и предлагаем Вашему вниманию не имеющее аналогов
предложение: приобретение видеозаписей семинаров в области
кадрового менеджмента, а также бухгалтерского учета, налогообложения.
Новые технологии и разработки в области подготовки
24 matches
Mail list logo