[linux-usb-devel] Re: USB mouse problems in (2.6.12-rc6)

2005-06-20 Thread Nick Piggin
I've had no response to this on lkml, so I'll cc a few random people and places. The problem remains in 2.6.12-mm1. Nick Piggin wrote: Both 2.6.12-rc6 and rc6-mm1 make the mouse move around very strangely. Very noticable lag and infrequent updates of the position. System is a dual PIII. Some m

[linux-usb-devel] This process will help you Prevent the invasive nature of bankruptcy

2005-06-20 Thread mirian mccoy
Prevent harassing calls and letters. We have pioneered an advanced system of proven strategies that will get the creditors and debt collectors off your back for good Our debt termination program has legally stopped millions of dollars worth of debt from being collected. check out our Eliminatio

Re: [linux-usb-devel] Re: [PATCH] Creative WebCam mini driver

2005-06-20 Thread randy_dunlap
On Sun, 05 Jun 2005 10:21:16 +0300 Kiril Jovchev wrote: | randy_dunlap wrote: | > On Sun, 05 Jun 2005 01:52:33 +0300 Kiril Jovchev wrote: | > | > That happens. You aren't the first, but there are files and | > web pages that warn about these things. Have you read/studied | > these? | > | > D

[linux-usb-devel] Oops when plugged a usb flash

2005-06-20 Thread lei chen
Hi, I don't know if this is the right place to report bugs. If not, please forgive me and route me to the right alias. I use the standard Fedora Core 3 and its kernel. When I plugged a usb flash disk( NEWMAN 128M), I could see the system recognized this disk and automounted it in /media/u

Re: [linux-usb-devel] [patch 1/1] dma-mask : drivers/usb/host/ehci-hcd.c

2005-06-20 Thread David Brownell
On Monday 20 June 2005 2:55 pm, [EMAIL PROTECTED] wrote: > From: Christophe Lucas <[EMAIL PROTECTED]> > > > > I know the range of code where this patch is applied is #if 0'd, but to > do all the job about DMA_MASK... I have send it. Already in the queue for 2.6.13 ... no new patch is needed. O

Re: [linux-usb-devel] imx usb gadget controller driver

2005-06-20 Thread David Brownell
On Monday 20 June 2005 1:25 am, mike lee wrote: > Dear David > I attach the imx controller driver for 2.6.10, it should be fine to > patch 2.6.11. I have to say sorry to david that giving you the code with > nearly delay for 2 months. Could you refresh it to apply on 2.6.12? This obviously wo

Re: [linux-usb-devel] Stuck control URBs on some APC UPSes

2005-06-20 Thread Adam Kropelin
Christian Pernegger wrote: As I'm pressured to release my hardware, could you test it as well Christian?? Sorry it took so long. With just the apcupsd-enforce-urb-delay2.patch: apcupsd gets stuck right on startup, i. e. status queries just hang. It can't be killed by regular kill, but kill -9

[linux-usb-devel] USB Hard Drive not removable in 2.6.12

2005-06-20 Thread Steev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everyone, I am not subscribed to the list, so please CC me in any responses. I am having an issue with a Firefly USB external 20GB hard drive. Using kernel 2.6.11 and below, the device mounted fine. However, mm-sources from 2.6.12-rc4-mm1 and

Re: [linux-usb-devel] Troubles with 116x driver on PXA255 platform

2005-06-20 Thread Olav Kongas
On Mon, 20 Jun 2005, Michael wrote: > > --- Bill Gatliff <[EMAIL PROTECTED]> wrote: > > > Guys: > > > > > > > > I'm trying to use an isp1161 on a PXA255-based board. The > > isp1161 is tied to CS5, with A1 tied to the isp1161's A0 pin > > and A2 tied to the isp1161's A1 pin. I'm using ND

[linux-usb-devel] Re: gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1)

2005-06-20 Thread Greg KH
On Tue, Jun 21, 2005 at 12:48:42AM +0300, Olav Kongas wrote: > On Mon, 20 Jun 2005, Alexey Dobriyan wrote: > > > This patch provides an "isp116x-hcd" driver for Philips' > > > ISP1160/ISP1161 USB host controllers. > > --- /dev/null > > +++ gregkh-2.6/drivers/usb/host/isp116x-hcd.c > > > > > + *The

[linux-usb-devel] [patch 1/1] dma-mask : drivers/usb/host/ehci-hcd.c

2005-06-20 Thread domen
From: Christophe Lucas <[EMAIL PROTECTED]> I know the range of code where this patch is applied is #if 0'd, but to do all the job about DMA_MASK... I have send it. Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http:

[linux-usb-devel] Re: gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1)

