[PATCH] ftdi_sio: PID for NZR SEM 16+ USB

2012-08-30 Thread Horst Schirmeier
This adds the USB PID for the NZR SEM 16+ USB energy monitor device <http://www.nzr.de>. It works perfectly with the GPL software on <http://schou.dk/linux/sparometer/>. Signed-off-by: Horst Schirmeier --- drivers/usb/serial/ftdi_sio.c |1 + drivers/usb/serial/ftdi_sio_

Re: [PATCH 2.6.13-rc3-git9] pl2303: pl2303_update_line_status data length fix

2005-08-08 Thread Horst Schirmeier
On Mon, 08 Aug 2005, Greg KH wrote: > On Thu, Jul 28, 2005 at 03:32:20PM +0200, Horst Schirmeier wrote: > > Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being > > accessed for the new line_state. Although PL-2303 hardware is not > > expected to s

[PATCH 2.6.13-rc3-git9] pl2303: pl2303_update_line_status data length fix

2005-07-28 Thread Horst Schirmeier
Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being accessed for the new line_state. Although PL-2303 hardware is not expected to send data with exactly UART_STATE length, this keeps it on the safe side. Signed-off-by: Horst Schirmeier <[EMAIL PROTECTED]> --- ---

[PATCH -mm] actually delete the as-instr/ld-option tmp file

2006-12-04 Thread Horst Schirmeier
P) output in a shell variable and reusing it. Signed-off-by: Horst Schirmeier <[EMAIL PROTECTED]> --- Kbuild.include | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- linux/scripts/Kbuild.include.current-mm 2006-12-04 11:31:55.0 +0100 +++ linux/scripts/Kbu

Re: -mm merge plans for 2.6.20

2006-12-05 Thread Horst Schirmeier
Hi, On Tue, 05 Dec 2006, Roman Zippel wrote: > On Mon, 4 Dec 2006, Andrew Morton wrote: > > kbuild-dont-put-temp-files-in-the-source-tree.patch > > actually-delete-the-as-instr-ld-option-tmp-file.patch > > Andi had objections about the mktemp usage and I agree with him. > The proposed patch in bu