Re: [linux-usb-devel] Unitech USB barcode scanner issues

2007-05-01 Thread Jiri Kosina
On Mon, 30 Apr 2007, Bret Towe wrote: > I tested a de61 so far on an amd64 (previous testing was on a i386) and > its working when I grabbed a few scanners to do testing tonight I > apparently missed grabbing a de64 so I'll test that tomorrow Please let me know, thanks. > and at the moment it

Re: [linux-usb-devel] volatile ttyUSB# assignments , probably bitch # 3.7ee+43 :)

2007-05-01 Thread Gene Heskett
On Monday 30 April 2007, Greg KH wrote: >On Sat, Apr 28, 2007 at 01:32:51PM -0400, Gene Heskett wrote: >> Greetings; >> >> This is driving me batty (its just a short drive, folks) >> >> from /var/log/messages >> >> [EMAIL PROTECTED] rc3.d]# grep ttyUSB /var/log/messages >> Apr 22 22:23:28 coyote ke

Re: [linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-05-01 Thread Stefan Roese
Hi Dave, On Monday 30 April 2007 06:34, David Brownell wrote: > I cleaned it up a bunch ... Thanks. > can you verify this still works on your > hardware? Sanity tested on x86_64. Works fine on my 440EPx Sequoia board. > The "patch 2/2" needed at least one update; hooking ehci-hcd.c to that bu

[linux-usb-devel] Please reactivate your Yahoo! Groups email address

2007-05-01 Thread Yahoo!Groups
Dear Yahoo! Groups member, You belong to one or more email groups provided by Yahoo! Groups (groups.yahoo.com). Recently, messages sent to you from Yahoo! Groups have been returned to us as undeliverable. As a result, we have temporarily turned off message delivery to this email address. If

[linux-usb-devel] ISP1761 and gadget or usbnet

2007-05-01 Thread Clark Pope
Has anyone been able to get usbnet running with a ISP1761 philips device? We have the driver that philip's provides working okay in both host and device mode but it looks like to do usbnet we need the gadget framework up and that is significantly different than the philips device mode driver.

Re: [linux-usb-devel] ISP1761 and gadget or usbnet

2007-05-01 Thread David Brownell
On Tuesday 01 May 2007, Clark Pope wrote: > Has anyone been able to get usbnet running with a ISP1761 philips device? We > have the driver that philip's provides working okay in both host and device > mode but it looks like to do usbnet we need the gadget framework up and that > is significantly

Re: [linux-usb-devel] [PATCH 1/2] EHCI big endian data structures support (for 440EPx) 2nd try

2007-05-01 Thread David Brownell
On Tuesday 01 May 2007, Stefan Roese wrote: > > can you verify this still works on your > > hardware? Sanity tested on x86_64. > > Works fine on my 440EPx Sequoia board. Great. I forwarded it to Greg, so I hope the next batch of USB patches will include this. > > The "patch 2/2" needed at le

Re: [linux-usb-devel] Unitech USB barcode scanner issues

2007-05-01 Thread Bret Towe
On 5/1/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: > On Mon, 30 Apr 2007, Bret Towe wrote: > > > I tested a de61 so far on an amd64 (previous testing was on a i386) and > > its working when I grabbed a few scanners to do testing tonight I > > apparently missed grabbing a de64 so I'll test that tomor

Re: [linux-usb-devel] ISP1761 and gadget or usbnet

2007-05-01 Thread Clark Pope
>From: David Brownell <[EMAIL PROTECTED]> >To: linux-usb-devel@lists.sourceforge.net >CC: "Clark Pope" <[EMAIL PROTECTED]> >Subject: Re: [linux-usb-devel] ISP1761 and gadget or usbnet >Date: Tue, 1 May 2007 08:50:19 -0700 > >On Tuesday 01 May 2007, Clark Pope wrote: > > Has anyone been able to g

Re: [linux-usb-devel] volatile ttyUSB# assignments , probably bitch # 3.7ee+43 :)

2007-05-01 Thread Gene Heskett
On Tuesday 01 May 2007, Gene Heskett wrote: >On Monday 30 April 2007, Greg KH wrote: >>On Sat, Apr 28, 2007 at 01:32:51PM -0400, Gene Heskett wrote: >>> Greetings; >>> >>> This is driving me batty (its just a short drive, folks) [horribly word wrapped old log file] >>Are you yanking and plugging th

[linux-usb-devel] THE BEST CAPUCINO IN YOUR LIFE

2007-05-01 Thread cAppicinnA
AND FINALLy, DeaR LAdiEs and DeNTLemen!!! WE aRe proUd to preSEnT to yoU, Our grEaTEst achievemeNt, the BesT cappuchino recepie. You maY deFInıtEly obtain it from (+30) 555 555 55 55, caLL noW anD yOu will geT a 30% disCoUNt!!! HurrY uP Yours Cappicinna De La More --

[linux-usb-devel] Help with debugging no-callback problem with IrDA USB dongle

2007-05-01 Thread avillaci
After a big delay, I am now trying to write a driver for my USB-to-Irda dongle. This device reports the following in lsusb: Bus 002 Device 002: ID 07c0:4200 Code Mercenaries Hard- und Software GmbH Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.

[linux-usb-devel] [BUG] usb/core/hub.c loops forever on resume from ram due to bluetooth

2007-05-01 Thread Mark Lord
I have just replaced my primary single-core notebook with a nearly identical dual-core notebook, and moved the usb-bluetooth peripheral from the old machine to the new one. On the single-core machine, suspend/resume (RAM) worked fine even with the bluetooth module enabled. On the new dual-core ma

[linux-usb-devel] Pxa270 - Enabling USB Host port 2

2007-05-01 Thread Girish
Dear All, I am working on PXA270 board. We have 2 usb ports enabled on that. By default port1 is connected to dedicated differential ports. For Host port 2 there are 2 options 1.Differntial Mode: Can be Connected to differential port. The pin USBC_P and the pin USBC_N output USBH_N<2> and USB

Re: [linux-usb-devel] Help with debugging no-callback problem with IrDA USB dongle

2007-05-01 Thread Oliver Neukum
> Please notice that usbmon does log the IrDA discovery packet (the one that > starts with ), only my code does not get called for any response > on the > send. Is i possible that the device needs an init sequence you don't do? > I welcome any critique on the driver code, whether or not