0
votes
0answers
19 views

Convert old USB Driver to new Linux Kernel

I am trying to compile igotu2gpx for Ubuntu 12.10. It was only compiled until Ubuntu 10.04. I got it to compile but there is a driver module which won't compile. It won't compile because the ...
1
vote
0answers
68 views

Writing USB drivers without usbfs

I am learning Linux Device Driver programming - specifically USB drivers. All the tutorials for USB drivers require usbfs, which has been disabled in the newer kernels. Solution, which I hope someone ...
1
vote
1answer
66 views

Linux USB driver: Interrupt URBs

I suppose I actually have two separate questions, but I think that they are related enough to include them both. The context is a Linux USB device driver (not userspace). After transmitting a ...
0
votes
0answers
77 views

Programmatically reclaim HID device from default driver in Linux

I have a USB device with HID digitizer profile(It needs only one Interrupt IN end point), It has another Interrupt OUT endpoint for properitary communication. When I connect the device to my Linux ...
1
vote
2answers
85 views

android usb connection for android v <= 2.2

I want to connect my android phone to my pc using USB cable. Now, I need to send some messages to the pc from my android device via this USB connection ans vice a versa. I know about USB host but ...
0
votes
0answers
63 views

usb communication

I have two embedded machine.In that one has usb otg controller and other has only standard type usb(without otg).i need transfer 1mb data with every 50ms from one embedded(otg) machine to other ...
1
vote
0answers
150 views

How to connect to a USB device in linux which does not appear as a ttyUSBn file [closed]

I am attempting to connect to a USB device (specifically a SICK Sensors TiM310 Laser Range Finder) in ubuntu. Normally, when I connect a USB device, such as our GPS, a file handle appears in /dev as ...
4
votes
2answers
509 views

Programmatically obtaining the Vendor ID, Product ID of a USB device on Linux platform

I am a Newbie in Device Driver Coding. I have been trying to write a simple device driver, in which I am suppossed to get the Vendor ID and Product ID Programmatically. Having gone through almost all ...
3
votes
0answers
99 views

LibUsbDotNet returns garbage

I wrote an application to read a magnetic card-reader through usb. I used the libusbdotnet because it communicates directly with libusb 1.xx on linux. When I pull the card through. i get al lot of I ...
2
votes
0answers
711 views

Writing USB driver for Raspberry Pi [closed]

I am trying to write a USB device driver for Raspberry Pi board (practising on my Ubuntu desktop first). Whenever two flash drives are inserted, data from second will automatically be copied into the ...
0
votes
0answers
378 views

RNDIS issue on USB 3.0 port

I'm new to USB/NDIS/RNDIS stuff, so sorry in advance I'm debugging some USB network device with embedded Linux running on its application processor. I'm using g_rndis gadget opensource driver "RNDIS ...
0
votes
2answers
268 views

Create connection based on usb cable between 2 computers

I have 2 linux computers. For security, I want to setup a link between them, then program a library for sending/receiving data over this connection. I know that we can use USB networking cable for ...
0
votes
1answer
230 views

libusb bulk transfer in pen drive

