On Thu, 26 Aug 2004 10:34:08 +0100, Alex Bennee <[EMAIL PROTECTED]>
wrote:
Not us I'm afraid, we've just stuck to memory sticks, keyboards, and CD
writers. Have you tested the Bluetooth dongle works on another system
with different USB low level driver.
Thanks for the answer.
I have tested 3 to 4 U
-Original Message-
From: Alan Stern [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 26, 2004 11:27 PM
To: Bo Henriksen
Cc: USB development list
Subject: Re: [linux-usb-devel] Re: [PATCH] UDC gadget driver for lh7a40x
(LPD SDK)
> On Monday 16 August 2004 3:09 am, Bo Henriksen wrote:
>
I have developed usb host side driver for Intel's Xscale chip(PXA2xx). To processor
are connected by using usb transceiverless model. The issue is:
When the client is disconnected from the host, host side usb driver will come into a
kernel BUG and make a kernel panic. The BUG is located in the fu
On Thu, 26 Aug 2004, Linus Torvalds wrote:
>
> At no point was it a legal argument. In fact, since none of the people
> involved were layers, you shouldn't even try to _make_ it a legal
> arguments.
Before somebody points out that I do legal arguments too, I just wish to
say
- sometimes you
On Thu, 26 Aug 2004, Craig Milo Rogers wrote:
> On 04.08.26, Greg KH wrote:
> > Greg Kroah-Hartman:
> > o USB: rip out the whole pwc driver as the author wishes to have done
> > o USB: rip the pwc decompressor hooks out of the kernel, as they are a GPL
> > violation
>
> The decompres
On Thu, 26 Aug 2004, Eric St-Laurent wrote:
>
> I understand the need to remove the decompressors hooks, i can live with
> the inconveniences for the time being.
I think everybody can understand that part.
> However, i think that the GPL pwc driver should stay in, regardless of
> the author op
On Thu, 2004-08-26 at 22:28, Andrew Morton wrote:
> In this case, special-purpose hooks for a binary-only module are a no-no.
>
> Leaning on the binary driver vendor is the best approach although speaking
> realistically, someone needs to get down and implement a driver which uses
> the normal k
On Thu, 2004-08-26 at 22:28, Andrew Morton wrote:
> In this case, special-purpose hooks for a binary-only module are a no-no.
I understand the need to remove the decompressors hooks, i can live with
the inconveniences for the time being.
However, i think that the GPL pwc driver should stay in,
Eric St-Laurent <[EMAIL PROTECTED]> wrote:
>
> As a owner of two webcams that uses this driver, i hate seeing this be
> removed.
Well yeah. Everybody hates seeing functionality which is useful to people
go away. But the license has served us well thus far and if we're to go
bending further than
On Thu, 2004-08-26 at 19:52, Greg KH wrote:
> There are a number of USB OTG driver additions here, firmware updates
> for the edgeport drivers, lots of bugfixes, shrinkage of the struct urb
> structure, and sadly, the removal of the PWC video camera driver (as per
> the driver author's wishes, it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Hos
On Thu, Aug 26, 2004 at 04:52:41PM -0700, Greg KH wrote:
>
> Patches will be posted to linux-usb-devel as a follow-up thread for
> those who want to see them.
Hm, sf.net rejected 5 of them as being spam. Oh well :(
greg k-h
---
SF.Net email
ChangeSet 1.1843.4.27, 2004/08/25 10:25:30-07:00, [EMAIL PROTECTED]
[PATCH] USB: ethernet gadget, minor fixes
Minor tweaks to the ethernet gadget driver:
- mention that it requires full-duplex hardware
- correct the string description: they're always UTF-8
- fix minor C error: don't "&array"
ChangeSet 1.1843.4.11, 2004/08/24 11:43:00-07:00, [EMAIL PROTECTED]
[PATCH] USB Storage: help vendors count to 1...
It turns out that the Konica-Minolta DiMAGE A2 camera, in addition to all
its other problems, returns a 0-length reply to the GetMaxLUN request.
With this patch (accept a null reply
ChangeSet 1.1843.4.15, 2004/08/24 11:55:57-07:00, [EMAIL PROTECTED]
[PATCH] USB OTG: usbcore enumeration (3/5)
Teach usbcore how to enumerate OTG devices and perform HNP:
- CONFIG_USB_OTG is a boolean; it selects CONFIG_USB_SUSPEND.
Boards with a Mini-AB connector should offer it as a config
ChangeSet 1.1843.4.18, 2004/08/24 12:08:00-07:00, [EMAIL PROTECTED]
USB: fix bad value in kaweth.c driver
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/net/kaweth.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/usb/net/kaweth.c b/drivers/us
ChangeSet 1.1843.4.20, 2004/08/24 15:11:07-07:00, [EMAIL PROTECTED]
USB: Remove struct urb->timeout as it does not work
Well, it works only for UHCI controllers, but that's not acceptable...
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/net/irda/irda-usb.c |3 ---
drivers/
ChangeSet 1.1843.4.29, 2004/08/25 10:48:14-07:00, [EMAIL PROTECTED]
[PATCH] USB: Add missing cleanup to usb_register_root_hub()
This patch adds some simple cleanups that are missing for one of the error
case in usb_register_root_hub(). I would be very surprised if this code
ever gets executed, b
ChangeSet 1.1843.4.24, 2004/08/24 16:34:01-07:00, [EMAIL PROTECTED]
[PATCH] USB: Update unlink testing code in the usbtest driver
Greg:
This patch updates the part of the usbtest driver that tests URB
unlinking. The move to usb_kill_urb() invalidated some of the old tests.
There's a correspondi
ChangeSet 1.1843.4.2, 2004/08/24 11:38:47-07:00, [EMAIL PROTECTED]
[PATCH] USB: Set QH bit in UHCI framelist entries
This patch fixes the error in the UHCI driver found by Stuart Hayes. It
adds the UHCI_PTR_QH bit into the initial entries stored in the hardware
framelist. It's not entirely clea
ChangeSet 1.1843.4.9, 2004/08/24 11:42:09-07:00, [EMAIL PROTECTED]
[PATCH] USB: Fix submission-error bug in the USB scatter-gather
This patch has been hanging around for a while and seems to have been
forgotten. It fixes a bug in the USB scatter-gather library that crops up
when submission of an
ChangeSet 1.1843.4.21, 2004/08/24 15:58:54-07:00, [EMAIL PROTECTED]
USB: rip the pwc decompressor hooks out of the kernel, as they are a GPL violation.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/media/pwc-uncompress.c | 180 -
drivers
ChangeSet 1.1843.4.13, 2004/08/24 11:54:54-07:00, [EMAIL PROTECTED]
[PATCH] USB OTG: add usb_bus_start_enum() (1/5)
Define a new usb_bus_start_enum() routine that's available with OTG.
It starts immediate enumeration (port reset) and makes khubd wake up
later. Non-OTG code could start to use thi
ChangeSet 1.1843.4.17, 2004/08/24 11:56:52-07:00, [EMAIL PROTECTED]
[PATCH] USB OTG: doc updates (5/5)
Gadget API update. Covers OTG support, lists a few more
types of hardware support, mentions gadget driver updates
including RNDIS, serial with CDC-ACM, and gadgetfs AIO.
Signed-off-by: David B
ChangeSet 1.1843.4.28, 2004/08/25 10:47:42-07:00, [EMAIL PROTECTED]
[PATCH] USB: Use 8-byte hub status URB buffer
This patch changes the size of the buffer allocated for each hub's status
URB from 3 bytes to 8. The purpose is to avoid "babble" errors with
certain buggy hubs. Although I only kno
ChangeSet 1.1843.4.1, 2004/08/24 11:38:15-07:00, [EMAIL PROTECTED]
[PATCH] USB: USB PhidgetServo driver update
Once again a (small) patch for the phidgetservo driver.
Some servos have a very high maximum angle, set upper limit to the
maximum allowed by the hardware. Reported by Mario Scholz
<[EM
ChangeSet 1.1843.4.19, 2004/08/24 13:38:39-07:00, [EMAIL PROTECTED]
[PATCH] USB: ub patch to use add_timer
It just occured to me that urb->timeout is not functional.
drivers/block/ub.c | 80 ++---
1 files changed, 70 insertions(+), 10 deletions
ChangeSet 1.1843.4.12, 2004/08/24 11:43:27-07:00, [EMAIL PROTECTED]
[PATCH] USB: legousbtower.c module_param fix
drivers/usb/misc/legousbtower.c: In function `__check_read_buffer_size':
drivers/usb/misc/legousbtower.c:119: warning: return from incompatible pointer type
drivers/usb/misc/legousbtow
ChangeSet 1.1843.4.7, 2004/08/24 11:41:16-07:00, [EMAIL PROTECTED]
[PATCH] USB: gadget drivers learn about LH7A40x
Recognize the UDC for the Sharp LH7A40x chips (ARMv4t SOCs)
- define gadget_is_lh7a40x() macro
- gadget drivers use it to assign bcdDevice
- supports CDC Ethernet (and RNDIS)
ChangeSet 1.1843.4.10, 2004/08/24 11:42:35-07:00, [EMAIL PROTECTED]
[PATCH] USB: unusual_devs.h entry
This patch adds an unusual_devs.h entry for the Apacer Audio Steno, which
reports its capacity as total number of blocks rather than largest block
number (i.e., the value is off by one). Please
ChangeSet 1.1843.4.8, 2004/08/24 11:41:43-07:00, [EMAIL PROTECTED]
[PATCH] USB: net2280 patch
Don't clear ep0 status phase handshake during endpoint reset ... at least
one driver emits so much debug output before resetting endpoints that the
reset happens late enough to make the chip break protoc
ChangeSet 1.1843.4.14, 2004/08/24 11:55:24-07:00, [EMAIL PROTECTED]
[PATCH] USB OTG: ohci reset updates (2/5)
Generic OTG and reset support for OTG.
- Declare and use a start_hnp() board-specific procedure. The OMAP
implementation will come separately, it can't yet be configured.
- When O
ChangeSet 1.1843.4.16, 2004/08/24 11:56:26-07:00, [EMAIL PROTECTED]
[PATCH] USB OTG: gadget zero (4/5)
Minor gadget zero fixes:
- correct string descriptions: they're always UTF-8
- for OTG, report HNP and remote wakeup support
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by
ChangeSet 1.1843.4.31, 2004/08/26 15:56:59-07:00, [EMAIL PROTECTED]
[PATCH] USB: cdc acm patch
Fix tty layer sleep/locking problem (again) ... when this is
called through the network stack (PPP) sleeping isn't allowed.
There's some bugtraq ID for this.
From: Oliver Neukum <[EMAIL PROTECTED]>
Sig
Hi,
Here are a number of various USB fixes and cleanups for 2.6.9-rc1.
Almost all of them were in the last -mm release (the exception being the
gadgetfs update and a cdc-acm driver bugfix.)
There are a number of USB OTG driver additions here, firmware updates
for the edgeport drivers, lots of bug
On Thu, Aug 26, 2004 at 03:52:21PM -0700, Greg KH wrote:
> On Sun, Jul 25, 2004 at 02:47:21AM -0500, Al Borchers wrote:
> > Greg --
> >
> > Here is a patch to 2.6.7 to add a circular buffer to pl2303.c.
>
> Care to rediff this and test it for 2.6.9-rc1? It doesn't apply cleanly
> anymore :(
I c
On Sun, Jul 25, 2004 at 02:47:21AM -0500, Al Borchers wrote:
> Greg --
>
> Here is a patch to 2.6.7 to add a circular buffer to pl2303.c.
Care to rediff this and test it for 2.6.9-rc1? It doesn't apply cleanly
anymore :(
thanks,
greg k-h
--
On Thu, 26 Aug 2004 21:00:54 +0200 Philippe Bertin wrote:
| 'Llo All,
|
| I've read some theory about the kernel, and some year ago I've been busy
| digging into the internals of the USB kernel working (since then, I'm
| sure I've already forgotten a lot). But I did not go into setting up a
|
> On Monday 16 August 2004 3:09 am, Bo Henriksen wrote:
>
> > Params used: -t N -c 100 -v 128 -s 256
> >
> > testusb results:
> > /proc/bus/usb/002/018 test 1,0.099963 secs
> > /proc/bus/usb/002/018 test 2,0.099967 secs
> > /proc/bus/usb/002/018 test 3,0.099965 secs
> > /proc/bus/usb/
On Sat, 14 Aug 2004, Marc Haber wrote:
> Hi,
>
> I am currently running a Pentium 4 system (with i845 chipset) an ALi
> EHCI PCI card and a Cypress USB-to-IDE chip.
>
> More detailed information about the USB hardware can be found at the
> end of this message.
>
> I am experiencing complete sys
On Thu, 26 Aug 2004, Victor wrote:
> >What version of Linux are you using? If it's below 2.6.8, the first thing
> >you should do is to try an upgrade.
> >
> >
> mdk 10 on 2.6.3-7 kernel
>
> V ictor
So like I said, upgrade. If I recall correctly this problem was fixed
back around 2.6.6 or 2
'Llo All,
I've read some theory about the kernel, and some year ago I've been busy
digging into the internals of the USB kernel working (since then, I'm
sure I've already forgotten a lot). But I did not go into setting up a
working environment aiming at tracking several concurrent versions at
t
[Please CC: your replies to the linux-usb-devel mailing list. It helps to
have a public available records of things like this -- both to help other
people looking for solutions to similar problems, and to help me when I
need to go back and reread a message I've already deleted.]
On Thu, 26 Au
On Wednesday 25 August 2004 3:52 pm, Likely, Grant wrote:
> Francesco,
>
> A saw your post that you have a fix for ISO transfers with the otg243
> drivers.
It'd be good if someone posted that HCD code, even if TDI isn't
actually supporting it. Or perhaps especially if they aren't ... :)
As I
On Thu, 26 Aug 2004, bastgiraud wrote:
> Hi,
>
> I work on linux 2.4.20-8
> My project consist in sending and receiving data from device via USB.
>Reading from device: NO problem
>Writing to device: never successful on linux but works properly on windows
...
> So what is the sol
On Wed, 25 Aug 2004, Jason Scott Musits wrote:
> I recently made the jump from the 2.4 kernel tree to the 2.6 and I am
> having a problem with my HP Photo Scanner 1000. In the 2.4.x kernels it
> was recognized as a usb mass storage device and was bound to /dev/sdX
> which I could then mount and g
On Wed, 25 Aug 2004, Pete Zaitcev wrote:
> On Wed, 25 Aug 2004 22:10:29 -0400
> Jason Scott Musits <[EMAIL PROTECTED]> wrote:
>
> > Aug 25 21:54:49 particle usb-storage: GetMaxLUN command result is 0, data is 0
>
> I thought Alan Stern sent a patch for it just yesterday.
> Although it's curious
Hi,
I work on linux 2.4.20-8
My project consist in sending and receiving data from device via USB.
Reading from device: NO problem
Writing to device: never successful on linux but works properly on windows
So, I have already used 2 ways:
1) Hiddev
The write fonction always retu
Hi all,
The author of the Philips webcam Linux driver has decided to remove all
sources, documentation and the binary-only decompressors from his website.
Can anyone who has any of these original files available please share
them with me ? :
pwc-9.0.1.tar.gz
pwc-9.0.2.tar.gz
On Thu, 26 Aug 2004, Oliver Neukum wrote:
Am Donnerstag, 26. August 2004 11:22 schrieb Tuukka Toivonen:
Besides, format conversions _are not allowed_ in the kernel. They belong
into userspace.
Well, there's no need to be dogmatic about it. In a basic sense any driver
is performing a format conversi
Am Donnerstag, 26. August 2004 11:22 schrieb Tuukka Toivonen:
> Besides, format conversions _are not allowed_ in the kernel. They belong
> into userspace.
Well, there's no need to be dogmatic about it. In a basic sense any driver
is performing a format conversion.
> Nemosoft: you should not have
On Wed, 2004-08-25 at 12:31, Christoph Torens wrote:
> May I ask if anyone uses the isp116x and a Bloetooth Dongle?
> Or if anyone has at least tested this?
Not us I'm afraid, we've just stuck to memory sticks, keyboards, and CD
writers. Have you tested the Bluetooth dongle works on another system
On Wed, 25 Aug 2004, Simon Oosthoek wrote:
I have one of those philips cams (bought it because I saw pwc in the kernel
source), but I found out that without pwcx is was next to useless. I haven't
Could you elaborate why it is next to useless? I think 95% of Linux
web camera drivers don't support a
Hi there,
I'm very sad to read about that story...
I don't know all of the background, I first read
http://www.smcc.demon.nl/webcam/ then went to lkml to read a bit more
about it.
I just don't understand why Nemosoft did remove all his work (sources,
doc, and stuff). I don't like to be taken host
당사 메일서버에 설치된 백신에서, [EMAIL PROTECTED]
님이 보낸 메일을 검사한 결과,
바이러스 감염이 확인되었으며 다음과 같이 정책에 따라 처리하였습니다.
(Win32/Netsky.worm.29568 바이러스는 메일의 [보낸 사람] 계정을 속일 수 있으므로
실제 보낸 사용자 계정과 다를 수 있습니다.)
아래의 내용을 확인하신 후에 다시 발송해 주시기 바랍니다.
궁금한 사항은
On Thu, Aug 26, 2004 at 12:58:59AM +0200, Nemosoft Unv. wrote:
> Hello,
>
> On Wednesday 25 August 2004 01:04, Greg KH wrote:
> > On Wed, Aug 25, 2004 at 12:58:24AM +0200, Nemosoft Unv. wrote:
> > If you want to send me a patch to tell me to rip the whole driver out,
> > fine I will, no problems,
56 matches
Mail list logo