[linux-usb-devel] 优惠代理业务与合作!

2006-06-17 Thread 李文雄
贵公司负责人(经理/财务)您好: 我公司是深圳市恒威实业有限公司.本公司实力雄厚(全国各地均有分公司). 有着良好的社会关系.因我公司进项较多完成不了每月定税额度,每月有一部分 各行业增值税电脑发票(海关缴款书)6%和普通发票(国税/地税)如商品销售 餐饮业.其他服务业.建筑安装等等发票以2%优惠代开与合作.可以为贵公司 节省运做成本.还可以根据贵公司要求代开的数量额度来商讨代开优惠的点数. 我公司有经验丰富的办税专

Re: [linux-usb-devel] [PATCH 4/9] Make usb_generic a genuine driver

2006-06-17 Thread Alan Stern
On Fri, 16 Jun 2006, Greg KH wrote: > On Tue, Jun 13, 2006 at 10:21:06AM -0400, Alan Stern wrote: > > On Mon, 12 Jun 2006, Greg KH wrote: > > > One comment thought: > > > > + /* FIXME: What is an appropriate MODALIAS line for a > > > > +* USB device (not interface)? *

[linux-usb-devel] EHCI root-hub remote wakeup

2006-06-17 Thread Alan Stern
David: I found the reasons why root-hub remote wakeup for EHCI hasn't been working on my systems. A patch that gets things going is below. Perhaps you've already fixed this and I haven't seen it... Alan Stern Index: usb-2.6/drivers/usb/host/ehci-hub.c

Re: [linux-usb-devel] [PATCH 4/9] Make usb_generic a genuine driver

2006-06-17 Thread David Brownell
On Friday 16 June 2006 11:31 pm, Greg KH wrote: > On Tue, Jun 13, 2006 at 10:21:06AM -0400, Alan Stern wrote: > > On Mon, 12 Jun 2006, Greg KH wrote: > > > > In fact, you shouldn't be adding _any_ usb stuff for uevents for usb > > > devices, we only care about interfaces. Why did you change this?

Re: [linux-usb-devel] EHCI root-hub remote wakeup

2006-06-17 Thread David Brownell
On Saturday 17 June 2006 1:22 pm, Alan Stern wrote: > > I found the reasons why root-hub remote wakeup for EHCI hasn't been > working on my systems. A patch that gets things going is below. Perhaps > you've already fixed this and I haven't seen it... I'll have to look at that stuff ... last tim

Re: [linux-usb-devel] usb-serial misses kfree?

2006-06-17 Thread Luiz Fernando N. Capitulino
Hi Pete, On Fri, 16 Jun 2006 21:51:25 -0700 Pete Zaitcev <[EMAIL PROTECTED]> wrote: | I may be missing something, but the usb-serial seems to miss a kfree | in a blatant way when it frees "unattached" ports. I looked at the | way ports are probed, and they are never static, even if they are | s

Re: [linux-usb-devel] usb-serial misses kfree?

2006-06-17 Thread Pete Zaitcev
On Sat, 17 Jun 2006 22:09:49 -0300, "Luiz Fernando N. Capitulino" <[EMAIL PROTECTED]> wrote: > 1. While you're are at it, please, create a new function to kill > 'port', because now the code in port_release() and destroy_serial() > does exactly the same thing (to kill 'port'). > >

Re: [linux-usb-devel] usb-serial misses kfree?

2006-06-17 Thread Pete Zaitcev
On Sat, 17 Jun 2006 22:09:49 -0300, "Luiz Fernando N. Capitulino" <[EMAIL PROTECTED]> wrote: > | Greg, does this look sane to you? > 1. While you're are at it, please, create a new function to kill > 'port', because now the code in port_release() and destroy_serial() > does exactly t