Home
last modified time | relevance | path

Searched refs:aiptek_query (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Daiptek.c824 aiptek_query(struct usb_device *dev, unsigned int ifnum, in aiptek_query() function
861 modelCode = aiptek_query(aiptek->usbdev, aiptek->ifnum, 0x02, 0x00); in aiptek_program_tablet()
863 odmCode = aiptek_query(aiptek->usbdev, aiptek->ifnum, 0x03, 0x00); in aiptek_program_tablet()
865 firmwareCode = aiptek_query(aiptek->usbdev, aiptek->ifnum, 0x04, 0x00); in aiptek_program_tablet()
867 xResolution = aiptek_query(aiptek->usbdev, aiptek->ifnum, 0x01, 0x00); in aiptek_program_tablet()
869 yResolution = aiptek_query(aiptek->usbdev, aiptek->ifnum, 0x01, 0x01); in aiptek_program_tablet()
871 zResolution = aiptek_query(aiptek->usbdev, aiptek->ifnum, 0x08, 0x00); in aiptek_program_tablet()