Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-08-14 Thread Pete Zaitcev
On Mon, 14 Aug 2006 22:08:50 -0700, David Brownell <[EMAIL PROTECTED]> wrote: > I'm rather surprised you mention HID as getting much attention; it's > always seemed to me to be pretty much of an orphan, lucky to get > the occasional critical bugfix. That was mostly because of hid_io_error(), whic

[linux-usb-devel] [patch 9/9] rtl8150_disconnect() needs tasklet_kill()

2006-08-14 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> We need to wait until any currently-running handler has completed. Fixes an unplug-time oops reported by "Miles Lane" <[EMAIL PROTECTED]>. Cc: "Petko Manolov" <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTE

[linux-usb-devel] [patch 5/9] PM: video drivers and PM_EVENT_PRETHAW

2006-08-14 Thread akpm
From: David Brownell <[EMAIL PROTECTED]> Video drivers which explicitly test for messages reporting PM_EVENT_FREEZE will now handle PM_EVENT_PRETHAW the same way. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]> Cc: Pave

[linux-usb-devel] [patch 8/9] PM: issue PM_EVENT_PRETHAW

2006-08-14 Thread akpm
From: David Brownell <[EMAIL PROTECTED]> This patch is the first of this series that should actually change any behavior ... by issuing the new event, now tha the rest of the kernel is prepared to receive it. This converts the PM core to issue the new PRETHAW message, which the rest of the kerne

[linux-usb-devel] [patch 6/9] PM: USB HCDs use PM_EVENT_PRETHAW

2006-08-14 Thread akpm
From: David Brownell <[EMAIL PROTECTED]> This teaches several USB host controller drivers to treat PRETHAW as a chip reset since the controller, and all devices connected to it, are no longer in states compatible with how the snapshotted suspend() left them. Signed-off-by: David Brownell <[EMAIL

[linux-usb-devel] [patch 7/9] pm-usb-hcds-use-pm_event_prethaw-fix

2006-08-14 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> hc_died() got renamed. Cc: David Brownell <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]> Cc: Pavel Machek <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/usb/host/uhci-hcd.c

[linux-usb-devel] [patch 3/9] PM: define PM_EVENT_PRETHAW

2006-08-14 Thread akpm
From: David Brownell <[EMAIL PROTECTED]> This adds a new pm_message_t event type to use when preparing to restore a swsusp snapshot. Devices that have been initialized by Linux after resume (rather than left in power-up-reset state) may need to be reset; this new event type give drivers the chanc

[linux-usb-devel] [patch 4/9] PM: PCI and IDE handle PM_EVENT_PRETHAW

2006-08-14 Thread akpm
From: David Brownell <[EMAIL PROTECTED]> Convert some framework code to handle the new PRETHAW message. - IDE just treats it like a FREEZE. - The pci_choose_state() thingie still doesn't use PCI_D0 when it gets a FREEZE (and now PRETHAW) event, which seems rather buglike but wasn't s

[linux-usb-devel] [patch 1/9] usb-hub-driver-improve-use-of-ifdef fix

2006-08-14 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> Fix CONFIG_PM=n build. Cc: Alan Stern <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/usb/core/hub.c |2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/usb/core/hub.c~usb-hub-driv

Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-08-14 Thread David Brownell
On Monday 14 August 2006 7:54 pm, Pete Zaitcev wrote: > On Tue, 1 Aug 2006 08:17:51 -0700, David Brownell <[EMAIL PROTECTED]> wrote: > > > However a "grep ETIMEDOUT drivers/usb/*/*.[hc]" shows more than HID > > needs to change, you should update all the relevant drivers not > > just that one ... e

Re: [linux-usb-devel] [PATCH] EHCI: repair remote-wakeup support

2006-08-14 Thread David Brownell
On Wednesday 02 August 2006 2:02 pm, Alan Stern wrote: > On Wed, 2 Aug 2006, David Brownell wrote: > > > ... now that I have a machine that can partially resume from STR, > > I can maybe spend some time chasing some of those issues; the box > > that can resume partially from "standby" is tied up w

Re: [linux-usb-devel] help