2005-06-20 Thread Olav Kongas
On Mon, 20 Jun 2005, Alexey Dobriyan wrote: > > This patch provides an "isp116x-hcd" driver for Philips' > > ISP1160/ISP1161 USB host controllers. > --- /dev/null > +++ gregkh-2.6/drivers/usb/host/isp116x-hcd.c > > > + *The driver passes all usbtests 1-14. > > Missing space. > > > +static voi

[linux-usb-devel] MCC PMD1024LS/hid-core.c CODE

2005-06-20 Thread Robert Bliss
Hello: I would like to discuss with the person who added the following two lines to the hid_blacklist table in hid-core.c sometime between 2.6.9 and 2.6.11 what is going on in the hid driver for this device. The two lines are: { USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS, HID_QUIRK_IGN

Re: [linux-usb-devel] Troubles with 116x driver on PXA255 platform

2005-06-20 Thread Bill Gatliff
Michael: Are you using the latest version of the isp116x driver? These differences might be the diffs btw/ isp116x & isp1362, but I thought it would be helpful. I used ndelay, with the same address lines as well. My HW_SUSP is tied high, but these chips could be different in this respect. At

[linux-usb-devel] gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1)

2005-06-20 Thread Alexey Dobriyan
> This patch provides an "isp116x-hcd" driver for Philips' > ISP1160/ISP1161 USB host controllers. --- /dev/null +++ gregkh-2.6/drivers/usb/host/isp116x-hcd.c > + *The driver passes all usbtests 1-14. Missing space. > +static void preproc_atl_queue(struct isp116x *isp116x) > +{ > +

Re: [linux-usb-devel] Troubles with 116x driver on PXA255 platform

2005-06-20 Thread Michael
--- Bill Gatliff <[EMAIL PROTECTED]> wrote: > Guys: > > > > I'm trying to use an isp1161 on a PXA255-based board. The > isp1161 is tied to CS5, with A1 tied to the isp1161's A0 pin > and A2 tied to the isp1161's A1 pin. I'm using NDELAY. > > My resources look like this: > > static struct

Re: [linux-usb-devel] Stuck control URBs on some APC UPSes

