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