Revision 2542335ccf34cfb442d3fd842d7e78ca5e649951 authored by Jon K Hellan on 24 June 2008, 09:43:13 UTC, committed by Greg Kroah-Hartman on 04 July 2008, 01:20:37 UTC
Here's a new device ID for the ftdio_sio driver.
The diff is with linus's tree as of this morning.

The device is the RigExpert Tiny USB Soundcard Transceiver Interface for ham
radio.

(I didn't actually test this. A fellow ham couldn't get the device to work, and
I suggested binding the device ID using sysfs - see
"http://jk.ufisa.uninett.no/usb/". However, he had had moved on to other things
by then. I guess adding the device ID to the kernel "on spec" won't hurt.
The relevant part of cat /proc/bus/usb/devices shows:

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0403 ProdID=ed22 Rev= 5.00
S:  Manufacturer=FTDI
S:  Product=MixW RigExpert Tiny
S:  SerialNumber=00000000
C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=04(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
)

From: Jon K Hellan <hellan@acm.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


1 parent f15e397
History
File Mode Size
Kconfig -rw-r--r-- 5.8 KB
Makefile -rw-r--r-- 1.1 KB
led-class.c -rw-r--r-- 4.7 KB
led-core.c -rw-r--r-- 578 bytes
led-triggers.c -rw-r--r-- 6.5 KB
leds-ams-delta.c -rw-r--r-- 3.4 KB
leds-atmel-pwm.c -rw-r--r-- 3.7 KB
leds-clevo-mail.c -rw-r--r-- 5.8 KB
leds-cm-x270.c -rw-r--r-- 2.8 KB
leds-cobalt-qube.c -rw-r--r-- 2.2 KB
leds-cobalt-raq.c -rw-r--r-- 3.2 KB
leds-corgi.c -rw-r--r-- 2.9 KB
leds-fsg.c -rw-r--r-- 5.6 KB
leds-gpio.c -rw-r--r-- 5.0 KB
leds-h1940.c -rw-r--r-- 3.6 KB
leds-hp6xx.c -rw-r--r-- 2.8 KB
leds-locomo.c -rw-r--r-- 2.3 KB
leds-net48xx.c -rw-r--r-- 2.5 KB
leds-s3c24xx.c -rw-r--r-- 3.8 KB
leds-spitz.c -rw-r--r-- 3.1 KB
leds-wrap.c -rw-r--r-- 3.6 KB
leds.h -rw-r--r-- 1.5 KB
ledtrig-default-on.c -rw-r--r-- 1.0 KB
ledtrig-heartbeat.c -rw-r--r-- 3.1 KB
ledtrig-ide-disk.c -rw-r--r-- 1.6 KB
ledtrig-timer.c -rw-r--r-- 6.2 KB

back to top