[linux-usb-devel] RFC usbmon.txt change

2006-06-10 Thread Pete Zaitcev
The usbmon's documentation leaves me dissatisfied, it seems clumsy. What do you native English speaker guys think about the below, is it any improvement? --- linux-2.6.17-rc5/Documentation/usb/usbmon.txt 2005-09-13 01:05:37.0 -0700 +++ linux-2.6.17-rc5-lem/Documentation/usb/usbmon.t

[linux-usb-devel] 致贵公司财务部

2006-06-10 Thread 潘思广
致贵公司财务部,领导: 广东省深圳市宏溢诚贸易有限公司是一家集生产,销售, 进出口,运输等大型综合企业公司.我公司具有业务量大, 进项大,业务范围广,信誉好等特点.公司现特开办各类发票 代开业务(有全国各地运输发票,商品销售栽剪发票,增值票, 建安工程票,广告发票,加工修理,汽车销售,等等)点数优惠, 质量保证,可在网上查询或税务部门验证.验证后付款! 咨询电话:13410258

Re: [linux-usb-devel] Submit a patch

2006-06-10 Thread Phil Dibowitz
Davide Perini wrote: > Hello, > I'm Davide Perini > I want to submit this patch for > drivers/usb/storage/unusual_devs.h > Could you add this entry in the next kernel release? Davide, Thanks for the patch, but I have a few concerns: 1. As the top of the file states, I also need a copy of /proc/

[linux-usb-devel] 致贵公司财务部

2006-06-10 Thread 潘思广
致贵公司财务部,领导: 广东省深圳市宏溢诚贸易有限公司是一家集生产,销售, 进出口,运输等大型综合企业公司.我公司具有业务量大, 进项大,业务范围广,信誉好等特点.公司现特开办各类发票 代开业务(有全国各地运输发票,商品销售栽剪发票,增值票, 建安工程票,广告发票,加工修理,汽车销售,等等)点数优惠, 质量保证,可在网上查询或税务部门验证.验证后付款! 咨询电话:13410258

[linux-usb-devel] 致贵公司财务部

2006-06-10 Thread 潘思广
致贵公司财务部,领导: 广东省深圳市宏溢诚贸易有限公司是一家集生产,销售, 进出口,运输等大型综合企业公司.我公司具有业务量大, 进项大,业务范围广,信誉好等特点.公司现特开办各类发票 代开业务(有全国各地运输发票,商品销售栽剪发票,增值票, 建安工程票,广告发票,加工修理,汽车销售,等等)点数优惠, 质量保证,可在网上查询或税务部门验证.验证后付款! 咨询电话:13410258

Re: [linux-usb-devel] Hello, I want to submit a patch

2006-06-10 Thread Bernd Petrovitsch
On Sat, 2006-06-10 at 23:01 +0200, Perini Davide wrote: [...] > What I need to do to include my lines in the next kernel? This can be found in Documentation/SubmittingPatches of your kernel source tree, Bernd -- Firmix Software GmbH http://www.firmix.at/ mobil: +43 664

[linux-usb-devel] Hello, I want to submit a patch

2006-06-10 Thread Perini Davide
Hello, I've added something to drivers/usb/storage/unusual_devs.h in order to solve some problem on Motorola RAZR V3x. Now it works perfectly. What I need to do to include my lines in the next kernel? Regards, Davide Perini -- Email.it, the professional e-mail, gratis per te: http://w

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-10 Thread Daniel Drake
Oliver Neukum wrote: > +static void disconnect(struct usb_interface *intf) > +{ > > This is racy. It allows io to disconnected devices. You must take the > lock and set a flag that you test after you've taken the lock elsewhere. It's been a bit of an adventure, but I'm now fairly confident that o

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-10 Thread Daniel Drake
Ulrich Kunitz wrote: > Not so fast, because I don't know what to fix. I am working on it. A couple more mails to Herbert Xu should clarify it, then I'll post a patch. On first glance I was quite worried that there are a lot of potential races, but now I think there will only be a few places. D

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-10 Thread Oliver Neukum
Am Samstag, 10. Juni 2006 13:23 schrieb Ulrich Kunitz: > On 06-06-04 00:25 Oliver Neukum wrote: > > > > > +static void disconnect(struct usb_interface *intf) > > > > This is racy. It allows io to disconnected devices. You must take the > > > > lock and set a flag that you test after you've taken t

Re: [linux-usb-devel] [PATCH RFC] ZyDAS ZD1211 USB-WLAN driver

2006-06-10 Thread Ulrich Kunitz
On 06-06-04 00:25 Oliver Neukum wrote: > > > +static void disconnect(struct usb_interface *intf) > > > This is racy. It allows io to disconnected devices. You must take the > > > lock and set a flag that you test after you've taken the lock elsewhere. > > > > Will fix, thanks. > > You're welcome

[linux-usb-devel] Naming of USB printers

2006-06-10 Thread Remco
Both the lp and the usblp driver create devices named lp[n], though the kernel messages suggest an usblp[n] device for the USB printer. When both a parallel port printer and an USB printer are attached they will both be called lp0 leaving the system with only one device node. (So one of the printe