2006-08-14 Thread David Brownell
On Monday 14 August 2006 12:37 am, s.balamurugan wrote: > > Hello USB USers, > > This bala, i am using 2.6 kernel, i > want to understand the code flow of ehci-hcd.c program. > Can anyone give me the documentation, UTSL. :) > or give some idea how to start t

Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-08-14 Thread Pete Zaitcev
On Tue, 1 Aug 2006 08:17:51 -0700, David Brownell <[EMAIL PROTECTED]> wrote: > However a "grep ETIMEDOUT drivers/usb/*/*.[hc]" shows more than HID > needs to change, you should update all the relevant drivers not > just that one ... e.g. other input drivers and the network drivers > are all pretty

Re: [linux-usb-devel] [ link to patch] resurrecting the uml-hcd

2006-08-14 Thread James McMechan
>From: Alan Stern <[EMAIL PROTECTED]> >To: James McMechan <[EMAIL PROTECTED]> >CC: linux-usb-devel@lists.sourceforge.net, > >Subject: Re: [linux-usb-devel] [ link to patch] resurrecting the uml-hcd >Date: Mon, 14 Aug 2006 10:59:12 -0400 (EDT) > >On Mon, 14 Aug 2006, James McMechan wrote: > >

[linux-usb-devel] [PATCH] usb-skeleton: small update -V1.

2006-08-14 Thread Luiz Fernando N. Capitulino
Hi Greg, This is on top of Alan's usb-skeleton-don-t-submit-urbs-after-disconnection.patch. o CodingStyle fixes o Removes trailing spaces o Do not make not needed initialiation of automatic variables o Use usb_endpoint_* functions o If we get an error in the write URB callback print

Re: [linux-usb-devel] drivers/usb/misc/cypress_cy7c63.c: NULL dereference

