|
21 | 21 | #include "hid-ids.h" |
22 | 22 | #include "compat.h" |
23 | 23 |
|
24 | | -/* |
25 | | - * See WPXXXXU model descriptions, device and HID report descriptors at |
26 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP4030U |
27 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP5540U |
28 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP8060U |
29 | | - */ |
30 | | - |
31 | 24 | /* Size of the original descriptor of WPXXXXU tablets */ |
32 | 25 | #define WPXXXXU_RDESC_ORIG_SIZE 212 |
33 | 26 |
|
@@ -221,11 +214,6 @@ static __u8 wp8060u_rdesc_fixed[] = { |
221 | 214 | 0xC0 /* End Collection */ |
222 | 215 | }; |
223 | 216 |
|
224 | | -/* |
225 | | - * See WP1062 description, device and HID report descriptors at |
226 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_WP1062 |
227 | | - */ |
228 | | - |
229 | 217 | /* Size of the original descriptor of WP1062 tablet */ |
230 | 218 | #define WP1062_RDESC_ORIG_SIZE 254 |
231 | 219 |
|
@@ -274,11 +262,6 @@ static __u8 wp1062_rdesc_fixed[] = { |
274 | 262 | 0xC0 /* End Collection */ |
275 | 263 | }; |
276 | 264 |
|
277 | | -/* |
278 | | - * See PF1209 description, device and HID report descriptors at |
279 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_PF1209 |
280 | | - */ |
281 | | - |
282 | 265 | /* Size of the original descriptor of PF1209 tablet */ |
283 | 266 | #define PF1209_RDESC_ORIG_SIZE 234 |
284 | 267 |
|
@@ -356,11 +339,6 @@ static __u8 pf1209_rdesc_fixed[] = { |
356 | 339 | 0xC0 /* End Collection */ |
357 | 340 | }; |
358 | 341 |
|
359 | | -/* |
360 | | - * See TWHL850 description, device and HID report descriptors at |
361 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Wireless_Tablet_TWHL850 |
362 | | - */ |
363 | | - |
364 | 342 | /* Size of the original descriptors of TWHL850 tablet */ |
365 | 343 | #define TWHL850_RDESC_ORIG_SIZE0 182 |
366 | 344 | #define TWHL850_RDESC_ORIG_SIZE1 161 |
@@ -469,11 +447,6 @@ static __u8 twhl850_rdesc_fixed2[] = { |
469 | 447 | 0xC0 /* End Collection */ |
470 | 448 | }; |
471 | 449 |
|
472 | | -/* |
473 | | - * See TWHA60 description, device and HID report descriptors at |
474 | | - * http://sf.net/apps/mediawiki/digimend/?title=UC-Logic_Tablet_TWHA60 |
475 | | - */ |
476 | | - |
477 | 450 | /* Size of the original descriptors of TWHA60 tablet */ |
478 | 451 | #define TWHA60_RDESC_ORIG_SIZE0 254 |
479 | 452 | #define TWHA60_RDESC_ORIG_SIZE1 139 |
|
0 commit comments