diff options
| -rw-r--r-- | drivers/hid/hid-kye.c | 15 | ||||
| -rw-r--r-- | drivers/hid/hid-uclogic.c | 27 | ||||
| -rw-r--r-- | drivers/hid/hid-waltop.c | 36 |
3 files changed, 0 insertions, 78 deletions
diff --git a/drivers/hid/hid-kye.c b/drivers/hid/hid-kye.c index 32e6d8d9ded0..a3b70df9f912 100644 --- a/drivers/hid/hid-kye.c +++ b/drivers/hid/hid-kye.c | |||
| @@ -19,11 +19,6 @@ | |||
| 19 | 19 | ||
| 20 | #include "hid-ids.h" | 20 | #include "hid-ids.h" |
| 21 | 21 | ||
| 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 | |||
| 27 | /* Original EasyPen i405X report descriptor size */ | 22 | /* Original EasyPen i405X report descriptor size */ |
| 28 | #define EASYPEN_I405X_RDESC_ORIG_SIZE 476 | 23 | #define EASYPEN_I405X_RDESC_ORIG_SIZE 476 |
| 29 | 24 | ||
| @@ -82,11 +77,6 @@ static __u8 easypen_i405x_rdesc_fixed[] = { | |||
| 82 | 0xC0 /* End Collection */ | 77 | 0xC0 /* End Collection */ |
| 83 | }; | 78 | }; |
| 84 | 79 | ||
| 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 | |||
| 90 | /* Original MousePen i608X report descriptor size */ | 80 | /* Original MousePen i608X report descriptor size */ |
| 91 | #define MOUSEPEN_I608X_RDESC_ORIG_SIZE 476 | 81 | #define MOUSEPEN_I608X_RDESC_ORIG_SIZE 476 |
| 92 | 82 | ||
| @@ -186,11 +176,6 @@ static __u8 mousepen_i608x_rdesc_fixed[] = { | |||
| 186 | 0xC0 /* End Collection */ | 176 | 0xC0 /* End Collection */ |
| 187 | }; | 177 | }; |
| 188 | 178 | ||
| 189 | /* | ||
| 190 | * See EasyPen M610X description, device and HID report descriptors at | ||
| 191 | * http://sf.net/apps/mediawiki/digimend/?title=KYE_EasyPen_M610X | ||
| 192 | */ | ||
| 193 | |||
| 194 | /* Original EasyPen M610X report descriptor size */ | 179 | /* Original EasyPen M610X report descriptor size */ |
| 195 | #define EASYPEN_M610X_RDESC_ORIG_SIZE 476 | 180 | #define EASYPEN_M610X_RDESC_ORIG_SIZE 476 |
| 196 | 181 | ||
diff --git a/drivers/hid/hid-uclogic.c b/drivers/hid/hid-uclogic.c index 85ac43517e3f..6a59f6a28f7e 100644 --- a/drivers/hid/hid-uclogic.c +++ b/drivers/hid/hid-uclogic.c | |||
| @@ -21,13 +21,6 @@ | |||
| 21 | 21 | ||
| 22 | #include "hid-ids.h" | 22 | #include "hid-ids.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 | /* Size of the original descriptor of WPXXXXU tablets */ | 24 | /* Size of the original descriptor of WPXXXXU tablets */ |
| 32 | #define WPXXXXU_RDESC_ORIG_SIZE 212 | 25 | #define WPXXXXU_RDESC_ORIG_SIZE 212 |
| 33 | 26 | ||
| @@ -221,11 +214,6 @@ static __u8 wp8060u_rdesc_fixed[] = { | |||
| 221 | 0xC0 /* End Collection */ | 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 | /* Size of the original descriptor of WP1062 tablet */ | 217 | /* Size of the original descriptor of WP1062 tablet */ |
| 230 | #define WP1062_RDESC_ORIG_SIZE 254 | 218 | #define WP1062_RDESC_ORIG_SIZE 254 |
| 231 | 219 | ||
| @@ -274,11 +262,6 @@ static __u8 wp1062_rdesc_fixed[] = { | |||
| 274 | 0xC0 /* End Collection */ | 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 | /* Size of the original descriptor of PF1209 tablet */ | 265 | /* Size of the original descriptor of PF1209 tablet */ |
| 283 | #define PF1209_RDESC_ORIG_SIZE 234 | 266 | #define PF1209_RDESC_ORIG_SIZE 234 |
| 284 | 267 | ||
| @@ -356,11 +339,6 @@ static __u8 pf1209_rdesc_fixed[] = { | |||
| 356 | 0xC0 /* End Collection */ | 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 | /* Size of the original descriptors of TWHL850 tablet */ | 342 | /* Size of the original descriptors of TWHL850 tablet */ |
| 365 | #define TWHL850_RDESC_ORIG_SIZE0 182 | 343 | #define TWHL850_RDESC_ORIG_SIZE0 182 |
| 366 | #define TWHL850_RDESC_ORIG_SIZE1 161 | 344 | #define TWHL850_RDESC_ORIG_SIZE1 161 |
| @@ -469,11 +447,6 @@ static __u8 twhl850_rdesc_fixed2[] = { | |||
| 469 | 0xC0 /* End Collection */ | 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 | /* Size of the original descriptors of TWHA60 tablet */ | 450 | /* Size of the original descriptors of TWHA60 tablet */ |
| 478 | #define TWHA60_RDESC_ORIG_SIZE0 254 | 451 | #define TWHA60_RDESC_ORIG_SIZE0 254 |
| 479 | #define TWHA60_RDESC_ORIG_SIZE1 139 | 452 | #define TWHA60_RDESC_ORIG_SIZE1 139 |
diff --git a/drivers/hid/hid-waltop.c b/drivers/hid/hid-waltop.c index 059931d7b392..a91aabe4a70a 100644 --- a/drivers/hid/hid-waltop.c +++ b/drivers/hid/hid-waltop.c | |||
| @@ -42,11 +42,6 @@ | |||
| 42 | * 02 16 02 ink | 42 | * 02 16 02 ink |
| 43 | */ | 43 | */ |
| 44 | 44 | ||
| 45 | /* | ||
| 46 | * See Slim Tablet 5.8 inch description, device and HID report descriptors at | ||
| 47 | * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Slim_Tablet_5.8%22 | ||
| 48 | */ | ||
| 49 | |||
| 50 | /* Size of the original report descriptor of Slim Tablet 5.8 inch */ | 45 | /* Size of the original report descriptor of Slim Tablet 5.8 inch */ |
| 51 | #define SLIM_TABLET_5_8_INCH_RDESC_ORIG_SIZE 222 | 46 | #define SLIM_TABLET_5_8_INCH_RDESC_ORIG_SIZE 222 |
| 52 | 47 | ||
| @@ -98,11 +93,6 @@ static __u8 slim_tablet_5_8_inch_rdesc_fixed[] = { | |||
| 98 | 0xC0 /* End Collection */ | 93 | 0xC0 /* End Collection */ |
| 99 | }; | 94 | }; |
| 100 | 95 | ||
| 101 | /* | ||
| 102 | * See Slim Tablet 12.1 inch description, device and HID report descriptors at | ||
| 103 | * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Slim_Tablet_12.1%22 | ||
| 104 | */ | ||
| 105 | |||
| 106 | /* Size of the original report descriptor of Slim Tablet 12.1 inch */ | 96 | /* Size of the original report descriptor of Slim Tablet 12.1 inch */ |
| 107 | #define SLIM_TABLET_12_1_INCH_RDESC_ORIG_SIZE 269 | 97 | #define SLIM_TABLET_12_1_INCH_RDESC_ORIG_SIZE 269 |
| 108 | 98 | ||
| @@ -154,11 +144,6 @@ static __u8 slim_tablet_12_1_inch_rdesc_fixed[] = { | |||
| 154 | 0xC0 /* End Collection */ | 144 | 0xC0 /* End Collection */ |
| 155 | }; | 145 | }; |
| 156 | 146 | ||
| 157 | /* | ||
| 158 | * See Q Pad description, device and HID report descriptors at | ||
| 159 | * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Q_Pad | ||
| 160 | */ | ||
| 161 | |||
| 162 | /* Size of the original report descriptor of Q Pad */ | 147 | /* Size of the original report descriptor of Q Pad */ |
| 163 | #define Q_PAD_RDESC_ORIG_SIZE 241 | 148 | #define Q_PAD_RDESC_ORIG_SIZE 241 |
| 164 | 149 | ||
| @@ -210,11 +195,6 @@ static __u8 q_pad_rdesc_fixed[] = { | |||
| 210 | 0xC0 /* End Collection */ | 195 | 0xC0 /* End Collection */ |
| 211 | }; | 196 | }; |
| 212 | 197 | ||
| 213 | /* | ||
| 214 | * See description, device and HID report descriptors of tablet with PID 0038 at | ||
| 215 | * http://sf.net/apps/mediawiki/digimend/?title=Waltop_PID_0038 | ||
| 216 | */ | ||
| 217 | |||
| 218 | /* Size of the original report descriptor of tablet with PID 0038 */ | 198 | /* Size of the original report descriptor of tablet with PID 0038 */ |
| 219 | #define PID_0038_RDESC_ORIG_SIZE 241 | 199 | #define PID_0038_RDESC_ORIG_SIZE 241 |
| 220 | 200 | ||
| @@ -268,11 +248,6 @@ static __u8 pid_0038_rdesc_fixed[] = { | |||
| 268 | 0xC0 /* End Collection */ | 248 | 0xC0 /* End Collection */ |
| 269 | }; | 249 | }; |
| 270 | 250 | ||
| 271 | /* | ||
| 272 | * See Media Tablet 10.6 inch description, device and HID report descriptors at | ||
| 273 | * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Media_Tablet_10.6%22 | ||
| 274 | */ | ||
| 275 | |||
| 276 | /* Size of the original report descriptor of Media Tablet 10.6 inch */ | 251 | /* Size of the original report descriptor of Media Tablet 10.6 inch */ |
| 277 | #define MEDIA_TABLET_10_6_INCH_RDESC_ORIG_SIZE 300 | 252 | #define MEDIA_TABLET_10_6_INCH_RDESC_ORIG_SIZE 300 |
| 278 | 253 | ||
| @@ -386,11 +361,6 @@ static __u8 media_tablet_10_6_inch_rdesc_fixed[] = { | |||
| 386 | 0xC0 /* End Collection */ | 361 | 0xC0 /* End Collection */ |
| 387 | }; | 362 | }; |
| 388 | 363 | ||
| 389 | /* | ||
| 390 | * See Media Tablet 14.1 inch description, device and HID report descriptors at | ||
| 391 | * http://sf.net/apps/mediawiki/digimend/?title=Waltop_Media_Tablet_14.1%22 | ||
| 392 | */ | ||
| 393 | |||
| 394 | /* Size of the original report descriptor of Media Tablet 14.1 inch */ | 364 | /* Size of the original report descriptor of Media Tablet 14.1 inch */ |
| 395 | #define MEDIA_TABLET_14_1_INCH_RDESC_ORIG_SIZE 309 | 365 | #define MEDIA_TABLET_14_1_INCH_RDESC_ORIG_SIZE 309 |
| 396 | 366 | ||
| @@ -502,12 +472,6 @@ static __u8 media_tablet_14_1_inch_rdesc_fixed[] = { | |||
| 502 | 0xC0 /* End Collection */ | 472 | 0xC0 /* End Collection */ |
| 503 | }; | 473 | }; |
| 504 | 474 | ||
