[linux-usb-devel] EHCI Suspend/Resume issues

2004-06-10 Thread Krishan Attre
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

Re: [linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-10 Thread viro
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

[linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-10 Thread Luca Risolia
-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

[linux-usb-devel] Undeliverable: Mail Delivery (failure)

2004-06-10 Thread System Administrator
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

Re: [linux-usb-devel] Behavior of serial usb driver when unplugged

2004-06-10 Thread Robert Hancock
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

[linux-usb-devel] BANNED FILENAME (message.scr) IN MAIL FROM YOU

2004-06-10 Thread Virus Checker
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

[linux-usb-devel] USB HID failure, 2.6.7-rc2

2004-06-10 Thread David Ford
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

[linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-10 Thread Greg KH
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

[linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-10 Thread viro
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? --

[linux-usb-devel] Re: Finding user/kernel pointer bugs [no html]

2004-06-10 Thread Greg KH
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

Re: [linux-usb-devel] Is there any USB OTG support in the Linux USB subsystem?

2004-06-10 Thread David Brownell
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

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 2859] New: Oops in usb code at kernel init

2004-06-10 Thread Nicolas Mailhot
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). > >

Re: [linux-usb-devel] Is there any USB OTG support in the Linux USB subsystem?

2004-06-10 Thread Roc Wu
--- 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

[linux-usb-devel] Re: PATCH: 2.6.7-rc3 drivers/usb/core/devio.c: user/kernel pointer bugs

2004-06-10 Thread Greg KH
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

[linux-usb-devel] failure notice

2004-06-10 Thread MAILER-DAEMON
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

Re: [linux-usb-devel] Is there any USB OTG support in the Linux USB subsystem?

2004-06-10 Thread Greg KH
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

[linux-usb-devel] Is there any USB OTG support in the Linux USB subsystem?

2004-06-10 Thread Roc Wu
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

[linux-usb-devel] [Fwd: oops on wake up using usb-keyb/mouse on powerbook]

2004-06-10 Thread Benjamin Herrenschmidt
-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

[linux-usb-devel] (yet another) philips isp1160 HCD

2004-06-10 Thread Dimitris Lampridis
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

[linux-usb-devel] Virus Detected by Network Associates, Inc. Webshield SMTP V4.5 MR1a

2004-06-10 Thread
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:

[linux-usb-devel] Re: PATCH: (as311) Update root-hub code for the ohci-lh7a404 driver

2004-06-10 Thread David Brownell
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

[linux-usb-devel] Problem connectin KonicaMinolta Dimage A2

2004-06-10 Thread Martin Pohlack
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

Re: [linux-usb-devel] USB Host Controller And a Web Cam

2004-06-10 Thread Mark McClelland
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

[linux-usb-devel] Обучение

2004-06-10 Thread ann
Здравствуйте, уважаемые коллеги! Поздравляем Вас с наступлением лета и предлагаем Вашему вниманию не имеющее аналогов предложение: приобретение видеозаписей семинаров в области кадрового менеджмента, а также бухгалтерского учета, налогообложения. Новые технологии и разработки в области подготовки