2005-06-20 Thread Christian Pernegger
> As I'm pressured to release my hardware, could you test it as well Christian?? Sorry it took so long. With just the apcupsd-enforce-urb-delay2.patch: apcupsd gets stuck right on startup, i. e. status queries just hang. It can't be killed by regular kill, but kill -9 works (didn't before) C.

Antwort: Re: [linux-usb-devel] Kernel Oops/crash after removing/reconnecting USB mass storage device

2005-06-20 Thread gunter . ohrner
[EMAIL PROTECTED] schrieb am 20.06.2005 17:44:16: > > Please CC me on answers as I'm not subscribed to the list. Will look if > > there's a GMANE feed this evening. > > Call Trace: > > [] default_wake_function+0x0/0x10 > > [] class_device_del+0xa3/0xb0 > This looks like the same bug that Dag

[linux-usb-devel] Re: [PATCH] USB-serial layer: serial_close method

2005-06-20 Thread Greg KH
On Mon, Jun 20, 2005 at 02:13:39PM +0530, [EMAIL PROTECTED] wrote: > > Hi Greg, > > Patch for usb-serial > > Description of Patch > > > This patch fixes a race condition in the serial_close > method in the usb-serial layer. There can be a scenario > where a usb-serial adapt

[linux-usb-devel] Re: ub device errors [Fwd: Reboot: eve.kumria.com 2005-06-20 17:08 Security Events]

2005-06-20 Thread Pete Zaitcev
On Tue, 21 Jun 2005 00:05:33 +1000, Anand Kumria <[EMAIL PROTECTED]> wrote: I should warn you that ub is probably not ready for general use just yet, but if you are willing to play with it, I welcome any feedback. Once you had enough of it, disable CONFIG_BLK_DEV_UB. > However, the device has wor

[linux-usb-devel] [2.6.12 PATCH] ftdi_sio: remove redundant TIOCMBIS and TIOCMBIC code

2005-06-20 Thread Ian Abbott
Hi, This patch to the ftdi_sio driver removes redundant code to process the TIOCMBIS and TIOCMBIC ioctls as they are handled in the tty layer and never reach this driver. Signed off by me in the attachment. Please apply. TIA. Ian. ftdi_sio: Remove redundant handling of TIOCMBIS and TIOCMBIC io

[linux-usb-devel] [2.6.12 PATCH] ftdi_sio: reduce device id table clutter

2005-06-20 Thread Ian Abbott
Hi, The attached patch to the ftdi_sio driver reduces the number of device ID tables to one and detects the type of chip programmatically. It makes it easier to add new devices and makes the binary about 10 KiB smaller. Signed off by me in the attachment. Please apply. TIA. Ian. ftdi_sio: Us

Re: [linux-usb-devel] Kernel Oops/crash after removing/reconnecting USB mass storage device

2005-06-20 Thread Alan Stern
On Mon, 20 Jun 2005 [EMAIL PROTECTED] wrote: > Hi! > > I hope this report is ok this way. > > Please CC me on answers as I'm not subscribed to the list. Will look if > there's a GMANE feed this evening. > > Greetings, > > Gunter > > [1.] One line summary of the problem: > > Kernel Oops/cr

Re: [linux-usb-devel] refcount bug in kobject affecting acm

2005-06-20 Thread Alan Stern
On Mon, 20 Jun 2005, Oliver Neukum wrote: > Am Freitag, 10. Juni 2005 16:10 schrieb Alan Stern: > > On Fri, 10 Jun 2005, Oliver Neukum wrote: > > > > > Hi, > > > > > > would the person who posted a patch to the kobject code fixing > > > the bug which acm triggers in disconnect please get in touc

[linux-usb-devel] serial gadget driver : unexepected results ??

2005-06-20 Thread Maximus
Hi, I am trying to use serial gadget driver and CDC_ACM drivers. I am getting special characters; some characters which i have not sent ?. What is this happening ?. i have insmod g_serial.ko use_acm=1 Device Side: ls -l /dev/ttygserial crw-r--r--1 root root 127, 0 Jan

[linux-usb-devel] ub device errors [Fwd: Reboot: eve.kumria.com 2005-06-20 17:08 Security Events]

2005-06-20 Thread Anand Kumria
Hi Pete, Hi got your address from the MAINTAINERS file distributed with linux-2.6.12; I have a Concard 3340z camera which acts a USB mass storage device; however I frequently find that whenever I plug it into my laptop (Dell Inspiron 700m) I get messages like what is below in the kernel log. How

[linux-usb-devel] Kernel Oops/crash after removing/reconnecting USB mass storage device

2005-06-20 Thread gunter . ohrner
Hi! I hope this report is ok this way. Please CC me on answers as I'm not subscribed to the list. Will look if there's a GMANE feed this evening. Greetings, Gunter [1.] One line summary of the problem: Kernel Oops/crash after removing/reconnecting USB mass storage device [2.] Full descri

Re: [linux-usb-devel] usbnet ethernet duplex issue?

2005-06-20 Thread David Hollis
On Fri, 2005-06-17 at 12:27 -0700, Matt Mackall wrote: > I'm experimenting with a Netgear FA-120 USB 2.0 to Ethernet device and > seeing some strange behavior. > > If I run a 100MB transfer (TCP, via nc and dd) over out LAN, with the > Netgear on the sending end, I get about 10MB/s, as expected.

Re: [linux-usb-devel] refcount bug in kobject affecting acm

2005-06-20 Thread Oliver Neukum
Am Freitag, 10. Juni 2005 16:10 schrieb Alan Stern: > On Fri, 10 Jun 2005, Oliver Neukum wrote: > > > Hi, > > > > would the person who posted a patch to the kobject code fixing > > the bug which acm triggers in disconnect please get in touch with > > me? > > Are you talking about the problem whe

[linux-usb-devel] [PATCH] USB-serial layer: serial_close method

2005-06-20 Thread chinmay.kale
Hi Greg, Patch for usb-serial Description of Patch This patch fixes a race condition in the serial_close method in the usb-serial layer. There can be a scenario where a usb-serial adapter device driver's 'open' method is called while a close on the same port of the device

Re: [linux-usb-devel] usb serial gadget not working ??

2005-06-20 Thread David Brownell
I see you've posted your message to three different mailing lists. Using two different user acounts. Stop doing that ... neither behavior is appreciated, both will make folk start ignoring you How about picking just ONE list at a time? I've assigned followups to the linux-usb-devel list, which i

Re: [linux-usb-devel] usb serial gadget not working ??

2005-06-20 Thread Oliver Neukum
Am Montag, 20. Juni 2005 09:28 schrieb Ram: > # cat /proc/bus/usb/devices > > T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 12 Spd=12  MxCh= 0 > D:  Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=00 MxPS=64 #Cfgs=  1 > P:  Vendor=0525 ProdID=a4a6 Rev= 2.07 > S:  Manufacturer=Linux 2.6.12-rc2-omap2 with omap

[linux-usb-devel] usb serial gadget not working ??

2005-06-20 Thread Ram
Hi, I want to connect a Serial Gadget to Linux Host. I have configured the Slave to work as a Serial Gadget. The dmesg at the Slave looks like this: udc: USB reset done, gadget g_serial gs_set_config: Gadget Serial configured, full speed BULK config I have loaded cdc-acm dri