Search
j0ke.net Open Build Service
>
Projects
>
hardware
:
wwan
>
qcserial
> qcserial-gobi2000.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qcserial-gobi2000.patch of Package qcserial (Revision 2)
Currently displaying revision
2
,
show latest
--- qcserial.c.orig 2010-10-07 22:59:38.331157235 +0200 +++ qcserial.c 2010-10-07 22:59:58.695156223 +0200 @@ -47,6 +47,8 @@ {USB_DEVICE(0x05c6, 0x9221)}, /* Generic Gobi QDL device */ {USB_DEVICE(0x05c6, 0x9231)}, /* Generic Gobi QDL device */ {USB_DEVICE(0x1f45, 0x0001)}, /* Unknown Gobi QDL device */ + {USB_DEVICE(0x05c6, 0x9204)}, /* Gobi 2000 QDL device */ + {USB_DEVICE(0x05c6, 0x9205)}, /* Gobi 2000 Modem device */ { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, id_table);