*** linux-2.6.25.6.old/include/linux/hid.h	2008-06-09 14:27:19.000000000 -0400
--- linux-2.6.25.6/include/linux/hid.h	2008-06-15 04:09:36.000000000 -0400
*************** struct hid_descriptor {
*** 512,518 ****
  
  /* Applications from HID Usage Tables 4/8/99 Version 1.1 */
  /* We ignore a few input applications that are not widely used */
! #define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001))
  
  /* HID core API */
  
--- 512,518 ----
  
  /* Applications from HID Usage Tables 4/8/99 Version 1.1 */
  /* We ignore a few input applications that are not widely used */
! #define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001) || (a == 0x000d0002))
  
  /* HID core API */
  
