Skip to content

Commit ac12d6a

Browse files
bmorkgregkh
authored andcommitted
USB: serial: qcserial: new Sierra Wireless EM7305 device ID
commit 996fab55d864ed604158f71724ff52db1c2454a3 upstream. A new Sierra Wireless EM7305 device ID used in a Toshiba laptop. Reported-by: Petr Kloc <petr_kloc@yahoo.com> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1a04853 commit ac12d6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/serial/qcserial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ static const struct usb_device_id id_table[] = {
158158
{DEVICE_SWI(0x1199, 0x9056)}, /* Sierra Wireless Modem */
159159
{DEVICE_SWI(0x1199, 0x9060)}, /* Sierra Wireless Modem */
160160
{DEVICE_SWI(0x1199, 0x9061)}, /* Sierra Wireless Modem */
161+
{DEVICE_SWI(0x1199, 0x9063)}, /* Sierra Wireless EM7305 */
161162
{DEVICE_SWI(0x1199, 0x9070)}, /* Sierra Wireless MC74xx */
162163
{DEVICE_SWI(0x1199, 0x9071)}, /* Sierra Wireless MC74xx */
163164
{DEVICE_SWI(0x1199, 0x9078)}, /* Sierra Wireless EM74xx */

0 commit comments

Comments
 (0)