File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ config USB_SERIAL_SIMPLE
62
62
- Fundamental Software dongle.
63
63
- Google USB serial devices
64
64
- HP4x calculators
65
+ - Libtransistor USB console
65
66
- a number of Motorola phones
66
67
- Motorola Tetra devices
67
68
- Novatel Wireless GPS receivers
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ DEVICE(flashloader, FLASHLOADER_IDS);
63
63
0x01) }
64
64
DEVICE (google , GOOGLE_IDS );
65
65
66
+ /* Libtransistor USB console */
67
+ #define LIBTRANSISTOR_IDS () \
68
+ { USB_DEVICE(0x1209, 0x8b00) }
69
+ DEVICE (libtransistor , LIBTRANSISTOR_IDS );
70
+
66
71
/* ViVOpay USB Serial Driver */
67
72
#define VIVOPAY_IDS () \
68
73
{ USB_DEVICE(0x1d5f, 0x1004) } /* ViVOpay 8800 */
@@ -110,6 +115,7 @@ static struct usb_serial_driver * const serial_drivers[] = {
110
115
& funsoft_device ,
111
116
& flashloader_device ,
112
117
& google_device ,
118
+ & libtransistor_device ,
113
119
& vivopay_device ,
114
120
& moto_modem_device ,
115
121
& motorola_tetra_device ,
@@ -126,6 +132,7 @@ static const struct usb_device_id id_table[] = {
126
132
FUNSOFT_IDS (),
127
133
FLASHLOADER_IDS (),
128
134
GOOGLE_IDS (),
135
+ LIBTRANSISTOR_IDS (),
129
136
VIVOPAY_IDS (),
130
137
MOTO_IDS (),
131
138
MOTOROLA_TETRA_IDS (),
You can’t perform that action at this time.
0 commit comments