I am using libusb to interact with pen drive. We have to use the function int libusb_bulk_transfer(struct libusb_device_handle * dev_handle, unsigned char endpoint, unsigned char * data,int ...
-1
votes
1answer
128 views

USB Device Driver [closed]

I am a newbie in device driver for linux . I am learning this and trying to build one for usb. However , i am not able to read/write to/from USB . Can anyone post some code and provide some links ...
0
votes
0answers
283 views

How to set the volume of a USB soundcard?

I am a total newbie when it comes to programming or even talking directly to drivers. The thing I want to do is hooking up my Raspberry Pi with a 5.1 external USB-soundcard. I would really like to use ...
6
votes
3answers
951 views

Detection of plugged in USB device

I'd like to know, which part of the system is responsible for detection of plugged-in device in the USB port It may be a USB host port, so that a plugged-in device will be considered a USB client (so ...
3
votes
0answers
534 views

How to get USB Resistive touchscreen to work on Android.

I know most of you may have seen that there are a lot of Android based PC on a stick going around. The are very small, but of course, have no input device. They use Android 4.0 and up. The two that I ...
1
vote
0answers
85 views

Who wakes the kthreadd daemon during SD card read?

I would like to know who wakes the kthread daemon up, when a read from the SD card is done using vfs_read. According to the code flow the kthreadd will wake up the mmcqd (mmc_queue_thread) which will ...
1
vote
2answers
530 views

Where in the android code is the phone's name/model number stored, and how is it stored there?

What I want to know is how a Android phone, when connected as MTP, publishes it's name so that it appears on my computer. I believe that the mtp/usb drivers get the value from the upper layers such as ...
2
votes
1answer
350 views

How to use Linux C++ drivers for USB sensor on Android?

I'm currently working on an Android project, where I have to collect data from a USB thermometer stick, called Temper, which will be directly connected to a tablet. This device has Linux drivers, ...
0
votes
1answer
1k views

How usb OTG works(master/slave)

A device has usb OTG Following is scenarios when a device connected to PC ,then device act as slave (how device knows it has to act as slave) when a device connected to printer ,then device act as ...
0
votes
0answers
189 views

USB: How to explicitly check if a particular Endpoint is STALLED or not?

Currently I am writing a USB Class driver above USB Core (libusb). I have a situation where explicitly checking if there is STALL on a particular Endpoint is really helpful. The actual scenario is ...
0
votes
1answer
229 views

Linux: Possible to detect if USB device is connected and charging, but switched off

In Linux, is it possible to detect whether a USB device (such as a cellphone) is physically connected, even if the device is switched off (USB microcontroller on the peripheral not powered)?
2
votes
1answer
341 views

Sony Ericsson registers two devices when connected to USB port

I am very curios that why does every Sony Ericsson phone (w200i,2660 etc) register two ttyACM devices when connected to PC via USB? This also introduces complications in interfacing with the mobile. ...
0
votes
1answer
1k views

remove usb node

My aim is to disable usb port usage except a specific kind of usb. Every time a usb device is inserted a udev rule is called and it runs a program to handle the work. I can't unload usb_storage ...
1
vote
1answer
632 views

How to bind a USB device with non sequential interface numbers

I try to hook-up a USB cellular GOBI 3000 MODEM in QMI mode on a Host port. The USB host subsystem works since I already hooked-up other devices (capacitive touch screen etc). The drivers required are ...
0
votes
1answer
541 views

USB on embedded Linux - TI hub TUSB2046B doesn't detect USB devices

I have a problem on embedded platform with very limited toolchain. I have TI Hub connected to USB host on chip. This hub seems to be detected properly, but sierra wireless SL6087 device that I connect ...
2
votes
1answer
746 views

Linux USB driver probe() problem

I'm currently work on kernel-mode USB driver for Seowon SWU-3220A WiMAX USB modem. It is a complex device (after plugging it appear in system as USB CDROM, and driver needs to switch it to modem ...
3
votes
1answer
419 views

EHCI USB Controller and USB Device (gadget) mode

In SoC I'm working on there is USB EHCI Compatible Controller. Does all EHCI Controllers can work as Host or Device ? Does EHCI Linux driver cover device/gadget mode for such controller ? BR, ...
0
votes
1answer
424 views

A Linux USB driver for a generic 2-way comm device

What would be the best existing Linux device driver to use for a generic device that requires 2-way communication (custom protocol)? Preferably bulk transfer, as fairly large blocks will need to be ...
0
votes
1answer
818 views

Reading a Linux device with fstream

I'm attempting to get feedback from some hardware that is used over USB TMC and SCPI. I can read and write to the device using /dev/usbtmc0 in a C++ [io]fstream, alternating by reading and writing to ...
1
vote
1answer
2k views

Developing software for an RFID reader with open-source Linux support: Which direction to go, hardware-/system-wise?

I'll be working on a project that will work with RFID readers. The target platform for our software is Debian stable (currently 5.0.6). I have investigated the following options so far: Parallax ...
1
vote
1answer
609 views

Why can't certain USB Mass Storage Devices be detected by some hardware?

I am trying to modify a mass storage driver using the composite usb framework to allow an embedded mass storage device to be visible on my Xbox 360. I have confirmed that this is not a simple ...
0
votes
1answer
724 views

Accessing/monitoring battery status through SMBus

I am currenlty trying to monitor my battery status through SMBus. I have a battery along with a control board that constantly outputs the battery status. This control board is then connected to my ...
0
votes
2answers
1k views

linux usb driver: probing already plugged devices

im writing a Usb driver and i have an issue. when i insmod the driver with the device already plugged in before, the probe function is not called. it is only called after i disconnect the device and ...
3
votes
2answers
2k views

How to develop a USB mass storage simulator in Linux?

I am new to programming USB. I want to develop a simulator in Linux for USB mass storage devices. I would be thankful to you if you share links.