[linux-usb-devel] about major and minor number for device controller

2005-07-18 Thread gopi vagga
Hi, we have two (class) interfaces for the device controller. One is ethernet and other is character. But inside the probe function of character (2.4 kernel), they haven't registered to device file system by devfs_register calls. I can manually create nodes using "mknod /dev/test-char c

[linux-usb-devel] [patch] fix in usb_calc_bus_time

2005-07-18 Thread Dan Streetman
Isn't the function miscalculating the high speed bus time, as fixed below? Or am I misunderstanding the function parameter "isoc" meaning? Signed-off-by: Dan Streetman <[EMAIL PROTECTED]> --- linux-2.6.12.2-orig/drivers/usb/core/hcd.c 2005-06-29 19:00:53.0 -0400 +++ linux-2.6.12.2/d

[linux-usb-devel] [patch] replace qh->gap_uf with "1"

2005-07-18 Thread Dan Streetman
Hi Dave, while I'm following the ehci driver code path to better understand it, I notice that you are using a variable to determine the gap between ssplit and csplit of full/low speed interrupt qh's. However, this variable isn't needed as for full/low speed interrupts, the max packet size constr

[linux-usb-devel] 感谢您对e通网的支持!

2005-07-18 Thread 李生
感谢您对e通网的支持! 祝工作顺利! 企业e化 始于e通网 === 深圳市奥纳科技有限公司 渠道支持:梁小姐 QQ:30531139 309791171 Email:[EMAIL PROTECTED] - 电话(Tel):0755-83729232 技术支持:李生

[linux-usb-devel] S3C24XX USB Host driver

2005-07-18 Thread Ben Dooks
USB (OHCI) Host driver for S3C2410/S3C2440 based systems Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> diff -urN -X ../dontdiff linux-2.6.13-rc3/drivers/usb/Kconfig linux-2.6.13-rc3-bjd1/drivers/usb/Kconfig --- linux-2.6.13-rc3/drivers/usb/Kconfig2005-06-17 20:48:29.0 +0100 +++ li