[linux-usb-devel] [PATCH 1/1] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.h

2006-06-18 Thread Hansjoerg Lipp
From: Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the IOCTLs of the Gigaset drivers to compat_ioctl.h in order to make them available for 32 bit programs on 64 bit platforms. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Acked-by: Tilman Schmidt <[

[linux-usb-devel] [PATCH 6/13] isdn4linux: Siemens Gigaset drivers - remove IFNULL macros

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch removes the IFNULL debugging macros from the Gigaset drivers. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED]> --

[linux-usb-devel] [PATCH 7/13] isdn4linux: Siemens Gigaset drivers - uninline

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch uninlines a function which was slightly too big to warrant inlining. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED

[linux-usb-devel] [PATCH 8/13] isdn4linux: Siemens Gigaset drivers - elliminate from_user argument

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch elliminates the from_user argument from a debugging function, thus easing the job of sparse. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt

[linux-usb-devel] [PATCH 12/13] isdn4linux: Siemens Gigaset drivers - add README

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds a README file for the Siemens Gigaset drivers to the Documentation/isdn directory. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt

[linux-usb-devel] [PATCH 5/13] isdn4linux: Siemens Gigaset drivers - sysfs usage

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch corrects the way the Gigaset drivers create their sysfs entries. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED]> --

[linux-usb-devel] [PATCH 0/13] isdn4linux: Siemens Gigaset drivers update

2006-04-03 Thread Hansjoerg Lipp
The following series of patches contains updates to the Siemens Gigaset drivers suggested by various reviewers on lkml. These should go into 2.6.17 if at all possible. Please apply in order. --- This SF.Net email is sponsored by xPML, a groundbr

[linux-usb-devel] [PATCH 9/13] isdn4linux: Siemens Gigaset drivers - mutex conversion

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch converts the semaphores used by the Gigaset drivers to mutexes. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED]> --

[linux-usb-devel] [PATCH 3/13] isdn4linux: Siemens Gigaset drivers - timer usage

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch corrects timer usage in the Gigaset drivers to take advantage of the existing setup_timer() function, and use milliseconds as unit. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECT

[linux-usb-devel] [PATCH 11/13] isdn4linux: Siemens Gigaset drivers - remove forward references

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch removes four unnecessary forward function declarations and an obsolete E-mail address from the Siemens Gigaset drivers. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Sig

