Sid Boyce <[EMAIL PROTECTED]> wrote:
>
> Everything works OK on 2.6.12-rc4. The joysticks are seen by lsusb and
> the joystick test programs, but the controls do nothing in 2.6.12-rc5
> and 2.6.12-rc5-git8.
> # js_demo
> Joystick test program.
> ~~
> Joystick 0: "CH PRODUCTS C
On Friday 03 June 2005 14:55, stef wrote:
> Hello,
>
> I tested the patch. It is working fine.
>
> Regards,
> Stef
>
Stephane,
Some more changes:
- when filling input_id structure convert USB descriptors (le16_to_cpu)
- driver_info field in usb_acecad_id_table was not set
Just FYI and in case anyone wants to make time to chase some of these:
http://marc.theaimsgroup.com/?l=linux-kernel&m=111784217827125&w=2
lists some USB bugs on Andrew Morton's "things to worry about" folder,
which I've excerpted below. At least a few seem to just be old items
that should be r
> > It seems that this problem has been around for some time.
>
> I didn't check to see how long this code has been around.
It's in 2.6.10-pa3. Since the USB mouse and keyboard work in it,
some other change must have been involved in the 2.6.12 breakage.
As an aside, 2.6.10-pa3 doesn't seem to
On Fri, Jun 03, 2005 at 06:41:55PM -0400, John David Anglin wrote:
> > extract() and implement() have brain damaged attempts to handle
> > 32-bit wide "fields".
>
> It seems that this problem has been around for some time.
I didn't check to see how long this code has been around.
> Does it fix t
On Friday 03 June 2005 16:57, Alan Stern wrote:
> That may be a harmless artifact, arising because the OHCI driver is loaded
> before the EHCI driver.
Trouble is when this error is in dmesg no USB device works (Mouse, Storage).
It happens infrequently as I said.
> Your SysRq-T output is incomple
On Friday 03 June 2005 19:28, Andrew Morton wrote:
> Did it work OK under earlier kernels? If so, which?
2.6.11.x kernels don't have this problem. Problem is sysrq+T traces don't show
anything relating to the modprobe process, so I am not able to progress with
debugging.
Parag
-
Parag Warudkar <[EMAIL PROTECTED]> wrote:
>
> On 2.6.12-rc5 modprobe usb-storage hangs forever - it is reproducible most of
> the times.
Did it work OK under earlier kernels? If so, which?
---
This SF.Net email is sponsored by: NEC IT Guy Gam
> extract() and implement() have brain damaged attempts to handle
> 32-bit wide "fields".
It seems that this problem has been around for some time. Does
it fix the usb keyboard and mouse problems in 2.6.12?
Dave
--
J. David Anglin [EMAIL PROTECTED]
National Rese
On Fri, Jun 03, 2005 at 10:40:55AM -0400, Alan Stern wrote:
> On Fri, 3 Jun 2005, Andreas Koch wrote:
> > At the moment, I am uncertain whether I should examine the USB
> > behavior more closely, or whether something might be wrong with the
> > PCI Express driver. The reason for that thinking is,
>
> Try turning on CONFIG_USB_STORAGE_DEBUG. The debugging log will provide
> information about what's going wrong.
OK, did that
here is the result:
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-sto
Seems that it is unable to send packets on 2.6.12-rc5. I can see packets
coming in. I downgraded to 2.6.12-rc2 which works.
Device ID: 0846:1001
Info from /sys:
bConfigurationValue: 1
bDeviceClass: 00
bDeviceProtocol: 00
bDeviceSubClass: 00
bMaxPower: 90mA
bNumConfigurations: 1
bNumInterfaces:
On Fri, 3 Jun 2005, Greg KH wrote:
> On Fri, Jun 03, 2005 at 11:05:32PM +0300, Dag Nygren wrote:
> > > On Fri, Jun 03, 2005 at 08:27:01PM +0300, Dag Nygren wrote:
> > > >
> > > > Hi,
> > > >
> > > > just installed 2.6.11.11 on a single board computer using
> > > > a SGS Thomson integrated USB co
On Fri, 3 Jun 2005, Parag Warudkar wrote:
> On 2.6.12-rc5 modprobe usb-storage hangs forever - it is reproducible most of
> the times.
>
> The last line in dmesg is -
> [ 155.995171] Initializing USB Mass Storage driver...
>
> Also interesting is this line -
> [ 40.586298] ohci_hcd :00:0
On Fri, 3 Jun 2005, Stuart MacDonald wrote:
> From: Alan Stern [mailto:[EMAIL PROTECTED]
> > However, there is one possibility... Older Intel UHCI
> > hardware (the PIIX3
> > Neptune chipset) has an erratum that causes the controller
> > sometimes to
> > update a completed TD's status but not
On Fri, Jun 03, 2005 at 11:05:32PM +0300, Dag Nygren wrote:
> > On Fri, Jun 03, 2005 at 08:27:01PM +0300, Dag Nygren wrote:
> > >
> > > Hi,
> > >
> > > just installed 2.6.11.11 on a single board computer using
> > > a SGS Thomson integrated USB controller and found that
> > > inserting a USB 2.0
Hello,
I tested the patch. It is working fine.
Regards,
Stef
---
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge trac
On Fri, Jun 03, 2005 at 03:37:01PM +0300, Kiril Jovchev wrote:
> Hi,
>
> I have had small discussion about the patch on LKML with Alexey Dobriyan.
> So I have fixed the issues and sending the fixed patch.
> It is attached and pasted at the end of the e-mail. I am not sure what
> is the better way.
On 03/06/2005 18:38, Alan Stern wrote:
On Fri, 3 Jun 2005, Stuart MacDonald wrote:
I did see that uhci_interrupt() stops entering ie interrupts have
stopped being generated, but not due to lockup since the system was
fine, and I could reload my driver and have it communicate again.
That's the
From: Alan Stern [mailto:[EMAIL PROTECTED]
> However, there is one possibility... Older Intel UHCI
> hardware (the PIIX3
> Neptune chipset) has an erratum that causes the controller
> sometimes to
> update a completed TD's status but not update the QH's
> element pointer.
> As a result the c
On Fri, Jun 03, 2005 at 01:34:07PM +0200, Oliver Neukum wrote:
> Am Freitag, 3. Juni 2005 11:10 schrieb Greg KH:
> > On Fri, Jun 03, 2005 at 03:24:51PM +0800, Enzo Chen (?h) wrote:
> > >
> > > ??mxu2s_read_bulk_callback() {
> > > ??..
> > > ??if(port->read_urb->
On 2.6.12-rc5 modprobe usb-storage hangs forever - it is reproducible most of
the times.
The last line in dmesg is -
[ 155.995171] Initializing USB Mass Storage driver...
Also interesting is this line -
[ 40.586298] ohci_hcd :00:02.0: Unlink after no-IRQ? Controller is
probably using th
On Fri, 3 Jun 2005, Stuart MacDonald wrote:
> Why doesn't queueing work?
Sorry, I don't know. :-( My knowledge of the 2.4 uhci driver is limited
to the extent that it resembles the 2.6 uhci-hcd driver. I've never
seriously considered trying to maintain or improve it.
> Rhetorical mostly, :-
From: Greg KH [mailto:[EMAIL PROTECTED]
> On Fri, Jun 03, 2005 at 11:30:01AM -0400, Stuart MacDonald wrote:
> > From: On Behalf Of Greg KH
> > > In 2.6, throttle can be called in interrupt context too. See
> > > the recent
> > > visor fix that was required for this.
> >
> > patch-2.6.11 and pat
From: Alan Stern [mailto:[EMAIL PROTECTED]
> If there's anything in particular you need to know or are
> interested in, I
> might be able to help. Bear in mind that the 2.4 drivers are
> much more
> complicated and much less reliable than the 2.6 driver.
Thanks, I appreciate it. So...
Why d
On Fri, 3 Jun 2005, Stuart MacDonald wrote:
> Ah! The flashbacks! I did the same thing ages ago, and then again just
> now. My knowledge of uhci internals is greater, but still not complete
> or unconfused.
If there's anything in particular you need to know or are interested in, I
might be able
From: Greg KH [mailto:[EMAIL PROTECTED]
> On Fri, Jun 03, 2005 at 11:30:01AM -0400, Stuart MacDonald wrote:
> > From: On Behalf Of Greg KH
> > > In 2.6, throttle can be called in interrupt context too. See
> > > the recent
> > > visor fix that was required for this.
> >
> > patch-2.6.11 and pat
From: Pete Zaitcev [mailto:[EMAIL PROTECTED]
> On Fri, 3 Jun 2005 11:35:01 -0400, "Stuart MacDonald"
> <[EMAIL PROTECTED]> wrote:
> http://marc.theaimsgroup.com/?l=linux-usb-devel&m=109646810201898&w=2
>
> Yes, that's the one.
Thanks, I'll have a look at it.
..Stu
--
On Fri, Jun 03, 2005 at 11:30:01AM -0400, Stuart MacDonald wrote:
> From: On Behalf Of Greg KH
> > In 2.6, throttle can be called in interrupt context too. See
> > the recent
> > visor fix that was required for this.
>
> patch-2.6.11 and patch-2.6.10 don't contain the fix you are refering
> to.
On Fri, 3 Jun 2005 11:35:01 -0400, "Stuart MacDonald" <[EMAIL PROTECTED]> wrote:
> http://marc.theaimsgroup.com/?l=linux-usb-devel&m=109646810201898&w=2
Yes, that's the one.
-- Pete
---
This SF.Net email is sponsored by Yahoo.
Introducing Yah
From: On Behalf Of Ian Abbott
> The URB queueing stuff in ftdi_sio was implemented some time
> before the
> the problems with the uhci driver were known. I guessed I
> lived in hope
> that it would get fixed one day. (I even tried debugging it with
> printk's, but got horribly lost. I would
From: On Behalf Of Pete Zaitcev
> On Thu, 2 Jun 2005 21:43:46 -0400, "Stuart MacDonald"
> <[EMAIL PROTECTED]> wrote:
>
> > So, flush_to_ldisc() is running in interrupt context. It
> can call back
> > into usbserial.c in a number of ways, specifically serial_throttle.
> > Which tries to acquire a
From: On Behalf Of Greg KH
> In 2.6, throttle can be called in interrupt context too. See
> the recent
> visor fix that was required for this.
patch-2.6.11 and patch-2.6.10 don't contain the fix you are refering
to. Where am I looking?
> > So it seems to me that usbserial is fundamentally broke
On Friday 03 June 2005 1:58 am, Greg KH wrote:
> Here are some more USB patches for the 2.6.12-rc5 tree.
And attached, one more (non-GIT) patch to resolve a Zaurus problem.
OSDL bugids #4512 and #4545 seem to be duplicates of this report.
Please merge for 2.6.12-final... it's an obvious one-line
On Fri, 3 Jun 2005, [big5] Enzo Chen (³¯¤Í¤h) wrote:
> finally, we wanna unlink the read_urb in the close function, and it blocks:
>
> mxu2s_close() {
> ..
> if(serial->dev) {
> printk("unlinking...\n");
> usb_unl
cc:财务经理
您们好!
深圳市贝利实业有限公司,我公司联合国内设有分公司,现有发票可优惠
对外代开 ,普通发票(含商品销售、广告、运输、建筑安装、租凭等),增
值税发票。点数较低,还可以根据所做数量额度的大小来商讨更优惠的点数,
可为贵公司节省运作成本。
运作方式:贵公司只需将开票资料(购货单位名称、纳税人识别号、地址
电话、开户行及帐号和货物名称、单位、数量、单价、金额等等和邮寄地址)
传真到我公司,我司按要求开票后,直接按邮寄地址寄托。收票后付款。
我们公司全体成员期待与贵公司合作。
On Fri, 3 Jun 2005, Andreas Koch wrote:
> Hello all,
>
> I have the strangest problem with the additional USB ports in the ezDock
> docking station of my Acer Travelmate 8100 notebook. The docking
> station is somewhat exotic in that it connects via PCI Express to the
> notebook and attaches the
On Friday 03 June 2005 2:59 am, Guruprasad PV. wrote:
>
> Iam new to Linux. Iam Developing the driver for USB Device side and Iam
> using ATMEL AT 91RM9200 ARM Processor. I saw the at91_udc.c code in
> sourceforge.
See also the debugged version in the 2.6.12-rc4-at91 patch, as posted
on the Linu
Hi,
I have had small discussion about the patch on LKML with Alexey Dobriyan.
So I have fixed the issues and sending the fixed patch.
It is attached and pasted at the end of the e-mail. I am not sure what
is the better way.
BR
Kiril Jovchev
--- linux-2.6.11.11/drivers/usb/media/stv680.c 2005-05
Am Freitag, 3. Juni 2005 11:10 schrieb Greg KH:
> On Fri, Jun 03, 2005 at 03:24:51PM +0800, Enzo Chen (?h) wrote:
> >
> > Dear Greg,
> >
> > Thanks for your quick response, we very appreciate it.
> >
> > Our driver is developed based on the usbserial module.
> > The code listed below
On Fri, Jun 03, 2005 at 01:59:08AM -0700, Greg KH wrote:
> + * Note that even fields marked "public" should not be touched by the driver
> + * when the urb is owned by the hcd, that is, since the call to
> + * usb_submit_urb() till the entry into the completion routine.
This doesn't want to parse;
Hi ,
Iam new to Linux. Iam Developing the driver for USB Device
side and Iam using ATMEL AT 91RM9200 ARM Processor. I saw the at91_udc.c code in sourceforge. I went through
the code and I could not see/identify the following function
implementation. Can someone guide me regarding this
Hi Greg,
> > > Oh no, Linux already has about 5 of them at my last count...
> >
> > actually I only count 2 at the moment. It is BlueZ and Affix, because
> > OpenBT and BlueDrekar are no longer maintained. What is the 5th?
>
> I knew of one other closed source stack that I don't think ever becam
Hi Prakash,
> Is there any procedure to send packet from stack to tty driver ?... I
> didnt
> find any format and also flow ?...
if you use the bluetty driver you need to build the complete Bluetooth
stack by yourself. The format is HCI with H:4 transport protocol. The
Bluetooth specificat
On 02/06/2005 14:26, David Brownell wrote:
On Thursday 02 June 2005 4:45 am, Ian Abbott wrote:
The ftdi_sio driver does bulk URB queueing and runs into similar
problems with the uhci driver, but I found it worked okay using the
usb-uhci driver instead. Well, this was a couple of years ago:
Greg,
Is there any procedure to send packet from stack to tty driver ?... I
didnt
find any format and also flow ?...
Thanks
Prakash
-Original Message-
From: Greg KH [mailto:[EMAIL PROTECTED]
Sent: Friday, June 03, 2005 2:31 PM
To: Marcel Holtmann
Cc: Annamalai Prakash; linux-u
On 03/06/2005 07:33, Greg KH wrote:
Does anyone still use the newer 2.4 kernel releases in a distro anymore?
Debian are still using 2.2, aren't they? ;-)
I still use 2.4 on my Gentoo system at home, mainly because I can't be
arsed with all the fiddling around with dmraid, devicemapper and ini
On Fri, Jun 03, 2005 at 03:24:51PM +0800, Enzo Chen (?h) wrote:
>
> Dear Greg,
>
> Thanks for your quick response, we very appreciate it.
>
> Our driver is developed based on the usbserial module.
> The code listed below is our open function:
>
> mxu2s_open() {
>
On Fri, Jun 03, 2005 at 10:10:31AM +0200, Marcel Holtmann wrote:
> Hi Greg,
>
> > >Thanks for your reply ... I am thinking to write my own Bluetooth Stack
> >
> > Oh no, Linux already has about 5 of them at my last count...
>
> actually I only count 2 at the moment. It is BlueZ and Affix, be
Here are some more USB patches for the 2.6.12-rc5 tree. The ub patch is pretty
big, but I forgot to send that one to you way back at the beginning of 2.6.12-rc
It has had much testing in the -mm tree. The other patches are just fixes or
device ids, or a new driver. And the cp2101 driver has an u
[PATCH] USB: update urb documentation
On Wed, May 04, 2005 at 01:37:30PM -0700, David Brownell wrote:
> On Wednesday 04 May 2005 12:19 pm, Roman Kagan wrote:
> > struct urb {
> > /* private, usb core and host controller only fields in the urb */
> > ...
> > struct list_head urb_list;
[PATCH] USB: make MODALIAS code a bit smaller devices
This patch makes the code to provide modalias in sysfs for usb devices
56 bytes smaller in i386, while making it clear that the first part of
the modalias string is the same no matter what the device class is.
Signed-Off-By: Paulo Marques <[EM
[PATCH] USB Storage: Add unusual_devs for Trumpion Voice Recorder
The original entry of this patch was submitted by Filippo Bardelli
<[EMAIL PROTECTED]>, with cleanups and patch-ification by me.
This corrects the subclass that the device reports.
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
[PATCH] USB: add Option Card driver
This patch adds a new driver for "Option" cards. This is a GSM data card,
controlled by three "serial ports" which are connected via an OHCI adapter,
all located on an oversized PC-Card. It's sold by several GSM service
providers.
Traditionally, this card has
[PATCH] USB: CP2101 Add support for flow control
Added support to get/set flow control line levels using TIOCMGET and
TIOCMSET.
Added support for RTSCTS hardware flow control.
cp2101_get_config and cp2101_set_config modified to support long request
strings, required for configuring flow control.
[PATCH] USB: remove drivers/usb/media/pwc/ChangeLog
This patch removes the outdated ChangeLog file for this driver.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit d7771a33bf2b23fc6d0b9c133fb0c00670154f10
tree df2ea66e2eef7e38756ee5
[PATCH] USB: add new wacom device to usb hid-core list
- add Intuos3 and Cintiq 21UX
Signed-off-by: Ping Cheng <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 5ce0482e18193a15223911515ee44373cffb35b8
tree d86d3
[PATCH] USB: add Vernier devices to HID blacklist
They aren't really HID devices.
Damm microsoft HID driver, that thing has caused more companies to have
to do this kind of hack...
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 4871d3be13ea2b33edc9ba6fbcc30fc047087be7
tree 48d
[PATCH] USB: Support multiply-LUN devices in ub
Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
diff -urp -X dontdiff linux-2.6.12-rc3/drivers/block/ub.c
linux-2.6.12-rc3-lem/drivers/block/ub.c
---
commit f4800078d9ed4bd20b1b27f56e7b68cfa0d7
[PATCH] USB: hid-core: add Earthmate lt-20 productid to blacklist table
This patch adds the DeLorme Earthmate lt-20 productid to the hid
blacklist table. This patch ensures the lt-20 can be claimed by the
appropriate driver (cypress_m8).
Adds the product id 0x200, of the DeLorme Earthmate lt-20,
Hi Greg,
> >Thanks for your reply ... I am thinking to write my own Bluetooth Stack
>
> Oh no, Linux already has about 5 of them at my last count...
actually I only count 2 at the moment. It is BlueZ and Affix, because
OpenBT and BlueDrekar are no longer maintained. What is the 5th?
> Why w
Dear Greg,
Thanks for your quick response, we very appreciate it.
Our driver is developed based on the usbserial module.
The code listed below is our open function:
mxu2s_open() {
..
if(port->read_urb->status != -EINPROGRESS) {
62 matches
Mail list logo