Re: [linux-usb-devel] PATCH: add support for Maxtor One-Touch button

2005-08-02 Thread Dmitry Torokhov
On 8/1/05, Nick Sillik <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov wrote: > >>+ onetouch->dev.id.bustype = BUS_USB; > >>+ onetouch->dev.id.vendor = le16_to_cpu(udev->descriptor.idVendor); > >>+ onetouch->dev.id.product = le16_to_cpu(udev->descriptor.idProduct); > >>+ onetou

Re: [linux-usb-devel] PATCH: add support for Maxtor One-Touch button

2005-08-01 Thread Nick Sillik
Dmitry Torokhov wrote: + onetouch->dev.id.bustype = BUS_USB; + onetouch->dev.id.vendor = le16_to_cpu(udev->descriptor.idVendor); + onetouch->dev.id.product = le16_to_cpu(udev->descriptor.idProduct); + onetouch->dev.id.version = le16_to_cpu(udev->descriptor.bcdDevice); us

Re: [linux-usb-devel] PATCH: add support for Maxtor One-Touch button

2005-07-29 Thread Dmitry Torokhov
Hi, On Thursday 28 July 2005 16:49, Matthew Dharm wrote: > +   onetouch->dev.id.bustype = BUS_USB; > +   onetouch->dev.id.vendor = le16_to_cpu(udev->descriptor.idVendor); > +   onetouch->dev.id.product = le16_to_cpu(udev->descriptor.idProduct); > +   onetouch->dev.id.version = le16

[linux-usb-devel] PATCH: add support for Maxtor One-Touch button

2005-07-28 Thread Matthew Dharm
This patch is originally from Nick Sillik, and has been rediffed against the latest tree. This patch adds usability to the OneTouch Button on Maxtor External USB Hard Drives. Using an unusual device entry it declares an extra init function which claims the interrupt endpoint associated with this b