[linux-usb-devel] [PATCH 2/13] isdn4linux: Siemens Gigaset drivers - Kconfig correction

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch removes the restriction to build the Gigaset drivers as modules only. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt <[EMAIL PROTECTED

[linux-usb-devel] [PATCH 10/13] isdn4linux: Siemens Gigaset drivers - remove private version of __skb_put()

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch removes the private version of __skb_put() from the Siemens Gigaset drivers. Please merge. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Signed-off-by: Tilman Schmidt <[EMAIL PROT

[linux-usb-devel] [PATCH 13/13] isdn4linux: Siemens Gigaset drivers - make some variables non-atomic

2006-04-03 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch replaces some atomic_t variables in the Gigaset drivers by non-atomic ones, using spinlocks instead to assure atomicity, as proposed in discussions on the linux-kernel mailing list. Signed-off-b

[linux-usb-devel] [PATCH 3/7] isdn4linux: Siemens Gigaset drivers - subsystem interfaces

2006-02-26 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the isdn4linux, tty, and sysfs interfaces to the gigaset module. The isdn4linux subsystem interface handles requests from and notifications to the isdn4linux subsystem. The tty interface pro

[linux-usb-devel] [PATCH 7/7] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles

2006-02-26 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch prepares the kernel build infrastructure for addition of the Gigaset ISDN drivers. It creates a Makefile and Kconfig file for the Gigaset driver and hooks them into those of the isdn4linux subsys

[linux-usb-devel] [PATCH 6/7] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter

2006-02-26 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the connection-specific module "usb_gigaset", the hardware driver for Gigaset base stations connected via the M105 USB DECT adapter. It contains the code for handling probe/disconnec

[linux-usb-devel] [PATCH 5/7] isdn4linux: Siemens Gigaset drivers - isochronous data handler

2006-02-26 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the payload data handler for the connection-specific module "bas_gigaset". It contains the code for handling isochronous data transfers, HDLC framing and flow control. Signed-

[linux-usb-devel] [PATCH 0/7] isdn4linux: add drivers for Siemens Gigaset ISDN DECT PABX

2006-02-26 Thread Hansjoerg Lipp
The following patches add drivers for the Siemens Gigaset 3070 family of ISDN DECT PABXes connected via USB, either directly or over a DECT link using a Gigaset M105 or compatible DECT data adapter. The devices are integrated as ISDN adapters within the isdn4linux framework, supporting incoming and

[linux-usb-devel] [PATCH 5/9] isdn4linux: Siemens Gigaset drivers - tty interface

2006-02-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the tty interface to the gigaset module. The tty interface provides direct access to the AT command set of the Gigaset devices. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Sig

[linux-usb-devel] [PATCH 0/9] isdn4linux: add drivers for Siemens Gigaset ISDN DECT PABX

2006-02-11 Thread Hansjoerg Lipp
The following patches add drivers for the Siemens Gigaset 3070 family of ISDN DECT PABXes connected via USB, either directly or over a DECT link using a Gigaset M105 or compatible DECT data adapter. The devices are integrated as ISDN adapters within the isdn4linux framework, supporting incoming and

[linux-usb-devel] [PATCH 8/9] isdn4linux: Siemens Gigaset drivers - isochronous data handler

2006-02-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the payload data handler for the connection-specific module "bas_gigaset". It contains the code for handling isochronous data transfers, HDLC framing and flow control. Signed-

[linux-usb-devel] [PATCH 6/9] isdn4linux: Siemens Gigaset drivers - procfs interface

2006-02-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the procfs interface to the gigaset module. The procfs interface provides access to status information and statistics about the Gigaset devices. If the drivers are built with the debugging op

[linux-usb-devel] [PATCH 9/9] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter

2006-02-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the connection-specific module "usb_gigaset", the hardware driver for Gigaset base stations connected via the M105 USB DECT adapter. It contains the code for handling probe/disconnec

[linux-usb-devel] [PATCH 4/9] isdn4linux: Siemens Gigaset drivers - isdn4linux interface

2006-02-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the isdn4linux subsystem interface to the gigaset module. The isdn4linux subsystem interface handles requests from and notifications to the isdn4linux subsystem. Signed-off-by: Hansjoerg

[linux-usb-devel] [PATCH 1/9] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles

2006-02-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch prepares the kernel build infrastructure for addition of the Gigaset ISDN drivers. It creates a Makefile and Kconfig file for the Gigaset driver and hooks them into those of the isdn4linux subsys

[linux-usb-devel] [PATCH 0/9] isdn4linux: add drivers for Siemens Gigaset ISDN DECT PABX

2005-12-11 Thread Hansjoerg Lipp
The SourceForge project http://sourceforge.net/projects/gigaset307x/ has, over the last four years, developed Linux support for the Siemens Gigaset 3070/3075/4170/4175/SX205/SX255 family of ISDN DECT PABXes, connected to a PC either directly via USB or over a DECT link using the M101/M105 DECT data

[linux-usb-devel] [PATCH 9/9] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter

2005-12-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the connection-specific module "usb_gigaset", the hardware driver for Gigaset base stations connected via the M105 USB DECT adapter. It contains the code for handling probe/disconnec

[linux-usb-devel] [PATCH 1/9] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles

2005-12-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch prepares the kernel build infrastructure for addition of the Gigaset ISDN drivers. It creates a Makefile and Kconfig file for the Gigaset driver and hooks them into those of the isdn4linux subsys

[linux-usb-devel] [PATCH 8/9] isdn4linux: Siemens Gigaset drivers - isochronous data handler

2005-12-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the payload data handler for the connection-specific module "bas_gigaset". It contains the code for handling isochronous data transfers, HDLC framing and flow control. Signed-

[linux-usb-devel] [PATCH 5/9] isdn4linux: Siemens Gigaset drivers - tty interface

2005-12-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the tty interface to the gigaset module. The tty interface provides direct access to the AT command set of the Gigaset devices. Signed-off-by: Hansjoerg Lipp <[EMAIL PROTECTED]> Sig

[linux-usb-devel] [PATCH 4/9] isdn4linux: Siemens Gigaset drivers - isdn4linux interface

2005-12-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the isdn4linux subsystem interface to the gigaset module. The isdn4linux subsystem interface handles requests from and notifications to the isdn4linux subsystem. Signed-off-by: Hansjoerg

[linux-usb-devel] [PATCH 6/9] isdn4linux: Siemens Gigaset drivers - procfs interface

2005-12-11 Thread Hansjoerg Lipp
From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> This patch adds the procfs interface to the gigaset module. The procfs interface provides access to status information and statistics about the Gigaset devices. If the drivers are built with the debugging op

[linux-usb-devel] bugs in drivers/usb/serial/mct_u232.c

2005-03-04 Thread Hansjoerg Lipp
Hi, I found minor bugs in mct_u232.c; patch is attached. As I don't have such a device, someone should have a look at it. Regards, Hansjoerg diff -urp linux-2.6.11.orig/drivers/usb/serial/mct_u232.c linux-2.6.11/drivers/usb/serial/mct_u232.c --- linux-2.6.11.orig/drivers/usb/serial/mct_u232.c