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
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
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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-
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
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
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/
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
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
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
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
* 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
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
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
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
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
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
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
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
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
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
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
35 matches
Mail list logo