ichiro
|
6a036b85d9
|
correct interrupt pipe of USB-RSAQ1.
sc_intr_iface was defined newly,
and interface of interrupt was kept in sc_intr_iface.
|
2001-07-31 12:33:11 +00:00 |
ichiro
|
3cd8eb40b0
|
support to change of CRTSCTS
change uplcom_reset parameter
|
2001-07-20 21:03:41 +00:00 |
jhawk
|
4af61a686a
|
oops. Make it compile.
|
2001-05-22 00:43:12 +00:00 |
jhawk
|
7a31dfa328
|
Supoprt the IOGEAR/ATEN UC-232A, which uses the Prolific 2303.
Make this the "PRODUCT_PL2303" because it's actually id 0x2303
and change the old PRODUCT_PL2303 to PRODUCT_RSAQ.
|
2001-05-22 00:18:03 +00:00 |
ichiro
|
dbbff52c3d
|
support USB-serial PLANEX USB-RS232 URS-03
reported by sakamoto@splhack.org (Kazuki Sakamoto)
|
2001-04-02 13:38:14 +00:00 |
augustss
|
97fa4f3453
|
Fix some bad indentation.
|
2001-04-01 03:28:11 +00:00 |
ichiro
|
9261ee5adc
|
fix typo
|
2001-03-26 12:58:44 +00:00 |
ichiro
|
2350819ec5
|
support interrupt endpoint.
add more comment
|
2001-03-26 12:49:39 +00:00 |
ichiro
|
38bf48d59a
|
Implement uplcom_intr().
use interrupt pipe of USB serial adapter
|
2001-03-14 15:53:01 +00:00 |
ichiro
|
e08982d234
|
add uplcom_{open,close}
it only reset routine yet.
|
2001-01-30 13:17:43 +00:00 |
ichiro
|
1225c5883f
|
USB-RSAQ work
but this product was discon.
|
2001-01-28 03:44:46 +00:00 |
ichiro
|
fa52d46203
|
more datasheet
but same...
|
2001-01-24 14:46:49 +00:00 |
augustss
|
4b0119383e
|
Ad support for an extra message in the ucom attach code.
|
2001-01-23 21:56:17 +00:00 |
augustss
|
cbda952879
|
Make sure driver attach/detach events are generated in a consistent manner.
|
2001-01-23 14:04:13 +00:00 |
augustss
|
7fd4b01030
|
Change matching condition (we don't want to match on interface for this
type of device).
Don't generate a device detach event since there's no attach event.
Minor cosmetic changes.
|
2001-01-23 13:48:06 +00:00 |
ichiro
|
51ee272c28
|
simple datasheet
http://www.nisseisg.co.jp/jyouhou/_cp/@gif/2303.pdf
but not include register :<
|
2001-01-23 10:10:22 +00:00 |
ichiro
|
2b4a1ad203
|
increase size of UPLCOM{I,O}BUFSIZE
enabe uplcom_break
|
2001-01-23 08:15:58 +00:00 |
ichiro
|
db3f510ee6
|
s/2000/2001 :-)
and typo.
|
2001-01-23 02:36:17 +00:00 |
augustss
|
3a36335ddf
|
Don't turn on the dubug flag by default.
Don't print interface class/subclass; it's pointless since the device
doesn't follow any standard class definition.
|
2001-01-23 02:25:02 +00:00 |
ichiro
|
1227a240f1
|
driver for Prolific PL2303 serial adapter.
I/O DATA USB-USAQ2 work.
|
2001-01-23 01:24:10 +00:00 |