Re: [PATCH] usb: gadget: add USB3 support to the printer driver

2014-11-20 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 03:11:54PM -0500, Jorge Ramirez-Ortiz wrote: > Add SS descriptors to support the capabilities provided by USB3 controller > drivers; unit tests run using a PLX 3380 [max transfer speed measured of > 1Gbps] > > This driver shall fallback to lower operating modes when the hi

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 04:33:42PM -0500, Jorge Ramirez-Ortiz wrote: > On 11/18/2014 03:47 PM, Felipe Balbi wrote: > > Hi, > > > > On Tue, Nov 18, 2014 at 03:41:43PM -0500, Jorge Ramirez-Ortiz wrote: > > you have no clue what these mean, do you ? How about reading the USB > > specification

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Felipe Balbi
On Tue, Nov 18, 2014 at 09:45:13PM +, Paul Zimmerman wrote: > > From: linux-usb-ow...@vger.kernel.org > > [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Felipe Balbi > > Sent: Tuesday, November 18, 2014 12:47 PM > > > > On Tue, Nov 18, 2014 at 03:41:43PM -0500, Jorge Ramirez-Ortiz wrot

RE: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Paul Zimmerman
> From: linux-usb-ow...@vger.kernel.org > [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Felipe Balbi > Sent: Tuesday, November 18, 2014 12:47 PM > > On Tue, Nov 18, 2014 at 03:41:43PM -0500, Jorge Ramirez-Ortiz wrote: > > > > notice that the original PLX driver was still far from the theo

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
On 11/18/2014 03:47 PM, Felipe Balbi wrote: > Hi, > > On Tue, Nov 18, 2014 at 03:41:43PM -0500, Jorge Ramirez-Ortiz wrote: > you have no clue what these mean, do you ? How about reading the USB > specification of even http://www.beyondlogic.org/usbnutshell/usb1.shtml Unfortunately I do

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Felipe Balbi
Hi, On Tue, Nov 18, 2014 at 03:41:43PM -0500, Jorge Ramirez-Ortiz wrote: > >>> you have no clue what these mean, do you ? How about reading the USB > >>> specification of even http://www.beyondlogic.org/usbnutshell/usb1.shtml > >> > >> Unfortunately I do. > >> It was easier to temporarily hack the

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
'll help. notice that the original PLX driver was still far from the theoretical 5Gbps target (I was expecting to measure at least 3Gbps and could only get 1Gbps). So 1Gbps should be the target to meet on the kernel.org net2280 - do you agree? > >>>> 3) Patch: >>>>

[PATCH] usb: gadget: add USB3 support to the printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
Add SS descriptors to support the capabilities provided by USB3 controller drivers; unit tests run using a PLX 3380 [max transfer speed measured of 1Gbps] This driver shall fallback to lower operating modes when the higher ones are not available. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/u

[PATCH] usb: gadget: add USB3 support to the printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
This patch adds USB3 support to the printer driver. Tests used two binaries (host/device) to handle the file transfer [gadget] $ dmesg net2280 :02:00.0: usb_reset_338x: Defect 7374 FsmValue 0xf000 net2280 :02:00.0: usb_reinit_338x: Defect 7374 FsmValue f000 net2280 :02

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Felipe Balbi
but yes, I might work on this -after I finish with this > patch!- since I have access to the hardware locally. cool, that'll help. > >> 3) Patch: > >> - > >> > >> > >> > >> From 9b5ee9330c5c02cf51328c350036c1dac998b732 Mon Sep 17 00:00:00 2001

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
uff. but yes, I might work on this -after I finish with this patch!- since I have access to the hardware locally. > >> >> 3) Patch: >> - >> >> >> >> From 9b5ee9330c5c02cf51328c350036c1dac998b732 Mon Sep 17 00:00:00 2001 >> From: Jorge

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Felipe Balbi
oot and SS > connect > [ 86.630709] net2280 :02:00.0: ep0_start_338x: Defect 7374 FsmValue > 1000 > [ 86.870669] net2280 :02:00.0: INFO: Defect 7374 workaround waited about > [ 86.875065] printer gadget: super-speed config #1: printer > [ 86.875077] printer gadge

[PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-18 Thread Jorge Ramirez-Ortiz
3) Patch: - >From 9b5ee9330c5c02cf51328c350036c1dac998b732 Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Thu, 25 Sep 2014 16:17:20 -0400 Subject: [PATCH 2/3] usb: gadget: add USB3 support to the printer driver Add SS descriptors to support the capabilities provided by USB3 controller drivers;

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-17 Thread Jorge Ramirez-Ortiz
On 11/17/2014 07:54 PM, Greg KH wrote: > On Mon, Nov 17, 2014 at 06:30:28PM -0600, Felipe Balbi wrote: >> Hi, >> >> On Mon, Nov 17, 2014 at 06:19:54PM -0500, Jorge Ramirez-Ortiz wrote: >>> Hi, >>> >>> This patch adds USB3 support to the legacy gadge

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-17 Thread Greg KH
On Mon, Nov 17, 2014 at 06:30:28PM -0600, Felipe Balbi wrote: > Hi, > > On Mon, Nov 17, 2014 at 06:19:54PM -0500, Jorge Ramirez-Ortiz wrote: > > Hi, > > > > This patch adds USB3 support to the legacy gadget printer driver. > > Applies cleanly on fc14f9c Linux 3

Re: [PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-17 Thread Felipe Balbi
Hi, On Mon, Nov 17, 2014 at 06:19:54PM -0500, Jorge Ramirez-Ortiz wrote: > Hi, > > This patch adds USB3 support to the legacy gadget printer driver. > Applies cleanly on fc14f9c Linux 3.18-rc5. > > Please could it be considered for inclusion? sure, if you send it properly

[PATCH] usb: gadget: USB3 support to the legacy printer driver

2014-11-17 Thread Jorge Ramirez-Ortiz
Hi, This patch adds USB3 support to the legacy gadget printer driver. Applies cleanly on fc14f9c Linux 3.18-rc5. Please could it be considered for inclusion? regards, Jorge >From f46d9b0d2160b30f14dee104657de865e9e2bc38 Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Thu, 25

[PATCH] [505/2many] MAINTAINERS - USB PRINTER DRIVER (usblp)

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index fc87fa7..02bb359 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4772,6 +4772,7 @@ M:[EMAIL PROTECTED] L: [EMAIL PROTECTED] L: [EMAIL PROTECTED] S:

Re: Will the IBM OMNI printer driver be making its way into the kernel tree?

2001-02-13 Thread Timur Tabi
** Reply to message from Miles Lane <[EMAIL PROTECTED]> on 13 Feb 2001 14:18:43 -0800 > The reason I asked about inclusion is that printing is one of the areas > that Linux seems to struggle in terms of usability and I thought perhaps > it would make sense to modular print drivers in the kernel

Re: Will the IBM OMNI printer driver be making its way into thekernel tree?

2001-02-13 Thread Miles Lane
Whoops. The reason I asked about inclusion is that printing is one of the areas that Linux seems to struggle in terms of usability and I thought perhaps it would make sense to modular print drivers in the kernel tree. Since the OMNI driver is ghostscript-based, including it in the kernel is obv

Re: Will the IBM OMNI printer driver be making its way into the kernel tree?

2001-02-13 Thread Tim Wright
Maybe I'm missing your point, but why would it go into the kernel tree ? This is all stuff that gets done in userland under Linux. The Omni drivers plugin with Ghostscript and generate output appropriate to the printer. There's no kernel relevance here. Tim On Tue, Feb 13, 2001 at 01:42:27PM -08

Re: Will the IBM OMNI printer driver be making its way into the kernel tree?

2001-02-13 Thread Bill Nottingham
Miles Lane ([EMAIL PROTECTED]) said: > http://oss.software.ibm.com/developer/opensource/linux/projects/omni/ Considering it's a ghostscript driver, I severely doubt it. :) Bill - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Will the IBM OMNI printer driver be making its way into the kerneltree?

2001-02-13 Thread Miles Lane
http://oss.software.ibm.com/developer/opensource/linux/projects/omni/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.o

Re: PRINTER DRIVER

2000-10-23 Thread Ruth Ivimey-Cook
At 07:28 AM 10/23/00, Deepak Gupta wrote: >Dear ALL, > >I have to develop a Printer Driver for Red Hat Linux 6.2. Can anyone help me >in finding the specs or any other documentation to get some start on this. >Any Help will be appreciated. It depends. You probably mean the softw

PRINTER DRIVER

2000-10-22 Thread Deepak Gupta
Dear ALL, I have to develop a Printer Driver for Red Hat Linux 6.2. Can anyone help me in finding the specs or any other documentation to get some start on this. Any Help will be appreciated. Thanks a Lot. With Best Regards, Deepak Gupta Project Leader DCM Technologies New Delhi - INDIA - To