您好!
美国世界华人文化与经济发展中心北京代表处,于2004年8月25日在北京注册成立了。
世界华人文化与经济发展中心,利用我们世界各地华商众多,经营项目广的特有优势,协助各地政府为中国企业开展招商引资、产品外销及中外企业间的合资合作等工作。
投资领域包括:农副产业、养殖、化工、房地产开发、船运、公路、基础设施建设、进设备、流动基金等领域。
引资方式:企业用现有资产、项目作为抵押,以办理合资合作公司或备用信用证银行担保的方式为企业融资。
投资方式;项目利润率高、回收期短的可建独资企业或组建合资、合作企业。
投资额度;300万元人民币-1亿
The file you have sent was infected with a virus but InterScan E-Mail VirusWall
could not clean it.
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best
The patch below adds support for the KC2190 usb-to-usb networking
device; the version I have reports itself as:
Bus 001 Device 003: ID 050f:0190 KC Technology, Inc.
I was under the impression that support for this had been added a long
time ago, but searching through old kernel versions all I cou
On Tue, 2 Nov 2004, Michael wrote:
> Do you off-hand know why the HCD needs to receive these interrupts?
> SOFs happen all the time, but you don't need to react to them, do
> you?
The driver must stay in sync with SOFs to be able to ensure
timely processing of iso and int transfers.
Olav
-
Hi,
we have built a linux kernel (version 2.4.27) with hot-plugging USB device support and
we have connected a console to the USB host controller via a Digitus USB RS232 serial
adapter cable.
Concerning tty output we have set the output filtering options: OPOST (postprocess
output) and ONLCR (
I've been using the excellent ov511 drivers to support an ovfx2-based
webcam (Trust 380) on Linux 2.4, with good results; I've used 2.26
there. On Linux 2.6, I've tried to use the 2.27 and 2.28 drivers, but
neither of them work well.
The problem is that the video application (tried mplayer and xaw
On Tuesday 02 November 2004 21:15, Nickolai Zeldovich wrote:
> I've been having some problems with the EHCI driver on my Thinkpad T40,
> running 2.6.9 with APM instead of ACPI. On resume after suspend-to-RAM
> ...
Hmm, can you try with 2.6.9 plus the recent EHCI suspend/resume patch?
http://marc
On Wed, Nov 03, 2004 at 05:51:50AM +, Marty Boos wrote:
> Hello,
>
> I have attached a patch to the 2.6.9 kernel containing a driver for
> Garmin GPS devices (www.garmin.com). I have only tried it with a GPS18
> so far and I would invite others with different devices to join me in
> developmen
Hi,
i am trying to develop a new usb device that should use linux support
for usb pen drives. I would like some help on what it takes to
acomplish that. Where is the source code for the drivers? Is it
necessary to modify something in the drivers or do I just need to
develop a device that is compa
On Wed, 3 Nov 2004, David Brownell wrote:
> Hmm, can you try with 2.6.9 plus the recent EHCI suspend/resume patch?
>
> http://marc.theaimsgroup.com/?l=linux-usb-devel&m=109881507722637&w=2
>
> It's possible you might still find APM-specific bugs, but in any case
> I don't trust the EHCI suspend/re
Sara Fonseca wrote:
Hi,
i am trying to develop a new usb device that should use linux support
for usb pen drives. I would like some help on what it takes to
acomplish that. Where is the source code for the drivers? Is it
necessary to modify something in the drivers or do I just need to
develop a d
On Tue, Nov 02, 2004 at 03:04:15PM -0800, Nishanth Aravamudan wrote:
> On Sat, Oct 23, 2004 at 02:20:00AM +0200, Oliver Neukum wrote:
> > Am Samstag, 23. Oktober 2004 00:56 schrieb Nishanth Aravamudan:
> > > + while (timeout) {
> > > if (signal_
On Wednesday 03 November 2004 09:33, Nickolai Zeldovich wrote:
> On Wed, 3 Nov 2004, David Brownell wrote:
>
> > Hmm, can you try with 2.6.9 plus the recent EHCI suspend/resume patch?
> >
> > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=109881507722637&w=2
> >
> > It's possible you might stil
On Friday 29 October 2004 15:49, David Meggy wrote:
> Hi all
>
> I've attached my updated drivers. I've been using these updates for
> about a month with no major issues. Ping times over RNDIS get larger
> after it has been running for a while but throughput is fine.
There was an RNDIS-only mem
Ok, thanks!
But i dont know wich kind of protocol.
Should i start the design of a a UFI Device? What is actually used for
Pen Drivers?
Sorry if i am too wrong, but i am new at this.
> > Hi,
> >
> > i am trying to develop a new usb device that should use linux support
> > for usb pen drives. I wo
On Wed, 3 Nov 2004, Sara Fonseca wrote:
> Ok, thanks!
> But i dont know wich kind of protocol.
> Should i start the design of a a UFI Device? What is actually used for
> Pen Drivers?
> Sorry if i am too wrong, but i am new at this.
Use the Bulk-only transport (0x50) with the Transparent SCSI prot
Hi Dave
Our systems still don't have 2.6.x support, so I can't test any code in
your 2.6.x tree. This driver fixes a lot of problems with the older
one, so I wouldn't recommend keeping the older in the 2.6 tree, as that
could be misleading. I did port some memory leaks from the 2.6 driver,
and i
ok Alan, thanks.
And what would be a good reference on the Transparent SCSI protocol?
On Wed, 3 Nov 2004 13:55:47 -0500 (EST), Alan Stern
<[EMAIL PROTECTED]> wrote:
> On Wed, 3 Nov 2004, Sara Fonseca wrote:
>
> > Ok, thanks!
> > But i dont know wich kind of protocol.
> > Should i start the desig
On Wed, 3 Nov 2004, Sara Fonseca wrote:
> ok Alan, thanks.
> And what would be a good reference on the Transparent SCSI protocol?
There is none. Just use the standard SCSI-2 protocol. For a sample
implementation, look in the kernel source at
drivers/usb/gadget/file_storage.c.
Alan Stern
-
On Mon, Nov 01, 2004 at 10:30:10PM -0600, Lonnie Mendez wrote:
> This patch adds equal support for interrupt out transfers to the usb serial
> core to match the current interrupt in support. It also improves a few
> debug messages, nothing major.
>
> Signed-off-by: Lonnie Mendez <[EMAIL PROTECT
On Fri, Oct 29, 2004 at 04:26:46PM -0400, Alan Stern wrote:
> Greg:
>
> This patch reorganizes the startup and shutdown code in the dummy-hcd
> driver to make it consistent with all the other host controller drivers.
> For example, the platform device representing the HC hardware is
> allocated
On Mon, Nov 01, 2004 at 09:21:53PM -0700, David Brownell wrote:
> And here are a few more ... notably to get rid of some
> cases where usbcore is complaining (to excess!) about
> innocuous things. Oh, and "swapper" wasn't informative
> about "what task got the timeout" ... ;)
>
> - Dave
>
> Nei
On Fri, Oct 29, 2004 at 04:21:42PM -0400, Alan Stern wrote:
> Greg:
>
> Although this is the first patch in a series of six, it's not closely
> related to the others. This includes a whole bunch of simple cleanups
> for the dummy-hcd driver, all of which fall into the following categories:
>
>
On Fri, Oct 29, 2004 at 04:35:39PM -0400, Alan Stern wrote:
> Greg:
>
> This patch contains changes to usbcore making the core responsible for
> deallocating memory for usb_hcd structures, rather than calling back into
> the host controller drivers. This solves a long-standing oops, since the
> d
On Fri, Oct 29, 2004 at 04:38:21PM -0400, Alan Stern wrote:
> Greg:
>
> This patch removes the code for deallocating the usb_hcd structure from
> the three PCI-based host controller drivers. It also moves the embedded
> struct usb_hcd member to the front of the larger driver-specific
> structu
On Fri, Oct 29, 2004 at 04:41:42PM -0400, Alan Stern wrote:
> Greg:
>
> This patch removes the hcd release code from the final host controller
> driver, dummy-hcd. Please apply.
Applied, thanks.
greg k-h
---
This SF.Net email is sponsored
On Sun, Oct 31, 2004 at 07:35:20PM -0700, David Brownell wrote:
> This is the first of several patches from Dale Farnsworth,
> laying groundwork for a patch that supports OHCI on more
> chips (IBM STB04xxx and FreeScale MPC52xx). Please merge.
Applied, thanks.
greg k-h
---
On Fri, Oct 29, 2004 at 04:40:30PM -0400, Alan Stern wrote:
> Greg:
>
> This patch changes the non-PCI-based OHCI-related host controller drivers,
> removing the code that frees the driver-specific hcd structures.
> Unfortunately I am not able to test it, because I don't have the necessary
> har
On Mon, Nov 01, 2004 at 09:15:43AM -0700, David Brownell wrote:
> This is the second of the patches from Dale Farnsworth to
> support OHCI implementations that use big-endian byte sex
> for registers ... all register accesses changed, that's why
> it's so large. (It also includes part of an update
On Sat, Oct 30, 2004 at 10:07:48AM -0400, Alan Stern wrote:
> On Fri, 29 Oct 2004, David Brownell wrote:
>
> > Could you add a comment there that the HCD is
> > now _required_ to return a pointer that usbcore
> > can pass to kfree? Since that's a layering
> > violation (in anticipation of later c
On Mon, Nov 01, 2004 at 09:37:40PM -0700, David Brownell wrote:
> Like avoiding string truncation with reasonable size LOCALVERSION.
> Please merge.
Applied, thanks.
greg k-h
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edi
On Mon, Nov 01, 2004 at 09:48:35PM -0700, David Brownell wrote:
> This just catches up to the arch/arm/mach-omap updates
> now in Linus' tree.
Applied, thanks.
greg k-h
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition -
On Wed, Nov 03, 2004 at 11:51:42AM +, Jonathan McDowell wrote:
> The patch below adds support for the KC2190 usb-to-usb networking
> device; the version I have reports itself as:
>
> Bus 001 Device 003: ID 050f:0190 KC Technology, Inc.
>
> I was under the impression that support for this had
On Sat, Oct 23, 2004 at 04:14:07AM -0500, Lonnie Mendez wrote:
> This patch adds the cypress_m8 usb-serial driver for the Delorme Earthmate usb gps
> and the Cypress hid->com rs232 adapter to the kernel tree.
>
> Signed-off-by: Lonnie Mendez <[EMAIL PROTECTED]>
Applied, thanks. Oh, I've also fi
За окном осень, и на душе тоска. Новая коллекция постельного белья от
www.elitpresent.ru позволит Вам вернуть все краски лета и ощутить дыхание морского
бриза...
ourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
On Mon, Nov 01, 2004 at 09:25:24PM -0700, David Brownell wrote:
> Here's an update to the serial gadget driver code.
> It now supports CDC ACM, so it can interop with
> windows ... and it also includes a patch letting
> it compile again after the recent tty API change.
>
> Al, please ack ... I don
36 matches
Mail list logo