[linux-usb-devel] (no subject)

2007-01-22 Thread Guenther Sohler
Dear Group, Some time before I have already asked about a review of my driver. In the meantime, I have done some rework and no semaphore in interrupt context anymore :) My driver reads data from a USB device and offers them to a device file. However I do not yet know, how to handle situations w

[linux-usb-devel] Philips USB ISP1161A and ISP1760 Host USB Controller Support

2007-01-22 Thread Arvind Agrawal
Hi, We are using Linux 2.6.11.7 with PXA255 Lubbock board and planning on replacing our existing Cypress SL811HS Host Controller (USB 1.1) with a USB 2.0 Controller. Our Sales rep has come with two Philips USB2.0 Controllers 1. ISP 1161A1 -- cliamed to be based on OHCI 2. ISP1760 -- EHCI (USB 2

Re: [linux-usb-devel] [PATCH 2.6.20-rc4] hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklist

2007-01-22 Thread Jeremy Roberson
Thanks On Tue, 2007-01-23 at 01:33 +0100, Jiri Kosina wrote: > On Mon, 22 Jan 2007, Jeremy Roberson wrote: > > > I'll check out those first few lines of hid-core.c as I'm always > > interested in how things work. Can you just remove the support for that > > hardware or do I need to submit anot

Re: [linux-usb-devel] [PATCH 2.6.20-rc4] hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklist

2007-01-22 Thread Jiri Kosina
On Mon, 22 Jan 2007, Jeremy Roberson wrote: > I'll check out those first few lines of hid-core.c as I'm always > interested in how things work. Can you just remove the support for that > hardware or do I need to submit another patch? I will queue it for upstream here, you don't need to submit

Re: [linux-usb-devel] [PATCH 2.6.20-rc4] hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklist

2007-01-22 Thread Jiri Kosina
On Mon, 22 Jan 2007, Jeremy Roberson wrote: > Question for you. I just noticed that there is an overlap between one > of our older IPanel VID/PID and an AIPTEK VID/PID. VID_0x08ca/PID_0x0010 > 15" How does the USB Subsystem handle this i.e. what is the order in > which USB drivers are loaded w

[linux-usb-devel] g_serial small error

2007-01-22 Thread Bryan O'Donoghue
Greetings. I was getting a weird non-acked control request using g_serial which I was assuming was a bug with some of my stuff. Looking in gs_setup_class however case USB_CDC_SET_LINE_CODING: Appears to be returning the line coding descriptor in 2.6.18-rc4 "Crazed Snow-Weasel". Shouldn'

Re: [linux-usb-devel] USB kernel / udev issue with Palm Treo 700p

2007-01-22 Thread Alan Stern
On Mon, 22 Jan 2007, Dirk Eddelbuettel wrote: > Oliver is more experienced in reading the CONFIG_USB_DEBUG output (which > I'll send you offlist), but the basic symptom is that the Palm 700p > > i) gets recognised and mapped to ttyUSB1 upon connection via the usb cable > > ii) but starting to

[linux-usb-devel] [PATCH] EHCI: fix interrupt-driven remote wakeup

2007-01-22 Thread Alan Stern
Now that port status change notifications are interrupt-driven, ehci-hcd needs to tell usbcore when a remote-wakeup resume operation is finished -- we can no longer rely on the core to poll and find out. This patch (as843) uses the root-hub status timer to force a poll after the resume is complete

Re: [linux-usb-devel] [PATCH] usbfs2: added fops to endpoint character devices

2007-01-22 Thread Greg KH
On Sun, Jan 21, 2007 at 12:29:18AM -0800, Sarah Bailey wrote: > Signed-off-by: Sarah Bailey <[EMAIL PROTECTED]> I agree with the static and coding style comments, as well as the "should be using async i/o". good luck, greg k-h

Re: [linux-usb-devel] [PATCH] switch ehci-hcd to new polling scheme

2007-01-22 Thread Alan Stern
On Sun, 21 Jan 2007, Marcelo Tosatti wrote: > On Wed, Jan 03, 2007 at 09:34:57PM -0800, David Brownell wrote: > > On Friday 29 December 2006 11:26 am, Marcelo Tosatti wrote: > > > > > Move that earlier ... into the existing block of code for STS_PCD. > > As Alan mentioned that can't be done si

Re: [linux-usb-devel] [GIT PATCH] USB fixes for 2.6.20-rc5

2007-01-22 Thread Marcel Holtmann
Hi Greg, > > > They include a small number of fixes for some USB bugs, and some new > > > device ids, all of the details are below. I've also disabled the USB > > > multithreaded probe option, as it broke a number of people's machines. > > > > what about the two pending patches to make device_mo

Re: [linux-usb-devel] USB kernel / udev issue with Palm Treo 700p

2007-01-22 Thread Dirk Eddelbuettel
Alan, Alan Stern rowland.harvard.edu> writes: > > On Mon, 22 Jan 2007, Dirk Eddelbuettel wrote: > > > Further (off-list) discussion with Oliver and some more tests revealed > > that the Palm Treo 700p can be used from Linux if the kernel is compiled > > _without_ the CONFIG_USB_SUSPEND option

Re: [linux-usb-devel] [GIT PATCH] USB fixes for 2.6.20-rc5

2007-01-22 Thread Greg KH
On Mon, Jan 22, 2007 at 09:15:04PM +0100, Marcel Holtmann wrote: > Hi Greg, > > > They include a small number of fixes for some USB bugs, and some new > > device ids, all of the details are below. I've also disabled the USB > > multithreaded probe option, as it broke a number of people's machines

Re: [linux-usb-devel] [GIT PATCH] USB fixes for 2.6.20-rc5

2007-01-22 Thread Marcel Holtmann
Hi Greg, > They include a small number of fixes for some USB bugs, and some new > device ids, all of the details are below. I've also disabled the USB > multithreaded probe option, as it broke a number of people's machines. what about the two pending patches to make device_move() working as expe

[linux-usb-devel] [PATCH 5/9] USB: unusual_devs.h for 0x046b:ff40

2007-01-22 Thread Greg KH
From: Pete Zaitcev <[EMAIL PROTECTED]> American Megatrends did something wrong in their floppy emulator. It breaks with both kinds of MODE SENSE which our stack sends. Alan and I tried a few tweaks, and got LUNs sensed right, but US_FL_NO_WP_DETECT is still needed. I set the firmware bracket to 1

[linux-usb-devel] [PATCH 8/9] USB: Fix for typo in ohci-ep93xx.c

2007-01-22 Thread Greg KH
From: Petr Stetiar <[EMAIL PROTECTED]> Attached patch fixes typo in USB driver reported by Chase Douglas on linux-cirrus mailing list. http://www.freelists.org/archives/linux-cirrus/12-2006/msg3.html Signed-off-by: Petr Stetiar <[EMAIL PROTECTED]> Signed-off-by: David Brownell <[EMAIL PROTEC

[linux-usb-devel] [PATCH 9/9] USB: unusual_devs.h entry for nokia 6233

2007-01-22 Thread Greg KH
From: Manuel Osdoba <[EMAIL PROTECTED]> In appendix a patch for the nokia 6233 mobile phone is included. The patch is against 2.6.20-rc5. It is my first patch. Hopefully it has the right format. The code makes my nokia 6233 on my computer work. From: Manuel Osdoba <[EMAIL PROTECTED]> Signed-off-

[linux-usb-devel] [PATCH 7/9] USB: disable USB_MULTITHREAD_PROBE

2007-01-22 Thread Greg KH
From: Greg Kroah-Hartman <[EMAIL PROTECTED]> Disable the USB_MULTITHREAD_PROBE option because it causes crashes on people's machines and they never remember to actually read the config help files. No one likes this, everyone hates it, I'm going to go eat worms... The full logic will be ripped ou

[linux-usb-devel] [PATCH 6/9] USB: add vendor/device id for Option GT Max 3.6 cards

2007-01-22 Thread Greg KH
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> This fixes http://bugzilla.kernel.org/show_bug.cgi?id=7814 Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/usb/serial/option.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/option.c b/d

[linux-usb-devel] [PATCH 4/9] USB: make usbhid ignore Imation Disc Stakka

2007-01-22 Thread Greg KH
From: Oliver Neukum <[EMAIL PROTECTED]> on request of the sourceforge project for this device, a kind of robotized CD storage, it should be ignored by the generic driver. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/usb/input/

[linux-usb-devel] [PATCH 3/9] USB: rndis_host: fix crash while probing a Nokia S60 mobile

2007-01-22 Thread Greg KH
From: Daniel Gollub <[EMAIL PROTECTED]> Bug fix for driver rndis_host which fixes rndis_host probing certain Nokia S60 (Series 60) mobiles. While the rndis_host get probed by usbnet and tries to bind the Nokia mobile the bind is going to fail. The rndis_host module tries to release the device, in

[linux-usb-devel] [PATCH 2/9] USB: asix: Detect internal PHY and enable/use accordingly

2007-01-22 Thread Greg KH
From: Andres Salomon <[EMAIL PROTECTED]> Different AX88772 dongles use different PHYs; the chip is capable of using both a primary and secondary PHY, and supports an internal and external PHY. It appears that some DUB-E100 devices use the internal PHY, so trying to use an external one will not wo

[linux-usb-devel] [PATCH 1/9] usbtouchscreen: make ITM screens report BTN_TOUCH as zero when not touched

2007-01-22 Thread Greg KH
From: Daniel Ritz <[EMAIL PROTECTED]> ITM screens send invalid x/y data when not touched. this was fixes a while ago but the problem is if the screen is not touched anymore the driver never does not report BTN_TOUCH as zero. fix it by sending the report with the last valid coordinates when pressur

[linux-usb-devel] [GIT PATCH] USB fixes for 2.6.20-rc5

2007-01-22 Thread Greg KH
Here are some USB fixes for 2.6.20-rc5 They include a small number of fixes for some USB bugs, and some new device ids, all of the details are below. I've also disabled the USB multithreaded probe option, as it broke a number of people's machines. Most of them have been in the -mm releases, but

Re: [linux-usb-devel] [PATCH] switch ehci-hcd to new polling scheme

2007-01-22 Thread Ingo Molnar
* Marcelo Tosatti <[EMAIL PROTECTED]> wrote: > On Wed, Jan 03, 2007 at 09:34:57PM -0800, David Brownell wrote: > > On Friday 29 December 2006 11:26 am, Marcelo Tosatti wrote: > > > > > Move that earlier ... into the existing block of code for STS_PCD. > > As Alan mentioned that can't be done

Re: [linux-usb-devel] [PATCH 1/1] airprime: add vendor/product id for Novatel Merlin u730 hspda card

2007-01-22 Thread Greg KH
On Sun, Jan 21, 2007 at 04:06:36PM -0800, Ken wrote: > > This patch adds vendor/device id combination for the Novatel Merlin u730 hspda > card. Tested with a cingluar branded card. > > Signed-off-by: Ken Caruso [EMAIL PROTECTED] > > diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial

Re: [linux-usb-devel] USB kernel / udev issue with Palm Treo 700p

2007-01-22 Thread Alan Stern
On Mon, 22 Jan 2007, Dirk Eddelbuettel wrote: > Further (off-list) discussion with Oliver and some more tests revealed that > the Palm Treo 700p can be used from Linux if the kernel is compiled _without_ > > the CONFIG_USB_SUSPEND option. > > My thanks to Oliver for his excellent help with t

Re: [linux-usb-devel] USB kernel / udev issue with Palm Treo 700p

2007-01-22 Thread Dirk Eddelbuettel
Oliver Neukum neukum.name> writes: > > Am Mittwoch, 17. Januar 2007 03:44 schrieb Dirk Eddelbuettel: > > A few days ago, I just got a new Palm device: a Palm Treo 700p. Having used > > the original Visor and then a Tungsten C under Linux, I am very dismayed > > that > > I cannot reliably talk

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-22 Thread Alan Stern
On Sat, 20 Jan 2007, Prakash Punnoor wrote: > Am Freitag 19 Januar 2007 17:11 schrieb Alan Stern: > > [Removed LKML from the CC: list] > > > > On Fri, 19 Jan 2007, Prakash Punnoor wrote: > > > Hi, > > > > > > I found quickly booted into a 2.6.19-rc5 kjernel which was lying around > > > here and he

Re: [linux-usb-devel] [PATCH]drivers/usb/core/sysfs.c cleanup

2007-01-22 Thread Alan Stern
On Mon, 22 Jan 2007, Oliver Neukum wrote: > Hi, > > I've decided to split this up. This adjusts sysfs.c to the coding style. > Alan, all issues fixed? You missed the three calls of usb_actconfig_attr starting on line 16, but otherwise you got them all. Thanks. I don't suppose you feel like fi

Re: [linux-usb-devel] [PATCH] usb-storage: use first bulk endpoints, not last

2007-01-22 Thread Pete Zaitcev
On Mon, 22 Jan 2007 11:58:34 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > Pete, you probably will want to make a similar change to ub. Done, thanks, Alan. Just one more reason to kill ub, I guess. -- Pete - Take Sur

[linux-usb-devel] [PATCH]drivers/usb/core/sysfs.c cleanup

2007-01-22 Thread Oliver Neukum
Hi, I've decided to split this up. This adjusts sysfs.c to the coding style. Alan, all issues fixed? Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> -- --- a/drivers/usb/core/sysfs.c 2007-01-22 15:49:40.0 +0100 +++ b/drivers/usb/core/sysfs.c 200

Re: [linux-usb-devel] [RFC] usbfs2: control endpoint device semantics and setup packets

2007-01-22 Thread Alan Stern
On Sun, 21 Jan 2007, David Brownell wrote: > But that does raise the question of what to do with state management. > There are at least two types of state management on the host side: > > * Config change (SET_CONFIGURATION, SET_INTERFACE) ... which should > maybe not be permitted using the

[linux-usb-devel] [PATCH] usb-storage: use first bulk endpoints, not last

2007-01-22 Thread Alan Stern
According to the Bulk-Only spec, usb-storage is supposed to use the _first_ bulk-in and bulk-out endpoints it finds, not the _last_. And while we're at it, we ought to test the direction of the interrupt endpoint as well. This patch (as842) makes both changes. Signed-off-by: Alan Stern <[EMAIL P

[linux-usb-devel] SORUNLARINIZ İCİN ÇARE ARI YORSANIZ..www.perihanhoca.com

2007-01-22 Thread MEDYUM PERİHAN HOCA
SU BAKIMI VE YILDIZNAME BAKIMI YAPILIR. www.perihanhoca.com PERİHAN OZDEMİR. GSM...0532 546 30 99 verdiğimiz rahatsızlıkdan dolayı özürdileriz. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Tec