Skip to content

Commit d9a8ebc

Browse files
committed
Remove broken links to tablet pages
1 parent 65ae046 commit d9a8ebc

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

hid-kye.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919

2020
#include "hid-ids.h"
2121

22-
/*
23-
* See EasyPen i405X description, device and HID report descriptors at
24-
* http://sf.net/apps/mediawiki/digimend/?title=KYE_EasyPen_i405X
25-
*/
26-
2722
/* Original EasyPen i405X report descriptor size */
2823
#define EASYPEN_I405X_RDESC_ORIG_SIZE 476
2924

@@ -82,11 +77,6 @@ static __u8 easypen_i405x_rdesc_fixed[] = {
8277
0xC0 /* End Collection */
8378
};
8479

85-
/*
86-
* See MousePen i608X description, device and HID report descriptors at
87-
* http://sf.net/apps/mediawiki/digimend/?title=KYE_MousePen_i608X
88-
*/
89-
9080
/* Original MousePen i608X report descriptor size */
9181
#define MOUSEPEN_I608X_RDESC_ORIG_SIZE 476
9282

@@ -285,11 +275,6 @@ static __u8 mousepen_i608x_v2_rdesc_fixed[] = {
285275
0xC0 /* End Collection */
286276
};
287277

288-
/*
289-
* See EasyPen M610X description, device and HID report descriptors at
290-
* http://sf.net/apps/mediawiki/digimend/?title=KYE_EasyPen_M610X
291-
*/
292-
293278
/* Original EasyPen M610X report descriptor size */
294279
#define EASYPEN_M610X_RDESC_ORIG_SIZE 476
295280

hid-uclogic.c

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
#include "hid-ids.h"
2222
#include "compat.h"
2323

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-
3124
/* Size of the original descriptor of WPXXXXU tablets */
3225
#define WPXXXXU_RDESC_ORIG_SIZE 212
3326

@@ -221,11 +214,6 @@ static __u8 wp8060u_rdesc_fixed[] = {
221214
0xC0 /* End Collection */
222215
};
223216

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-
229217
/* Size of the original descriptor of WP1062 tablet */
230218
#define WP1062_RDESC_ORIG_SIZE 254
231219

@@ -274,11 +262,6 @@ static __u8 wp1062_rdesc_fixed[] = {
274262
0xC0 /* End Collection */
275263
};
276264

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-
282265
/* Size of the original descriptor of PF1209 tablet */
283266
#define PF1209_RDESC_ORIG_SIZE 234
284267

@@ -356,11 +339,6 @@ static __u8 pf1209_rdesc_fixed[] = {
356339
0xC0 /* End Collection */
357340
};
358341

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-
364342
/* Size of the original descriptors of TWHL850 tablet */
365343
#define TWHL850_RDESC_ORIG_SIZE0 182
366344
#define TWHL850_RDESC_ORIG_SIZE1 161
@@ -469,11 +447,6 @@ static __u8 twhl850_rdesc_fixed2[] = {
469447
0xC0 /* End Collection */
470448
};
471449

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-
477450
/* Size of the original descriptors of TWHA60 tablet */
478451
#define TWHA60_RDESC_ORIG_SIZE0 254
479452
#define TWHA60_RDESC_ORIG_SIZE1 139

0 commit comments

Comments
 (0)