Re: [linux-usb-devel] [Linux-usb-users] No such device

2006-09-15 Thread yh
Thanks Greg. Please see attached file which is identical to your skeleton.c except changed the name to mx (for my experimental and learning). What I did was following commands: /sbin/insmod mx.o mknod /dev/mx0 c 180 0 chmod 644 /dev/mx0 usb.c: registered new driver MX I can see mx module by l

[linux-usb-devel] implementing device driver method poll()

2006-09-15 Thread mgr
Hi, I am writing a device driver based on usb-skeleton.c. I want to use the select() system call in user space and therefore I am trying to implement the device driver method poll(). I found code for implementing the driver method poll in Linux Device Drivers 3, chapter 6. I simply added the fol

[linux-usb-devel] [PATCH] add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklist

2006-09-15 Thread Raghavendra_Biligiri
During Installation the host tries to enumerate the keyboard/mouse dongle for the Raritan KVM.At this time timeouts have been observed Adding the Raritan KVM USB dongle to the blacklist fixes this issue. This patch is against 2.6.18-rc7. Please find the patch attached. Signed-off-by : Raghavendra

Re: [linux-usb-devel] [Linux-usb-users] No such device

2006-09-15 Thread Greg KH
On Fri, Sep 15, 2006 at 09:20:25PM +1000, [EMAIL PROTECTED] wrote: > Thanks Greg. Please see attached file which is identical to your > skeleton.c except changed the name to mx (for my experimental and learning). > > What I did was following commands: > > /sbin/insmod mx.o > mknod /dev/mx0 c 180

[linux-usb-devel] 代开发票

2006-09-15 Thread 陈文华
致贵公司(厂家)财务部:您们好! 我是佛山市华伟贸易有限公司.由于是包税企业,现有 各类余额发票可向外代开,现有[商品销售.建筑业.广告业. 服务业等发票]代开点数优惠,所开发票均可查验后才付款, 贵公司(厂家)在做帐或其他方面有需要, 欢迎来电洽谈 合作,谢谢! 如有打搅,敬请谅解. 顺祝商祺! 联 系 人: 陈文华 联 系 电 话:013172337070 --

Re: [linux-usb-devel] 2.6.18-rc6-mm2

2006-09-15 Thread Michal Piotrowski
On 15/09/06, Greg KH <[EMAIL PROTECTED]> wrote: > On Fri, Sep 15, 2006 at 12:17:33AM +0200, Michal Piotrowski wrote: > > On 14/09/06, Greg KH <[EMAIL PROTECTED]> wrote: > > >On Thu, Sep 14, 2006 at 01:11:49PM +0200, Michal Piotrowski wrote: > > >> On 12/09/06, Andrew Morton <[EMAIL PROTECTED]> wrot

[linux-usb-devel] USB 2.0 not working at USB 2.0 speeds

2006-09-15 Thread William Wightman
The external USB Hard-drive I have is not transferring data at 2.0 speeds. USB HD is a: Seagate P# 9Y1682-556 It is a USB 2.0 device which is suppose to handle 480 Mbits/sec. I have examined the ports on the system and am confident that I am plugged into a USB 2.0 port. Here's some info:

Re: [linux-usb-devel] USB 2.0 not working at USB 2.0 speeds

2006-09-15 Thread Oliver Neukum
Am Freitag, 15. September 2006 22:45 schrieb William Wightman: > I download usbtree to get this information a little more readable: > > /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/6p, 480M >     |__ Port 3: Dev 2, If 0, Class=stor., Driver=usb-storage, 480M > > > Looking at this ne

Re: [linux-usb-devel] USB 2.0 not working at USB 2.0 speeds

2006-09-15 Thread Alan Stern
On Fri, 15 Sep 2006, William Wightman wrote: > The external USB Hard-drive I have is not transferring data at 2.0 speeds. > > USB HD is a: > Seagate P# 9Y1682-556 It is a USB 2.0 device which is suppose to > handle 480 Mbits/sec. > > I have examined the ports on the system and am confident

Re: [linux-usb-devel] 2.6.18-rc6-mm2

2006-09-15 Thread Greg KH
On Fri, Sep 15, 2006 at 10:35:37PM +0200, Michal Piotrowski wrote: > Good news, I can't reproduce this bug with CONFIG_USB_MULTITHREAD_PROBE=n. Great, thanks for letting me know. > BTW. This might be a problem with CONFIG_PCI_MULTITHREAD_PROBE=y > http://www.stardust.webpages.pl/files/mm/2.6.18-r

[linux-usb-devel] 2.6.18-rc6-mm2 (-mm1): ohci_hcd sometimes does not initialize properly on x86_64

2006-09-15 Thread Rafael J. Wysocki
Hi, It looks like the ohci_hcd driver sometimes has problems with the initialization (eg. USB mouse doesn't work after a fresh boot and reloading of the driver helps). I have observed this on two different x86_64 boxes (HPC 6325, Asus L5D), but it is not readily reproducible. Anyway I've got a d

Re: [linux-usb-devel] 2.6.18-rc6-mm2: rmmod ohci_hcd oopses on HPC 6325

2006-09-15 Thread Pete Zaitcev
On Thu, 14 Sep 2006 13:19:53 +0200, "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > In fact I can reproduce it on two different boxes now. How about the attached? -- Pete diff -urp -X dontdiff linux-2.6.18-rc6/drivers/usb/host/ohci-hcd.c linux-2.6.18-rc6-lem/drivers/usb/host/ohci-hcd.c --- l