2006-08-14 Thread Greg KH
On Tue, Aug 15, 2006 at 02:04:42AM +0200, Adrian Bunk wrote: > The Coverity Checker spotted the following obvious NULL dereference: > > <-- snip --> > > ... > static int cypress_probe(struct usb_interface *interface, > const struct usb_device_id *id) > { > ... >

[linux-usb-devel] [-mm patch] make drivers/usb/core/driver.c:usb_device_match() static

2006-08-14 Thread Adrian Bunk
usb_device_match() can now become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c.old 2006-07-14 23:29:20.0 +0200 +++ linux-2.6.18-rc1-mm2-full/drivers/usb/core/driver.c 2006-07-14 23:29:51.0 +0200 @@ -471,7 +471

[linux-usb-devel] usbserial / visor debugging

2006-08-14 Thread t1
What is the best way to enable debugging for a Palm usb device? I need to see the data details of each usb packet exchanged with the Palm. Thanks Todd - Using Tomcat but need to do more? Need to support web services, secur

Re: [linux-usb-devel] [Linux-fbdev-devel] [PATCH 2.6.18-rc4] sisusbvga: fix sisusb.c

2006-08-14 Thread Antonino A. Daplas
On Mon, 2006-08-14 at 05:47 +0900, Mitsuhiro KOGA wrote: Added the author to the CC list. It would be better if you remove the #ifdef within the functions. So something like... > I had a problem with usb2vga and ppc linux. > The background of the console greens, and the font is not displayed. >

[linux-usb-devel] drivers/usb/misc/cypress_cy7c63.c: NULL dereference

2006-08-14 Thread Adrian Bunk
The Coverity Checker spotted the following obvious NULL dereference: <-- snip --> ... static int cypress_probe(struct usb_interface *interface, const struct usb_device_id *id) { ... if (dev == NULL) { dev_err(&dev->udev->dev, "Out of memory!\n");

Re: [linux-usb-devel] Device connect timing

2006-08-14 Thread Greg KH
On Sat, Aug 12, 2006 at 10:57:13AM -0400, Alan Stern wrote: > On Fri, 11 Aug 2006, Greg KH wrote: > > > As I see it, there's no advantage in making register_root_hub run in a > > > new thread. There _is_ an advantage in making the call from the hub > > > driver run in a new thread, but there are

[linux-usb-devel] help

2006-08-14 Thread s.balamurugan
Hello USB USers, This bala, i am using 2.6 kernel, i want to understand the code flow of ehci-hcd.c program. Can anyone give me the documentation, or give some idea how to start to understand this program. what are the steps to follow while analyzing this prog

[linux-usb-devel] 深圳康美丹3折特价专卖--21141511

2006-08-14 Thread 你好
海德堡CP2000全新对开平价印刷,600元起版印刷,质量保证,交货快捷!欢迎来电! 超低四色平价印刷,质量保证!288元! 深圳*信封*信纸*打号码联单平价做! 转让1997年海德堡速霸自动装版对开四色机! 招聘5年以上工厂管理年薪20万以上 http://sz.160ad.com - Using Tomcat but need to do more? Need to support web services, security

Re: [linux-usb-devel] Select Configuration of M-Audio USB Device

2006-08-14 Thread Clemens Ladisch
Alan Stern wrote: > On Mon, 14 Aug 2006 [EMAIL PROTECTED] wrote: > > all altsets from the configuration 1 are also included in > > configuration 2. This is the reason why I think switching the > > configuration in the driver would do no harm. > > I see. It sounds like a bad design. If all the alt

Re: [linux-usb-devel] Select Configuration of M-Audio USB Device

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006 [EMAIL PROTECTED] wrote: > The driver I'm talking about is the snd-usb-audio. If the world would > be perfect there would only be a single standard compliant driver for > all usb audio devices. But as we all now it isn't. This is the reason > why there are a lot of quirks

Re: [linux-usb-devel] Palm Treo 700p from Verizon

2006-08-14 Thread Luiz Fernando N. Capitulino
Em Fri, 11 Aug 2006 13:36:16 -0400 t1 <[EMAIL PROTECTED]> escreveu: |I have a new Palm Treo 700p from Verizon, and it seems they | have modified the software so the stock | kernel drivers will cause the 700p to reboot when the first character is | sent to ttyUSB0. :( | When the Ve

Re: [linux-usb-devel] [ link to patch] resurrecting the uml-hcd

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006, James McMechan wrote: > >There's no point queuing an URB for the root hub. Queued URBs are sent > >out over the USB bus... which makes no sense when the URB's destination is > >the HCD itself. > > > >Or to put it another way: Why should an HCD have to work to unpack the > >re

Re: [linux-usb-devel] Stoneridge Optac Download Tool

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006, Klaus Muth wrote: > Yep, I noticed the missing spaces, that is the reason why I added those > markers (>...<) in the kprint message. But I didn't know, that this is a > violation of the SCSI standard. It is. However, the device claims to support ANSI SCSI revision 0, which

Re: [linux-usb-devel] Usb storage mount problem

2006-08-14 Thread Alan Stern
On Mon, 14 Aug 2006, Manish RATHI wrote: > Hi, > I am using my usb controller driver in host mode for mass torage emulation. > Mass torage device is detected and I got following prints > SCSI device sdb: 1024 512-byte hdwr sectors (1 MB) > > > sdb: Write Protect is off > > sdb: assuming drive

Re: [linux-usb-devel] [PATCH] Support for gzipped usb.ids files

2006-08-14 Thread Aurelien Jarno
Hi! On Tue, Aug 08, 2006 at 06:36:30PM +0200, Aurelien Jarno wrote: > On Tue, Aug 08, 2006 at 02:22:24PM +0200, Thomas Sailer wrote: > > On Sun, 2006-08-06 at 14:10 -0700, Randy.Dunlap wrote: > > > > > It was just posted to the linux-pci m-l on Aug-04 and has not > > > been acted on. > > > > I'm

Re: [linux-usb-devel] Usb storage mount problem

2006-08-14 Thread Subhash Reddy Peddamallu
> Hi, > I am using my usb controller driver in host mode for mass torage > emulation. > Mass torage device is detected and I got following prints > > > / # INQUIRY message sent > > Vendor: Generic Model: Flash D Rev: > > Type: Direct-Access ANSI SCSI revision:

[linux-usb-devel] Usb storage mount problem

2006-08-14 Thread Manish RATHI
Hi, I am using my usb controller driver in host mode for mass torage emulation. Mass torage device is detected and I got following prints / # INQUIRY message sent Vendor: Generic Model: Flash D Rev: Type: Direct-Access ANSI SCSI revision: 00 SCSI dev