RE: MY NAME IS MRS BELLA YOSTIN MOHAMMAD

2018-07-21 Thread Mrs Bella Yostin Mohammad
Hello Dear. My Name is Mrs. Bella Yostin Mohammad, I got your contact from a business directory search and I decided to contact you directly. well am originally from South Africa, but based in London, i am searching for a reliable and honest and understanding person to go into partnership in

Re: RFC on OTi-2108 USB Data Link cable driver implementation

2018-07-21 Thread Alan Stern
On Sat, 21 Jul 2018, Urja Rannikko wrote: > Hi, > > This device presents itself as an USB CD Drive, and extends that > "metaphor" (kinda) to how it transfers data (= ethernet frames in our > case) between hosts. That is one SCSI vendor command (0xD8) over > bulk-only mass-storage is used to poll

Re: [PATCH v2 08/29] usb: usbtmc: Add ioctl for generic requests on control

2018-07-21 Thread Greg KH
On Sat, Jul 21, 2018 at 11:11:55AM +, gu...@kiener-muenchen.de wrote: > > Zitat von Greg KH : > > > On Wed, Jul 18, 2018 at 10:45:41AM +0200, Guido Kiener wrote: > > > Add USBTMC_IOCTL_CTRL_REQUEST to send arbitrary requests on the > > > control pipe. Used by specific applications of IVI

Re: [PATCH v2 08/29] usb: usbtmc: Add ioctl for generic requests on control

2018-07-21 Thread guido
Zitat von Greg KH : On Wed, Jul 18, 2018 at 10:45:41AM +0200, Guido Kiener wrote: Add USBTMC_IOCTL_CTRL_REQUEST to send arbitrary requests on the control pipe. Used by specific applications of IVI Foundation, Inc. to implement VISA API functions: viUsbControlIn/Out. The maximum length of

Re: [PATCH v2 09/29] usb: usbtmc: Add ioctl for vendor specific write

2018-07-21 Thread Greg KH
On Wed, Jul 18, 2018 at 10:45:42AM +0200, Guido Kiener wrote: > The new ioctl USBTMC_IOCTL_WRITE sends a generic message to bulk OUT. > This ioctl is used for vendor specific or asynchronous I/O as well. > > The message is split into chunks of 4k (page size). > Message size is aligned to 32 bit

Re: [PATCH v2 08/29] usb: usbtmc: Add ioctl for generic requests on control

2018-07-21 Thread Greg KH
On Wed, Jul 18, 2018 at 10:45:41AM +0200, Guido Kiener wrote: > Add USBTMC_IOCTL_CTRL_REQUEST to send arbitrary requests on the > control pipe. Used by specific applications of IVI Foundation, > Inc. to implement VISA API functions: viUsbControlIn/Out. > > The maximum length of control request

Re: [PATCH v2 03/29] usb: usbtmc: Add ioctls to set/get usb timeout

2018-07-21 Thread Greg KH
On Wed, Jul 18, 2018 at 10:45:36AM +0200, Guido Kiener wrote: > +/* > + * Set the usb timeout value > + */ > +static int usbtmc_ioctl_set_timeout(struct usbtmc_file_data *file_data, > + void __user *arg) > +{ > + u32 timeout; > + > + if (get_user(timeout, (__u32

Re: [PATCH v2 01/29] usb: usbtmc: Support Read Status Byte with SRQ per file

2018-07-21 Thread Greg KH
On Wed, Jul 18, 2018 at 10:45:34AM +0200, Guido Kiener wrote: > } > - dev_warn(dev, "invalid notification: %x\n", > data->iin_buffer[0]); > + dev_warn(dev, "invalid notification: %x\n", > + data->iin_buffer[0]); > break; >

RFC on OTi-2108 USB Data Link cable driver implementation

2018-07-21 Thread Urja Rannikko
Hi, This device presents itself as an USB CD Drive, and extends that "metaphor" (kinda) to how it transfers data (= ethernet frames in our case) between hosts. That is one SCSI vendor command (0xD8) over bulk-only mass-storage is used to poll whether data is available and another one (0xD9) is