On Sat, Feb 18, 2006 at 10:49:24PM -0800, Pete Zaitcev wrote:
>
> I see... This is a device which dislikes the stall clear when called after
> a stall on the control pipe.
>
> I knew this was inevitable ever since Wolfgang pointed me at it when we
> debugged Martin's Elitegroup K7S5A.
>
> I'm go
Andrew, great job -- this little C program does enable the joystick! (On my
working Slack distro, without downgrading usbutils)
I would not be surprised that this cheapo adapter has some sort of bugs. On
the other hand, when you plug it into a Windoze box, it just works without
any drivers,
On Sun, 19 Feb 2006 16:19:15 +1100, CaT <[EMAIL PROTECTED]> wrote:
Thanks for the trace, CaT!
> c31f414c 744561726 S Bo:005:02 -115 31 = 55534243 0600
> 00
> c31f414c 744561854 C Bo:005:02 0 31 >
> c31f414c 744561863 S Bi:005:01 -115 13 <
> c3
> # modprobe `cat /sys/bus/usb/devices/usb2/2-1/2-1:1.0/modalias`
> FATAL: Module usb:v045Ep0040d0300dc00dsc00dp00ic03isc01ip02 not found.
That one is supposed to have worked ... it's not exactly gibberish
fyi, it translates as:
usb:v045Ep0040d0300
usb device
vendor 045E (Microsoft)
produc
Apologies for the excessive delay. I had to put in the work around and
evetually the whole thing fell out of my head. :/
On Mon, Jan 09, 2006 at 10:17:13AM -0800, Pete Zaitcev wrote:
> On Tue, 10 Jan 2006 00:05:50 +1100, CaT <[EMAIL PROTECTED]> wrote:
> > kernel: [ 111.330762] usb 1-5: new high s
On 2/18/06, David Brownell <[EMAIL PROTECTED]> wrote:
> On Saturday 18 February 2006 7:52 pm, Andrew Fuller wrote:
>
> > > For pretty much any device /sys/$DEV, "modprobe /sys/$DEV/modalias"
> > > is what to modprobe with recent (since maybe 2.6.12?) kernels and
> > > matching module-init-tools.
>
On 2/18/06, Alan Stern <[EMAIL PROTECTED]> wrote:
> On Sat, 18 Feb 2006, Andrew Fuller wrote:
>
> That program does nothing but ask the device to send its device
> descriptor. Linux does that already as one of the first things whenever a
> new device is plugged in. It's not clear why the program
On Saturday 18 February 2006 7:52 pm, Andrew Fuller wrote:
> > For pretty much any device /sys/$DEV, "modprobe /sys/$DEV/modalias"
> > is what to modprobe with recent (since maybe 2.6.12?) kernels and
> > matching module-init-tools.
>
> Ok, I'm rather clueless about these things. I don't know wh
Andrew Morton wrote:
We still have some serious bugs, several of which are in 2.6.15 as well:
[...]
- Helge Hafting reports a usb printer regression - I don't know if that's
still live?
I tried printing four pages of graphichs with 2.6.16-rc3-mm1
and it worked fine. When I had the prob
>>> I don't think anybody claimed this isn't a regression for the 600X.
>> I narrowed it further. The short story is that this commit (diff
>> below sig) makes the second S3 sleep go into the endless loop, if
>> the loaded modules are exactly thermal, processor, intel_agp, and
>> agpgart:
> If y
On Fri, Feb 17, 2006 at 06:12:04PM -0800, Roland Dreier wrote:
> > +int execute_in_process_context(void (*fn)(void *data), void *data,
> > + struct execute_work *ew)
> > +{
> > + if (!in_interrupt()) {
> > + fn(data);
> > + return 0;
> > + }
>
> I
> +/**
> + * execute_in_process_context - reliably execute the routine with user
> context
> + * @fn: the function to execute
> + * @data: data to pass to the function
> + *
> + * Executes the function immediately if process context is available,
> + * otherwise schedules the
On Fri, Feb 17, 2006 at 04:42:43PM -0800, James Bottomley wrote:
> +static void execute_in_process_context_work(void *data)
> +{
> + void (*fn)(void *data);
> + struct execute_work *ew = data;
> +
> + fn = ew->fn;
> + data = ew->data;
> +
> + fn(data);
> +}
After removing kfree
On Fri, 17 Feb 2006, James Bottomley wrote:
> +/**
> + * execute_in_process_context - reliably execute the routine with user
> context
> + * @fn: the function to execute
> + * @data:data to pass to the function
> + *
> + * Executes the function immediately if process context is a
Hi!
> That's suspend-to-disk, yes?
>
> Dave, would you have the 2.6.15-1.1830_FC4 -> 2.6.15-1.1831_FC4 details
> handy? There surely can't be much difference?
>
> There seem to be several ACPI problems there. Do we have a reliable means
> of feeding such reports up into the (for example) acpi
On Sat, 18 Feb 2006, Andrew Fuller wrote:
> On 2/18/06, David Brownell <[EMAIL PROTECTED]> wrote:
> > Nobody should be using "usbmodules" on kernels newer than 2.5, so
> > don't bother with that. Just use the most current "usbutils", which
> > is going to be a 0.71 or CVS version.
>
> With the m
On 2/18/06, David Brownell <[EMAIL PROTECTED]> wrote:
> Nobody should be using "usbmodules" on kernels newer than 2.5, so
> don't bother with that. Just use the most current "usbutils", which
> is going to be a 0.71 or CVS version.
With the most current usbutils (0.71) my PS2->USB adapter does no
David Brownell wrote:
However, it's also confusing that the bug doesn't match the downstream
bug that allegedly corresponds to this. In particular, this report
claims the issue appears with 2.6.14-rc4, and the downstream bug
describes older kernels _without_ a patch that addresses a similar
bug
On Thu, 16 Feb 2006, Peter Wippich wrote:
>
> Hi Olav,
>
> just a short question in between:
>
> where did you find anythin about completion code 0xf ???
For example:
[ 122.48] td: f 8i2 0,64,64 0 101
^
>
> According to the ISP116x manual this doesn't exist (but is
On Saturday 18 February 2006 2:05 pm, Tim Christie wrote:
> > Nobody should be using "usbmodules" on kernels newer than 2.5, so
> > don't bother with that. Just use the most current "usbutils", which
>
> I would disagree.
Hotplug scripts for the past several kernels been able to directly
match
> Nobody should be using "usbmodules" on kernels newer than 2.5, so
> don't bother with that. Just use the most current "usbutils", which
I would disagree. I had a similar problem with a USB dance pad
controller under Fedora Core 4 (2.6.14-1.1644_FC4). It was recognized
when plugged in but a
David Brownell <[EMAIL PROTECTED]> wrote:
>
> On Saturday 18 February 2006 12:49 pm, Andrew Morton wrote:
> >
> > I thought we'd fixed this hang? It's been known about for a
> > month or so?
>
> Seems like a slightly different case, with a similar symptom. One
> that's still caused by the BIOS,
On Saturday 18 February 2006 12:49 pm, Andrew Morton wrote:
>
> I thought we'd fixed this hang? It's been known about for a
> month or so?
Seems like a slightly different case, with a similar symptom. One
that's still caused by the BIOS, of course:
> Cold boot works fine, and this problem doe
This combines two patches from Aras Vaichas that change section annotations
on the Ethernet gadget driver's module parameters, and adds a new serial
number parameter for devices that want to provide one.
From: Aras Vaichas <[EMAIL PROTECTED]>
This patch allows you to set the iSerialNumber field in
This marks the gadget driver init sections as "__init" and exit
sections as "__exit", to shrink runtime driver footprint and get
rid of some section mismatch warnings reported by new tools
This adds __init section annotations to gadget driver bind() routines to
remove calls from .text into .init se
On Thursday 16 February 2006 7:10 am, Dima Epshtein wrote:
> Hi,
>
> I found one more minor bug in EHCI driver.
> In the file ehci.h struct ehci_iso_stream has the field u8 interval;
>
> But accordingly with standard bInterval for ISO endpoints can be value
> from 1 to 16
> It means that interva
I thought we'd fixed this hang? It's been known about for a
month or so?
Begin forwarded message:
Date: Sat, 18 Feb 2006 08:03:33 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Bugme-new] [Bug 6098] New: EHCI handoff causes boot hang
http://bugzilla.kernel.org/show_bug.cgi?id=
On Friday 17 February 2006 7:17 pm, Andrew Fuller wrote:
> That's very interesting. So I poked around a little bit based on what
> you discovered. Namely that usbmodules behaves differently. ...
>
> Long story short: I tried out all four versions, and both of the 0.11
> versions work nicely (and
Am Samstag, 18. Februar 2006 16:37 schrieb Vladimir:
> In 2.6.16-rc3,
> when i unplug modem, while pppd trying to connect, dmesg output
Does this happen if you kill pppd before you unplug?
Is it repeatable?
Regards
Oliver
-
On Tue, 14 Feb 2006 16:23:14 -0800
Greg KH <[EMAIL PROTECTED]> wrote:
> Can you attach the output of /proc/bus/usb/devices with your device
> plugged into the system?
>
> thanks,
>
> greg k-h
>
$ cat /proc/bus/usb/devices
T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
B: A
贵公司负责人(经理/财务)您好:
我公司是深圳市恒亿实业有限公司.本公司实力雄厚(全国各地均有分公司).
有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分
各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售
餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可为贵公司
节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数.
我公司有经验丰富的办税专业人员,协助了众多公司合理避税。我司绝对是
31 matches
Mail list logo